Installation from source bugs
Posted: 2008-10-17T16:11:09-07:00
I had to install from source on debian since I wanted to use the --without-x option and ran into a couple of resolved problems. Everything appeared to install fine but then when I tried to run "convert" it couldn't find its libraries. Typing ldconfig fixed this however the installation script should do this.
Then convert would not recognize jpegs. This was apparently because I did not have the debian packages libjpeg62 and libjpeg62-dev installed. It would be nice if the configure script would have told me that I was missing jpeg library support though, that took me a while to hunt down. Especially after I explicitly gave --with-jpeg=yes to the configure options.
Anyway, all fixed. Thanks for the great software.
Then convert would not recognize jpegs. This was apparently because I did not have the debian packages libjpeg62 and libjpeg62-dev installed. It would be nice if the configure script would have told me that I was missing jpeg library support though, that took me a while to hunt down. Especially after I explicitly gave --with-jpeg=yes to the configure options.
Anyway, all fixed. Thanks for the great software.