[PHP] PHP 4.0.6 Problem, Cannot load /usr/local/apache/libexec/libphp4.so

2002-01-25 Thread TD - Sales International Holland B.V.

Hey there,

I have some problems loading the php module.

Apache was compiled from sources with mod_ssl and is located in 
/usr/local/apache. MySQL 4.23.47 was also compiled from sources and is 
located in /usr/local/mysql

PHP was compiled from source with these options:

./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/apxs 
--prefix=/usr/local/php --with-openssl=/usr/local/ssl --with-zlib --with-bz2

(I included the --with-zlib for the uncompress not resolv thing buggy so that 
ain't it)

In httpd.conf

LoadModule php4_module libexec/libphp4.so

AddModule   mod_php4.c

(the addmodule is not within any containers (the make install had put it 
within the SSL containers, I put it upwards, the error is on the LoadModule 
though)

apachectl start gives this error:

Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: cannot open 
shared object file: cannot load shared object file: No such file or directory 
bin/apachectl start: httpd could not be started


Kind regards,

Ferry van Steen

-- 
PHP General 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] PHP 4.0.6 Problem, Cannot load /usr/local/apache/libexec/libphp4.so -SOLVED-

2002-01-25 Thread TD - Sales International Holland B.V.

SOLVED, sorry about this. My mistake.

--  Forwarded Message  --

Subject: PHP 4.0.6 Problem, Cannot load /usr/local/apache/libexec/libphp4.so
Date: Fri, 25 Jan 2002 12:36:09 +0100
From: TD - Sales International Holland B.V. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Hey there,

I have some problems loading the php module.

Apache was compiled from sources with mod_ssl and is located in
/usr/local/apache. MySQL 4.23.47 was also compiled from sources and is
located in /usr/local/mysql

PHP was compiled from source with these options:

./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/apxs
--prefix=/usr/local/php --with-openssl=/usr/local/ssl --with-zlib --with-bz2

(I included the --with-zlib for the uncompress not resolv thing buggy so that
ain't it)

In httpd.conf

LoadModule php4_module libexec/libphp4.so

AddModule   mod_php4.c

(the addmodule is not within any containers (the make install had put it
within the SSL containers, I put it upwards, the error is on the LoadModule
though)

apachectl start gives this error:

Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: cannot open
shared object file: cannot load shared object file: No such file or directory
bin/apachectl start: httpd could not be started


Kind regards,

Ferry van Steen

---

-- 
PHP General 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]