Hi, After running configure your see at the bottom some flags you can set which will allow your to specify the loction of the your library files. Something like this but you should check:
`./configure -LDFLAGS='/sw/lib' A better solution might be to edit your /etc/ld/so.conf or add a file to /etc/ld.so.conf.d with the path /sw/lib in. Then run ldconfig. This will update the whole system cache and there after autoconf will detect the presence of the jpeg libraries. Good luck. Dp. On 29 Sep 2006 at 10:50, Haryo Septiantoro wrote: > Hi, > > Thanks for your response. After I ran configure command, it tells me > that jpeg was not supported. (Value was 'no' instead of 'yes'). > I have installed libjpeg using dpkg. I think I know what's going on. > The jpeg library file is located on /sw/lib folder. I guess somehow > configure script does not look into this folder. > > Do you know how to set so that it can look jpeg library file on that > folder? > > Thanks again. > > > On 28/09/2006, at 4:00 PM, Beginner wrote: > > > Hi, > > > > IM does support JPEG if you compile it with jpeg support. So you will > > need libjpeg installed first and you need to compile with the -- > > enabled-shared (not too sure about that ARG, best check). When you > > run configure you should get a list of what IM will support, or what > > libraries it found. Was JPEG support on at this time? > > > > If your installing via some other means, like a binary install, you > > may have to read their docs to see what format it supports. > > > > Good luck, > > Dp. > > > > > > On 28 Sep 2006 at 15:32, Haryo Septiantoro wrote: > > > >> Hi All, > >> > >> I just recently installed ImageMagick on my MacOS X machine. It > >> appears that ImageMagick didn't support JPEG. Thus when using command > >> like convert a .jpg file to another format it gave me this error: > >> > >> convert: unable to open module file `/usr/local/lib/ > >> ImageMagick-6.2.9/ > >> modules-Q16/coders/jpeg.la': No such file or directory. > >> > >> Any thoughts anyone? Thanks in advance. > >> > >> Haryo > > > > _______________________________________________ > Magick-users mailing list > [email protected] > http://studio.imagemagick.org/mailman/listinfo/magick-users _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
