php5 installation on fedora core

./configure --with-zlib
--with-gd
--with-jpeg-dir
--with-png-dir
--with-pgsql
--with-apxs2=/usr/sbin/apxs
--enable-ftp
--with-readline
--enable-mbstring
--with-xsl
--enable-wddx
--with-curl
--with-xmlrpc
--enable-gd-native-ttf
--with-ttf
--enable-exif
--with-freetype-dir
--enable-dba

make install

libtool: install: warning: remember to run `libtool --finish /tmp/php-5.0.0/libs'

とでてlibphp5.soがないからinstallできないとでるのでlibtoolのパスを変更

LIBTOOL= /usr/bin/libtoolなんちゃら

そしたらうまくいった。でもwarningがまだでるなあ。