itoigawabass

itoigawaのブログ

php-5.0.4 --enable-id3

2005-07-09

PECL 拡張モジュールインストール

autoconf 2.13 と automake 1.4が必要なので

# yum remove autoconf
GNU FTP Mirror List
からソースをダウンロード
# tar zxfv autoconf-2.13.tar.gz
# cd autoconf-2.13
# ./confifure
# make
# make install

同様に automake-1.4 及び libtool-1.5 をインストール

# cd /uar/local/src/php-5.0.4/ext
# pear download id3
# gzip -d < id3-0.2.tgz | tar -xvf -
# mv id3-0.2 id3
# rm package.xml
# cd ../
# make clean
# ./buildconf --force
# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli=/usr/local/bin/mysql_config --with-mysql=/usr/local/ --enable-mbstring --enable-mbregex --enable-id3

カテゴリー:blog
タグ: