mike hal has asked for the wisdom of the Perl Monks concerning the following question:
Here's the path to the modules...
Here's the program snippet.../path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl/HTTP> ls -l -r--r--r-- 1 mhalunen user 19433 Dec 8 2004 Message.pm -r--r--r-- 1 mhalunen user 5030 Apr 7 2004 Request.pm -r--r--r-- 1 mhalunen user 11827 Dec 11 2004 Response.pm
Here's the error...use lib qw(/path/to/the/cgi/bin/cgi-bin/usr/local /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5 /path/to/the/cgi/bin/cgi-bin/usr/local/bin /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl /path/to/the/cgi/bin/cgi-bin/usr/local/bin /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/man /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/man/man3); use XML::Filter::ExceptionLocator; # <-- locally installed use HTTP::Request; # <-- locally installed (Invokin +g this module triggers the server error)
line 5 from request.pm is:...got line "compilation failed in require at /path/to/the/cgi/bin/cgi +-bin/usr/local/lib/perl5/site_perl/http/request.pm line 5.")
It appears to me that HTTP::Request is not interfacing with HTTP::Message. Any thoughts?require HTTP::Message;
|
|---|