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
