Re: Why is libjpeg.so not created?



Do I need to download a different package for libjpeg? I configured and
installed using the standard, "./configure", "./make", and "./make
install" commands.

Check and see in configure if there is an option like '--enable-shared'
and/or '--enable-static', which will actually create the libraries. I saw
this on some graphic library a while back, I can't remember if it was
libjpeg or not.
.