* Adam Bayless <[EMAIL PROTECTED]> [20030129 21:11]: wrote: > > > I've got a big ugly PHP build on a brand new, otherwise clean 5.0 box that > is dumping cores. It works great as an apache module, but the CLI always > coredumps. Here's gdb's output: > > Core was generated by `php'.
<cut> > Reading symbols from /usr/libexec/ld-elf.so.1...done. > Loaded symbols for /usr/libexec/ld-elf.so.1 > #0 0x2856dde0 in strcmp () from /usr/lib/libc.so.5 <cut> What happens is you do the following: ln -s /usr/lib/libc.so.5 /usr/lib/libc.so.4 I had apache core dumping on 5.0-RELEASE until I did that. I haven't had time to revisit this issue although I vaguely remember something like that being discussed.. > and here is what php is configured with as per customer's request: > > './configure' \ > '--with-apxs=/usr/local/apache/bin/apxs' \ > '--with-mysql=/usr/local' \ > '--with-imap=/usr/local' \ > '--enable-track-vars' \ > '--with-mhash' \ > '--with-pspell' \ > '--with-gd' \ > '--with-ftp' \ > '--enable-sysvmsg' \ > '--enable-sysvsem' \ > '--enable-sysvshm' \ > '--enable-sockets' \ > '--enable-exif' \ > '--enable-discard-path' \ > '--enable-bcmath' \ > '--with-mm' \ > '--with-openssl' \ > '--with-curl' \ > '--with-pfpro=/usr/local/payflowpro' \ > '--with-zlib' \ > > Does anyone have any ideas before I try removing one line at a time from > the config till I find the culprit? I am sure it's not the lines in the config file. -Wash -- Odhiambo Washington <[EMAIL PROTECTED]> "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: +254 2 313985-9 +254 2 313922 so I installed FreeBSD." GSM: +254 72 743223 +254 733 744121 This sig is McQ! :-) Lieberman's Law: Everybody lies, but it doesn't matter since nobody listens. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message