Daniel Morissette wrote: > As I wrote in my previous email, try adding > > PassEnv LD_LIBRARY_PATH > > ... to your httpd.conf so that the CGIs get the LD_LIBRARY_PATH value. > > You'll probably also need a PassEnv directive for all the other env vars > that you are setting if you want the CGI to get them. >
BTW, by "httpd.conf" I meant "in your Apache config". Adding the PassEnv in the <Location "/cgi-bin/"> block in your /etc/apache2/sites-enabled/000-default file after the corresponding SetEnv directives should do as well. -- Daniel Morissette http://www.mapgears.com/ _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
