[Image-SIG] not finding libraries

Jim Tittsler jwt at onjapan.net
Tue Aug 1 13:45:04 CEST 2006


On Aug 1, 2006, at 10:19, David Bear wrote:

> On Mon, Jul 31, 2006 at 06:10:25PM -0700, Chris Cogdon wrote:
>>
>> On Jul 31, 2006, at 18:07, David Bear wrote:
>>
>>> I am attempting to build pil1-5 and it is not finding the libraries.
>>>
>>> /installs/web/Imaging-1.1.5> /work/webenv/bin/python setup.py
>>> build_ext -i
>>> running build_ext
>>> [...]
>>> Yet, I do have jpeg libraries installed
>>>
>>> rpm -qa | grep jpeg
>>> jpeg-6b-738
>>> libjpeg-32bit-9.3-7
>>> libjpeg-6.2.0-738
>>>
>>> Any way to make sure pil finds these?
>>
>> You need to install the -devel sub-packages. This is generally true
>> when you're "compiling against" these libraries, and not just using
>> them.
>
> sub-packages? are these components of libjpeg rpms listed?

Additional packages, with the headers (and often shared object files)  
for the associated package.  For example for libjpeg-x.y.z, install  
the libjpeg-devel-x.y.z package.


-- 
Jim Tittsler     http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC      irc://irc.freenode.net/#mailman





More information about the Image-SIG mailing list