On Thu, Feb 15, 2001 at 11:20:10AM -0000, John Kenney wrote:
> I've tried to re-build the rpms for php (from the php-rpms-src) to include
> oci8 support. The rpms seemed to be built ok, but when I try to install them
> I get the following error message.
>
> error: failed dependencies:
> libclntsh.so.8.0 is needed by php-4.0.1pl2-9
> libwtc8.so is needed by php-4.0.1pl2-9
that's because you oracle isn't installed via an .rpm. so rpm
knows nothing about the existance of those files. just do
rpm --nodeps -Uvh php_oracle.rpm
tc
>
> I have included the oracle environment variables ($ORACLE_HOME)in
> /etc/ld.so.conf file, pointing to the directory which holds my
> libclntsh.so.8.0 file. Also added a line (export
> LD_PRELOAD=libclntsh.so.8.0) in my httpd script file and restarted Apache,
> but this didn't solve my problem. Any help would be appreciated.
>
> Thanks.
> John Kenney
>
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]