On ���, 2001-10-21 at 22:34, Michael Nelson wrote: > > Anyone remember what the solution to this is? >
Wait until everthing is recompiled with png3. Currently you have some
libraries that use png2 and some libraries that use png3 so when
application is using both, it is very likely to fail. Just consider:
{pts/1}% ldd =alarmd
...
libpng.so.2 => /usr/lib/libpng.so.2 (0x40c27000)
...
libpng.so.3 => /usr/lib/libpng.so.3 (0x40f54000)
...
whatever is used, some library will be unhappy.
-andrej
