Re: [Image-SIG] Installing PIL1.1.x With Python 2.5 In FreeBSD6.2 Failture.

2007-05-08 Thread Alexey Borzenkov
Hi bbenyu, I haven't been working with unixes for a while, but I suspect your problem might be that you build shared version of libjpeg and /usr/local/jpeg-6b/lib is not on your LDPATH (or whatever variable is there for dynamic libraries search path). Try configuring libjpeg with --disable-shared

[Image-SIG] Installing PIL1.1.x With Python 2.5 In FreeBSD6.2 Failture.

2007-05-07 Thread bbenyu
HI all: Can you tell me what error with my installation ? I order following steps install my PIL , but final it was failture. 1、download and install the jpegsrc-6b.tar.gz from ijg.org fetch ... tar -zxf jpegsrc-6b.tar.gz cd jpeg-6b ./confgiure --prefix=/usr/local/jpeg-6b