When running ldconfig, I get the following error message: "Warning: Can't open /usr/lib/libglib.so (no such file or directory), skipping" and the same for libgtk.so and libgdk.so
But the thing is, these files exist in that dir. They are symlinks to, respectively: libglib.so -> libglib.so.1.0.4 libgtk.so -> libgtk.so.1.0.4 libgdk.so -> libgdk.so.1.0.4 (the files pointed to are in the same dir) If anyone knows how to fix this I'd be very grateful.