パッケージの追加 [#jd421ede]
root権限がないので、ホームディレクトリ上にlocalを構築する。
alias configurelocal='./configure --prefix=/home/iwata/local'
最適化のフラグを設定する。
export CFLAGS='-O3 -march=pentium3 -pipe'
export CXXFALGS="$CFLAGS"
PHP 5.2.0 [#u80197ce]
RIGHT:2006-11-16
./configure --prefix=/work/local/iwata/opt/php-5.2.0 \
--disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--with-mysql --with-pgsql \
--enable-soap --with-xsl --with-xmlrpc \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.1.6 [#b44bdd50]
RIGHT:2006-09-03
./configure --prefix=/work/local/iwata/opt/php-5.1.6 \
--disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
MySQL 5.0.20a [#b889d988]
RIGHT:2006-04-25
./configure --prefix=/usr/local/mysql5 \
--with-charset=utf8 --with-extra-charsets=ujis,sjis
PHP 5.1.1 [#jbcecd46]
./configure --prefix=/work/local/iwata/opt/php-5.1.1 \
--disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.1.2 [#jbcecd46]
RIGHT:2006-01-21
CC=icc CXX=icc CFLAGS='-xN -O3 -no-prec-div -i-static' CXXFLAGS="$CFLAGS" \
./configure --prefix=/work/local/iwata/opt/php-5.1.2 \
--disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.1.1 [#jbcecd46]
RIGHT:2005-12-01
CC=icc CXX=icc CFLAGS='-xN -O3 -no-prec-div -i-static' CXXFLAGS="$CFLAGS" \
configurelocalpanda --disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.1.1 [#jbcecd46]
RIGHT:2005-11-29
configurelocal --disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.0.5 [#jbcecd46]
RIGHT:2005-11-03
configurelocal --disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--enable-calendar \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.0.4 [#jbcecd46]
RIGHT:2005-05-16
configurelocal --disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--enable-calendar \
--with-mysql --with-pgsql \
--enable-soap --with-xsl \
--with-gd --with-zlib-dir=/usr/lib
PHP 5.0.4 [#jbcecd46]
RIGHT:2005-04-25
configurelocal --disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--enable-calendar \
--with-mysql --with-pgsql \
--enable-soap --with-xsl
a2ps 4.13 [#f7772544]
RIGHT:2004-12-6
configurelocal
PHP 5.0.2 [#jbcecd46]
RIGHT:2004-11-06
configurelocal --disable-short-tags \
--enable-mbstring --enable-zend-multibyte \
--enable-soap --with-xsl
vim 6.3 [#m66f1630]
RIGHT:2004-11-04
configurelocal --enable-multibyte
日本語対応のため .vimrc に以下を追加。
" Configure Japanese environment.
set termencoding=euc-jp
set encoding=japan
set fileencodings=utf8,sjis,iso-2022-jp
再構築 [#ab32f8b5]
RIGHT:2004-11-04
Webサーバの移行に伴い、すべてのアーキテクチャで同じlocalディレクトリを使うように変更。
PukiWiki 1.4.4 [#m1ed1d01]
RIGHT:2004-10-22
vim 6.3 [#d9bce369]
RIGHT:2004-10-18
configure.linux --enable-multibyte
PHP 4.3.9 [#i30f9bca]
RIGHT:2004-10-16
configure.bsd --with-dom --with-dom-xslt --with-zlib-dir --enable-mbstring
- DOM APIが使えるようになりました。
- XSLTが使えるようになりました。
最終更新:2007年03月22日 23:36