Comment 5 for bug 2222

Revision history for this message
Russell Cloran (russell) wrote :

Hi,

I've noticed the same behaviour. This is probably a duplicate of https://launchpad.net/malone/bugs/2213

The reason that installing libglib2.0-dev fixes the problem is that it installs /usr/lib/libglib-2.0.so:

russell@zaebos ~ $ dpkg-query -S /usr/lib/libglib-2.0.so
libglib2.0-dev: /usr/lib/libglib-2.0.so
russell@zaebos ~ $ dpkg-query -S /usr/lib/libglib-2.0.so.0
libglib2.0-0: /usr/lib/libglib-2.0.so.0

The .config files (incorrectly?) map the dll to .so.0 instead of .so

Hope this helps?

Russell