[NTLUG:Discuss] Is a perl module installed?
Bobby Wrenn
bjwrenn at augustmail.com
Mon Dec 16 12:42:17 CST 2002
OK, either your method:
> perl -MHTML::Template -e 'print "$HTML::Template::VERSION\n"'
>
or cpan indicate all the modules I need are installed. However, when I
try to load the web page I get:
The install instructions indicate:
PerlRequire /opt/rt2/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
should be in my httpd.conf file. However, apache will not start with these line
in commonhttpd.conf. The file in the PerlRequire line does exist and either that
line or the PerlHandler RT::Mason entry are the lines that cause Apache to croak.
Without the line in commonhttpd.conf I get the following when I try to
load index.html:
<& /Elements/Header, Title=>"Start page", Refresh =>
$session{'home_refresh_interval'} &> <& /Elements/Tabs, current_toptab
=> '' &>
<&/Elements/CustomHomepageHeader, %ARGS &> <& /Elements/MyTickets &>
<&/Elements/MyRequests &>
<&/Elements/Quicksearch &>
<&/Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session
{'home_refresh_interval'} &>
<%init> if ($ARGS{'HomeRefreshInterval'}) {
$session{'home_refresh_interval'} = $ARGS{'HomeRefreshInterval'}; }
I'm starting to get desperate. Telephone help for a fee is an option.
If interested, I can be reached at 972.450.7832 in about an hour.
Right now I am going to walk away for a bit.
Bobby
More information about the Discuss
mailing list