Am 02.01.2003, 02:00 Uhr schrub Ed Leafe <ed@leafe.com>:
BTW, in the web page, they suggest testing for where the jpeglib is installed with the following command: ld -L/usr/local/lib -ljpeg -nostdlib
When I run that, I get this error: ld: warning: cannot find entry symbol _start; not setting start address
It seems obvious that your PIL is compiled without jpeg support. One last test to check this: try "ldd /path/to/your/_imaging.so". libjpeg.so.someversion should show up in the resulting list.
Could this be a clue as to what is wrong? I've tried re-compiling jpeglib a few times, and I always seem to get this error.
No, this is normal since you try to ld without a program so there's no entry point. Did you specify the location of your libjpeg when running ./configure (--with-jpeg=/path/to/your/libjpeg.so.someversion) in libImaging? Jo. -- Internetmanufaktur Jo Meder ---------------------- Berlin, Germany http://www.meder.de/ ------------------- fon: ++49-30-417 17 63 33 Kollwitzstr. 75 ------------------------ fax: ++49-30-417 17 63 45 10435 Berlin --------------------------- mob: ++49-170- 2 98 89 97 Public GnuPG-Key ---------- http://www.meder.de/keys/jo-pubkey.txt