1月 282011
 

なんとなく :mrgreen:

memcachedのconfigure(一部除去)

LDFLAGS="\
-L/usr/local/jemalloc2/lib \
-Wl,--rpath,/usr/local/jemalloc2/lib \
-L/usr/local/libevent2/lib \
-Wl,--rpath,/usr/local/libevent2/lib \
" \
LIBS="\
-ljemalloc \
" \
CPPFLAGS="\
-I/usr/local/jemalloc2/include \
-I/usr/local/libevent2/include \
" \
./configure \
--prefix=/usr/local/memcached \

Continue reading »

1月 202011
 

[libunwind-0.99]
./configure \
--prefix=/usr/local/libunwind \
--enable-cxx-exceptions \
--with-gnu-ld \
--with-pic \

[jemalloc-2.1.0]
./configure \
--prefix=/usr/local/jemalloc2 \
--enable-autogen \
--enable-prof \
--disable-prof-libgcc \
--enable-prof-libunwind \
--enable-swap \
--enable-dss \
--enable-fill \
--enable-xmalloc \
--enable-dynamic-page-shift \
--disable-lazy-lock \
--disable-tls \

[libevent-2.0.10-stable]
./configure \
--prefix=/usr/local/libevent2 \
--disable-thread-support \
--with-pic \
--with-gnu-ld \

12月 152010
 

すっ飛ばした。

あしたは さーばーまん すっ飛ばすよ。

CPI の品質は最高。
だけどね。さーばーまんとかぶっちゃう。
あとカーネルの都合で iptables がデフォでステートレスなのが致命的。
というわけで VP-01 は終了します。

12月 072010
 

いろいろいじったら速くなったYO :mrgreen:
結局パッケージ中心の構成でおちついた。
だってさ。楽なんだもん :roll:

ServersManは32bit、さくらのは64bitだけどほぼ同じ構成。

・共通
[yum]

yum install -y \
autoconf \
automake \
binutils \
imake \
flex \
bison \
gcc44 \
gcc44-c++ \
gcc44-gfortran \
libgfortran44 \
libtool \
pkgconfig \
re2c \
indent \
ncurses \
ncurses-devel \
libtool-ltdl \
libtool-ltdl-devel \
libxml2 \
libxml2-devel \
e2fsprogs-devel \
keyutils-libs-devel \
krb5-devel \
libsepol-devel \
libjpeg-devel \
libpng-devel \
libedit \
libedit-devel \
libxslt \
libxslt-devel \
libgcrypt-devel \
libgpg-error-devel \
libtermcap-devel \
freetype \
freetype-devel \
libicu \
pam_abl \
zlib-devel \
libtasn1 \
libtasn1-devel \
libXpm \
libXpm-devel \
fontconfig \
fontconfig-devel \
readline-devel \
pcre-devel \
libmcrypt \
libmcrypt-devel \
openssl-devel \


libatomic_ops-7.2alpha4
libevent-2.0.9-rc
google-perftools-1.6
nginx-0.9.2
mariadb-5.2.3
php-5.3.3
nsd-3.2.6

・ServersMan


dmalloc-5.5.2

・さくらの
[yum]

yum install -y \
libaio \
libaio-devel \

jemalloc-2.1.0

こんなかんじで落ち着いたかな :smile: