Thanks Jason, adding the -lc switch to the link line did the trick for me
(although I had to compile it on my laptop to get it to work). These are
both AMD K6 II 3xx machines if it makes a difference running stock 6.1.


charles

On Sat, 6 Nov 1999, Jason Costomiris wrote:

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


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to