Resolution PIL, Python and CGI
Sascha Ferley
Sascha.Ferley at infineon.net
Sun Jun 23 23:43:56 EDT 2002
More information about the Python-list mailing list
Sun Jun 23 23:43:56 EDT 2002
- Previous message (by thread): PIL, Python and CGI
- Next message (by thread): Problems with Pmw.Blt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 24 Jun 2002, Richard Jones wrote: > On Mon, 24 Jun 2002 13:02, Sascha Ferley wrote: > > On Mon, 24 Jun 2002, Richard Jones wrote: > > > Your web server environment most likely doesn't have /usr/local/lib in > > > its LD_LIBRARY_PATH. > > > > You probly mean Apache... I'll take a look for at the conf files for it.. > > Any ideas where to statically define the lib paths for apache.. i doubt in > > the httpd.conf file.. > > You've basically got three choices as I see it: > > 1. recompile PIL to statically link libjpeg etc. > 2. recompile PIL to use -R (or whatever the flag is) so it remembers where the > dynamic libs are > 3. modify your apache start script to set the environment var appropriately. > > 1 or 2 are going to be the easiest, and safest options. Thanks to Richard, this problem is resolved. The issue: Apache didn't have all the library path's that it needed. to fix. set in httpd.conf the SetEnv LD_LIBRARY_PATH env-variable. Thanks to everyone.. Sascha
- Previous message (by thread): PIL, Python and CGI
- Next message (by thread): Problems with Pmw.Blt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list