Hi!
I'm running PHP 4.1.2, Apache 1.3.24, and ModSSL 2.8.8-1.3.23. I have PHP
compiled as a shared (DSO) module. When I attempt to start apache using
mod_ssl, I can't start apache, it gives the following errors in the
logs/error_log:
PHP Warning: Unable to load dynamic library '/usr/local/lib/
I'm attempting to make an php4 module for Apache by using the following
process:
in the Apache source dir:
./configure
in the PHP dir:
./configure --with-mysql --with-apache=/tmp/apache_1.3.19 --with-ldap
--with-imap --enable-track-vars --enable-magic-quotes --with-ldap
--enable-trans-sid --enab
I'm trying to install PHP4 as an Apache Module by following the
instructions in the PHP manual. Here are the specifics of my install:
Apache: 1.3.19
Configuration options: ./configure --bindir=/usr/local/apache/bin
--sbindir=/usr/local/apache/bin --libexecdir=/usr/local/apache/libexec
--datadi