[rt-users] Install Problems
Phil Dibowitz
phil at ipom.com
Fri May 31 13:10:46 EDT 2002
Hey all,
I think I'm having problems with some Perl module or something. make testdeps
shows everything is found, then I installed. I setup our main apache like so:
ProxyPass /rt2/ http://our.ip.addy.here:8024/rt2/
Then in the modperl apache that runs on 8024 (or something like that), I setup:
Alias /rt2/ /usr/local/rt2/WebRT/html/
PerlRequire /usr/local/rt2/bin/webmux.pl
<Location /rt2>
SetHandler perl-script
PerlHandler RT::Mason
</Location>
However, when I go to http://our.ip.addy.here/rt2/ I get:
<& /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'}; }
That stuff isn't being interpreted. Anyone know know why? This is assumably a
module problem, here's make testdeps though:
# make testdeps
/usr/bin/perl ./tools/testdeps -warn mysql
Checking for Digest::MD5...found
Checking for Storable...found
Checking for DBI 1.18 ...found
Checking for DBIx::DataSource 0.02 ...found
Checking for DBIx::SearchBuilder 0.48 ...found
Checking for HTML::Entities...found
Checking for MLDBM...found
Checking for Net::Domain...found
Checking for Net::SMTP...found
Checking for Params::Validate 0.02 ...found
Checking for HTML::Mason 1.02 ...found
Checking for CGI::Cookie 1.20 ...found
Checking for Apache::Cookie...found
Checking for Apache::Session 1.53 ...found
Checking for Date::Parse...found
Checking for Date::Format...found
Checking for MIME::Entity 5.108 ...found
Checking for Mail::Mailer 1.20 ...found
Checking for Getopt::Long 2.24 ...found
Checking for Tie::IxHash...found
Checking for Text::Wrapper...found
Checking for Text::Template...found
Checking for File::Spec 0.8 ...found
Checking for Errno...found
Checking for FreezeThaw...found
Checking for File::Temp...found
Checking for Log::Dispatch 1.6 ...found
Checking for DBD::mysql 2.0416 ...found
System is Linux 2.4.9
Main Apache is 1.3.24
Mod_perl Apache is 1.3.20
RT is 2.0.13
Any help would be greatly appreciated.
Phil
--
"They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
-Benjamin Franklin, 1759
More information about the rt-users
mailing list