[Image-SIG] not finding libraries

Chris Cogdon chris at cogdon.org
Tue Aug 1 03:10:25 CEST 2006


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
> --------------------------------------------------------------------
> PIL 1.1.5 BUILD SUMMARY
> --------------------------------------------------------------------
> version       1.1.5
> platform      linux2 2.4.2 (#4, Jul 27 2006, 14:34:30)
>               [GCC 3.3.5 20050117 (prerelease) (SUSE Linux)]
> --------------------------------------------------------------------
> *** TKINTER support not available
> *** JPEG support not available
> --- ZLIB (PNG/ZIP) support ok
> *** FREETYPE2 support not available
>
> 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.


-- 
    ("`-/")_.-'"``-._        Chris Cogdon <chris at cogdon.org>
     . . `; -._    )-;-,_`)
    (v_,)'  _  )`-.\  ``-'
   _.- _..-_/ / ((.'
((,.-'   ((,/   fL



More information about the Image-SIG mailing list