I am running RH7, MySQL 2.23.30, Apache 1.3.14, and PHP 4.0.4pl1.
I have tested MySQL by being able to create a table.
I have tested Apache by pointing my browser at /localhost/
I have gunzipped, untarred, configured, maked, and make installed PHP.
No errors noted.
However, after installing PHP, when I attempt to execute
apachectl start
I get the following response:
Syntax error on line 207 of /usr/local/apache_1.3.14/conf/htpd.conf:
Cannot load /usr/local/apache_1.3.14/libexec/libphp4.so into server:
undefined s
ymbol: uncompress
The below is an extract of httpd.conf with line 207 identified:
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was
built as a DSO you
# have to place corresponding `LoadModule' lines at this
location so the
# directives contained in it are actually available _before_
they are used.
# Please read the file README.DSO in the Apache 1.3
distribution for more
# details about the DSO mechanism and run `httpd -l' for the
list of already
# built-in (statically linked and thus always available)
modules in your httpd
# binary.
#
# Note: The order in which modules are loaded is important.
Don't change
# the order below without expert advice.
#
# Example:
#LoadModule foo_module libexec/mod_foo.so
207 LoadModule php4_module libexec/libphp4.so
#
# ExtendedStatus controls whether Apache will generate "full"
status
I have run httpd -l, and mod_so.c is compiled in.
I have searched for libphp4.so, and it is located at
/usr/local/apache_1.3.14/libexec/libphp4.so, as well as at
/usr/local/php-4.0.4pl1/libs/libphp4.so
Question: How can I get they symbol "uncompress" defined?
--
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]