At 15:59 10.10.2001 +0200, you wrote:
>Matthias Gelbhardt wrote:
>
> > >While I can't rule it out entirely, It's not the first place I'd look.
> > >Unless you have PHP compiled with the internal mysql or expat library.
> > >That's known to cause segfaults, and not something we can fix (PHP
> > >internal issue).
> >
> > I made a ldd on libphp4.so and saw, that it is linked to the expat
> library.
> > That is the link, wich could cause the segfaults?
>
>Nope, if it links to expat (the same that libmidgard links to) than
>that's exactly what you want. Same goes for libmysqlclient.
Does libmidgard has to be linked against libexpat? Then perhaps that is the
problem? :
-[17:40:00]-jadzia:/home/matthias# ldd /usr/local/lib/libmidgard.so
libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10 (0x4002e000)
libxmlparse.so.1 => /usr/lib/libxmlparse.so.1 (0x40063000)
libxmltok.so.1 => /usr/lib/libxmltok.so.1 (0x4006b000)
libm.so.6 => /lib/libm.so.6 (0x40080000)
libz.so.1 => /usr/lib/libz.so.1 (0x400a2000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x400b1000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x400de000)
libc.so.6 => /lib/libc.so.6 (0x40101000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40223000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
As you can see, my libmidgard is not linked against libexpat...
Matthias
Matthias Gelbhardt | brought to you by CommY-Entertainment
[EMAIL PROTECTED] | with the power of Debian-Linux
http://www.commy.de |
+49 (0)170 547 10 11 | Abi 2000 im Netz http://abi2000.rats-ms.de
PGP-Fingerprint: 97DF 5DB4 2A29 247B 0A68 99CA 453D 9ABA 8BF3 42EA
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]