[PHP-users 1500] Re: phpizeでエラー

Y.Okazaki php-users@php.gr.jp
Fri, 24 Aug 2001 16:02:14 +0900


Y.Okazakiさんの<200108240703.QAA31818@ktx.co.jp>から
>岡崎@名めたです。
>
>インラインでごめんなさい。
>
>automake
>autoconf
>libtool
>
>は入ってますか?

補足です。

# wget 'http://www.php.net/do_download.php?download_file=php-4.0.6.tar.gz&source_site=www.php.net'
# wget ftp://marlan.tokyo.firstserver.co.jp/pub/GNU/autoconf/autoconf-2.13.tar.gz
# wget ftp://marlan.tokyo.firstserver.co.jp/pub/GNU/automake/automake-1.4.tar.gz
# wget ftp://marlan.tokyo.firstserver.co.jp/pub/GNU/libtool/libtool-1.3.5.tar.gz
(attention: autoconf-2.50 is NG!!)

# tar xfz autoconf-2.13.tar.gz
# cd autoconf-2.13
# ./configure
# make
# make install
# cd ..
# tar xfz automake-1.4.tar.gz
# cd automake-1.4
# ./configure
# make
# make install
# cd ..
# tar xfz libtool-1.3.5.tar.gz
# cd libtool-1.3.5
# ./configure
# make
# make install
# cd ..
# tar xfz php-4.0.6.tar.gz
# cd php-4.0.6
# rm configure
# ./buildconf
# ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring --enable-mbstr-enc-trans --with-mysql=/usr/local/mysql
# make
# make install

-- 
Y.Okazaki mailto:okazakim@mmtr.or.jp