On Sat, Nov 06, 1999 at 01:58:42AM -0500, Charles Galpin wrote:
: 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
This may be tied to the apache 1.3.6 apxs problem that exists on RH.
Try popping into the /usr/src/redhat/SOURCES/php-3.0.12 dir, rm libphp3.so
add -lc to the APXS_LDFLAGS.. That's not a familiar symbol problem, but
I seem to recall somewhere that with apache 1.3.6, I had a symbol problem
that was fixed by linking with -lc. After you make those changes, make
over again, then copy libphp3.so to /usr/lib/apache. Try starting the
server again.
: 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.
:
--
Jason Costomiris <><
Technologist, cryptogeek, human.
jcostom {at} jasons {dot} org | http://www.jasons.org/
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.