I upgraded to 6.1 this evening, and in the process upgraded my
apache-mod_ssl/php3/mysql setup. Unfortunately I now get an error when
starting apache:
Starting httpd: Syntax error on line 242 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp3.so into server:
/usr/lib/apache/libphp3.so: undefined symbol: ap_regexec
[FAILED]
Line 242 is
LoadModule php3_module /usr/lib/apache/libphp3.so
and /usr/lib/apache/libphp3.so exists.
I built everything from src rpms (as described below) and all built and
installed without errors.
how can I resolve this symbol?
thanks
charles
On Thu, 4 Nov 1999, Jason Costomiris wrote:
>
> wget http://www.mysql.com/Downloads/MySQL-3.22/MySQL-3.22.27-1.src.rpm
> wget ftp://ftp.redhat.com/pub/redhat/redhat-6.1/SRPMS/SRPMS/php-3.0.12-6.src.rpm
>
> rpm --rebuild MySQL-3.22.27-1.src.rpm
> rpm -i (or -Uvh) the resulting mysql RPMs (in /usr/src/redhat/RPMS/$(ARCH) )
>
> rpm -i php-3.0.12-6.src.rpm
> cd /usr/src/redhat/SPECS
>
> (This part assumes you've installed openldap and openldap-devel)
>
> I modified the .spec file to get rid of pgsql and replace it with mysql.
> Attached to this email is a diff you should be able to apply with:
>
> cd /usr/src/redhat/SPECS ; patch < php.spec.diff
>
> Then, rpm -ba php.spec, and install the resulting RPMs.
>
> wget
>ftp://ftp.replay.com/pub/crypto/redhat/SRPMS/apache-mod_ssl-1.3.6.2.3.0-0.src.rpm
>
got srpms, built and installed
openssl-0.9.3a-3
openssl-devel-0.9.3a-3
before building/installing apache-mod_ssl
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.