Hello,

I'm trying to install PHP on Redhat 6.1, using DSO.

I run
/apachectl configtest

and get error

Syntax error on line 238 of /usr/local/apache_1.3.14/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: 
undefined symbol: uncompress

The 'make install' didn't find and alter my httpd.conf for me, so I added these lines 
as the last entries in their sections:

LoadModule php4_module   /usr/lib/apache/libphp4.so

AddModule mod_php4.c

And I uncommented
AddType application/x-httpd-php .php


Anyone know what this 'uncompress' error could be caused by?

Thanks,
Brian 

-------------------------------------------------------------------------------------------------------
Background:

/configure --with-mysql=/usr/local/mysql --with-apxs
make
make install

my libphp4.so is in /usr/lib/apache/

I added this to 


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

Reply via email to