Matthias Gelbhardt wrote: > >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? :
Yes and no: > -[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) These last two together are expat. If php links to something else, that's the problem. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
