Operating System - HP-UX
1752615 Members
5018 Online
108788 Solutions
New Discussion юеВ

Re: Apache 2.0.48, Oracle 9.2.0.3 and PHP 4.3.4

 
Tammy Liang
Regular Advisor

Apache 2.0.48, Oracle 9.2.0.3 and PHP 4.3.4

I installed HP Apache 2.0.48 with PHP 4.3.4 on Oracle 9.2.0.3 and get error meesage below in
error.log file I checked the file "/opt/hpws/apache/php/lib/php/extensions/oci8.sl" is there.

[Fri Apr 09 00:20:35 2004] [notice] Apache/2.0.48 HP-UX_Apache-based_Web_Server (Unix) DAV/2 PHP/4.3.4 configured -- resuming normal operations
Error shl_load failed for: /opt/hpws/apache/php/lib/php/extensions/oci8.sl, [errno 2: No such file or directory]
Error shl_load failed for: /opt/hpws/apache/php/lib/php/extensions/oci8.sl, [errno 2: No such file or directory]


Appreciate for any help....
take easy, enjoy life
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Apache 2.0.48, Oracle 9.2.0.3 and PHP 4.3.4

The approach of least resistance with Oracle is to use their ported version of apache to deal with their products. They produce special modules and cusomizations to deal with issues unique to their product.

Thats not to say the product set you are running won't work together, they can. Also you can run any version of Apache you want in a seperate installation on your oracle server.

The specific issue you report is usually resolved by changes in the SHLIB_PATH variable in the startup script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
T G Manikandan
Honored Contributor

Re: Apache 2.0.48, Oracle 9.2.0.3 and PHP 4.3.4

Just set the path to the SHLIB_PATH variable and try starting up again.
Surya Narayana
Occasional Advisor

Re: Apache 2.0.48, Oracle 9.2.0.3 and PHP 4.3.4

You can also set SHLIB_PATH in apache's conf file with SetEnv.