tvraghavan Posted January 22, 2009 Share Posted January 22, 2009 Am using the bundled apache server that comes with hp-ux 11v3 Trying to setup bugzilla. Downloaded and installed all prerequisite PERL modules. But I have installed them on a custom path /opt/bugzilla/perl_lib (vs default PERL path) I have setup the PERL5LIB env variable and checksetup.pl passed all validation steps Am using mod_cgi in apache. (since bugzilla installation warns abt memory consumption with mod_perl ) When trying to hit the bugzilla index.cgi it fails to load the customer perl lib path. (e.g. Unable to load Date::TimeStamp @INC .... ) Tried setting the env in Apache but unable to resolve the issue SetEnv PERL5LIB "/opt/bugzilla/perl_lib/site_lib/5.8.8:......" Pls help me to resolve the issue Thanks, -tvraghavan Link to comment https://forums.phpfreaks.com/topic/142011-bugzilla-issues-on-apache-hpux/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.