[PHP-INST] Problem loading php module into apache_1.3.20

2001-10-24 Thread Michael Chan
Helo, I am having problem loading php module, here's the err when I got when I checked it with "/httpd -t": Syntax error on line 206 of /opt/oas/app/apache1320/conf/httpd.conf: Cannot load /opt/oas/app/apache1320/libexec/libphp4.so into server: ld.so.1: ./httpd: fatal: relocation error: file /opt

[PHP-INST] HELP on compiling PHP as a Module !!!

2001-10-24 Thread Michael Chan
Hi, I hope some one can help me. I am compiling PHP with apxs,oci8,oracle options. But the library for oracle is in "/opt/oracle/815/lib", but it thinks it is in "/opt/oas/4.0/libs". Is there a way to tell it explicitly that it is "/opt/oracle/815/lib". Thanks. -- PHP Install Mailing List

[PHP-INST] Re: PHP and HP-UNix

2001-10-23 Thread Michael Chan
Hi, I am in the same boat. I've compiled apache as an oracle user and php as root user, but after editing httpd.conf file for php and restarting it, it cored on me. Do you think I should have compiled php as a regular user? Thanks. "Brian Mauter" <[EMAIL PROTECTED]> wrote in message 000a01c157d

[PHP-INST] Re: help with --with-apxs please!

2001-10-23 Thread Michael Chan
have you tested out perl? I ran into similar problems but when i tested out my perl binary, it pukes on libgdbm. My is located in /usr/local/lib. I hope this helps. "Shaun" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am building PHP with the --with-apxs=/

[PHP-INST] PHP with Apache (DSO)

2001-10-23 Thread Michael Chan
Help!!!, Has any one ever got PHP 4.x to work with Apache_1.3.20 (DSO)? I have added this to httpd.conf" file: #LoadModule ows_module /opt/oas/4.0/ows/4.0/lib/ndwfapd.so LoadModule php4_modulelibexec/libphp4.so #ClearModuleList AddModulemod_php4.c AddType application/x-httpd-php .ph