PHP5编译失败,各位帮忙看看

PHP5编译失败,各位帮忙看看

./configure \
"--prefix=/usr/local/php" \
"--with-apxs2=/usr/local/apache2/bin/apxs" \
"--with-config-file-path=/usr/local/php/etc" \
"--with-mysql=/usr/local/mysql" \
"--with-libxml-dir=/usr/local/libxml2" \
"--with-gd=/usr/local/gd2" \
"--with-jpeg-dir" \
"--with-png-dir" \
"--with-bz2" \
"--with-freetype-dir" \
"--with-iconv-dir" \
"--with-zlib-dir" \
"--with-openssl=/usr/local/openssl" \
"--with-mcrypt=/usr/local/libmcrypt" \
"--with-imap-ssl" \
"--with-imap=/usr/local/imap-2007e" \
"--with-kerberos" \
"--enable-soap" \
"--enable-gd-native-ttf" \
"--enable-ftp" \
"--enable-mbstring" \
"--enable-exif" \
"--disable-ipv6" \
"--disable-cgi" \
"--disable-cli" \

make错误提示:
warning: inter-library dependencies are not known to be supported.
all declared inter-library dependencies are begin dropped.

warning: libtool could not satisfy all declared inter-library
dependencies of module libphp5. Therefore, libtool will create a static
module, that should work as long as the dlopening
application is linked with the -dlopen flag.

大概意思是libtool不能创建libphp5.so的意思诶吧.我英文不好
系统是centos5.2 帮助看不明白.各位帮个忙吧
搞定搞定