(06-08-2014, 04:23 PM)Shonumi Wrote: Do you have 1.2 on your system as well? From what I understand, you can have multiple versions of a library "installed" but the system only symlinks to one at a time (libpng.so or something should be a symlink). I'm not at my desktop (going to bed, typing on my iPod :p) but if you ls /usr/lib64/libpng* you'll see what you've got and I think you can use ln -s to show what file a symlink points to. Odds are Ubuntu points the symlink to 1.2 (which is the default in the repos, so it probably is on your system). You just need to change the symlink to point to 1.5.x
/usr/local/lib/libpng.so is currently pointing to /usr/local/lib/libpng15.so.15.16.0 on my machine.
/usr/lib/x86_64-linux-gnu/libpng.so is pointing to /lib/x86_64-linux-gnu/libpng12.so.0.50.0, so I guess you're right.
Is there any way to simply tell dolphin the path I want it to use when configuring? I'm frankly a little afraid of breaking my computer if I change it. If not I can give it a shot and change it back afterward, I suppose.
