On Tue, Nov 17, 2009 at 09:56:37AM -0500, Ryan Hafen <[email protected]> wrote:
I did make install anyways, and now when I type pdf2swf, I get this:

pdf2swf: error while loading shared libraries: libjpeg.so.7: cannot
open shared object file: No such file or directory

...which is probably the root cause that made all the other problems
appear. Where is your libjpeg.so?
Try symlinking it to libjpeg.so.7 and/or adding its path to
LD_LIBRARY_PATH.

Matthias



Here's what I have in /home/uname/local/lib

libjpeg.so -> libjpeg.so.7.0.0
libjpeg.so.7 -> libjpeg.so.7.0.0
libjpeg.so.7.0.0

Would the extra ".0" be doing anything? I've tried specifying LD_LIBRARY_PATH too and it didn't work.

Reply via email to