急!!!!php5编译支持oci8问题

急!!!!php5编译支持oci8问题

在linux下编译php5  
./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-zlib --with-png-dir --with-jpeg-dir=/usr/local/jpeg6/ --with-freetype-dir=/usr/local/freetype/ --enable-sockets --with-oci8=/home/oracle/OraHome1 --enable-sigchild
make install后,重启apache提示
httpd: Syntax error on line 223 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /home/oracle/OraHome1/lib/libclntsh.so.9.0: undefined symbol: __cmpdi2
在编译php时,make test就会提示错误

[ 本帖最后由 ssdduy 于 2009-2-2 11:58 编辑 ]

没人帮忙,自己再顶下