php4的安装问题

php4的安装问题


rh 7.0下用以下配置编译php 4.0.6(装完了oracle8iR2,已经恢复原来的glibc)

"./configure --with-oracle=/home/oracle --with-oci8=/home/oracle -
-with-mysql=no --enable-sigchild --enable-libgcc --with-apxs"
make和make install都成功进行,但在启动httpd时报错

"Cannot load /etc/httpd/modules/libphp4.so into server: libclntsh.so.8.0: cannot open shared object file: No such file or directory"

这是那里出错了?libclntsh.so.8.0是干什么的?是oci8函数库吗?

      
你是不是没有装oracle client (好像是application,省事的全装)

我也遇到过这种情况,表现为,configure make php 特别快但不报错      
是ld找不到libclntsh.so.8.0,把libclntsh.so.8.0 copy到/usr/lib下就可以运行了。      
如何恢复原来的glibc??我在7.2下面不能编译 apache