I  run into the same problem as Mathieu when trying to install PIL on a Celeron D 64 machine.  I noticed that there were two set of libjpeg.so.62.0.0 in
the  libjpeg rpm:

/usr/lib/libjpeg.so.62.0.0
/usr/lib64/libjpeg.so.62.0.0

They have different byte counts:

[EMAIL PROTECTED] halloween]$ ls -l /usr/lib64/libjpeg.so.62.0.0 /usr/lib/libjpeg.so.62.0.0
-rwxr-xr-x  1 root root 141544 Mar  2  2005 /usr/lib64/libjpeg.so.62.0.0
-rwxr-xr-x  1 root root 124696 Mar  2  2005 /usr/lib/libjpeg.so.62.0.0

I suspected that the build process used the wrong file from
/usr/lib/libjpeg.so.62.0.0, so I removed it.   This solved my problem.  I hope this is helpful for some people with similar problem.

cheers, Luby Liao
--
Hi there,
I am trying to install PIL 1.1.5 with jpeg decoder.
I installed from RPM and also from sources the libjpeg-6b into
/usr/local/lib.
I change the ROOT_JPEG in setup.py to point to that location.
When I install PIL 1.1.5, I get a message that the JPEG support is OK.
But when I test it, I get a message of decoder error. Someone could help
me? I tried by myself in python and received the same IOError message.

Thanks,
Mathieu


_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to