Re: [Image-SIG] import _imaging fails in CGI
by Jay Dorsey other posts by this author
Jul 11 2003 1:09PM messages near this date
[Image-SIG] import _imaging fails in CGI
|
[Image-SIG] PIL installation
Jay Dorsey wrote:
<snip>
> Any suggestions?
</snip>
I finally got it yesterday. The LD_LIBRARY_PATH was being set in the
Netscape HTTP Server (not sure which version, sorry), but that wasn't
enough. Even setting the LD_LIBRARY_PATH in the script didn't work.
However, I did some more snooping around on google and I putting the
following line in my obj.conf file works:
Init fn="init-cgi" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib/"
Works like a champ now :)
Jay
_______________________________________________
Image-SIG maillist - Image-SIG@[...].org
http://mail.python.org/mailman/listinfo/image-sig
Thread:
Jay Dorsey
Jay Dorsey
|