libpng version outdated, or need multiple versions?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
thoughts

libpng version outdated, or need multiple versions?

Post by thoughts »

Hello,

I'm trying to install a text editor called Adie:

http://www.fox-toolkit.org/adie.html

I've been using this for years on various Linux distros, but I've recently switched to LinuxMint, and Adie won't work now. First it gave this error:

Code: Select all

# ldd adie_x86-64_Linux 
[...]
libpng14.so.14 => not found
libtiff.so.3 => not found
So I symlinked those filenames to my existing versions of those libraries, which seems to have worked for libtiff, but not libpng:

Code: Select all

# ldd adie_x86-64_Linux 
./adie_x86-64_Linux: /lib/x86_64-linux-gnu/libpng14.so.14: version `PNG14_0' not found (required by ./adie_x86-64_Linux)
So apparently this app (which is a binary directly from the project website) is built against PNG14, but my LinuxMint13 system only has PNG12.

Is there any good solution to this? There doesn't seem to be any newer version of libpng in the LinuxMint repositories, and from what I've read, if I try to manually install PNG14 next to my PNG12, it'll likely cause problems for other apps on my system.

Here's my system info: Linux soma 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Thanks,

--
Anthony DiSante
http://encodable.com/
http://nodivisions.com/
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
thoughts

Re: libpng version outdated, or need multiple versions? [SOL

Post by thoughts »

Well, I was able to work around this problem by building the whole FOX toolkit from source, which got me a copy of Adie at /usr/local/bin/adie, which did not have this libpng problem because I built the toolkit without PNG support. See this thread/post for details:

http://sourceforge.net/mailarchive/mess ... d=30175934

--
Anthony DiSante
http://encodable.com/
http://nodivisions.com/
Locked

Return to “Software & Applications”