In the last episode (Jan 30), Odhiambo Washington said:
> * 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

You really don't want to do that; install the compat4x port/package to
get libc.so.4.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to