[rt-users] Installation trouble

Joseph tech at ekn.com
Tue Apr 16 12:26:54 EDT 2002


I have removed the rpm's from my RH 7.2 install and did a clean
apache/mod_perl/php4 install.

Also I manually installed all the perl mods listed.

However when I try to start apache with the virtualhost stuff in the
conf file it always crashes with this:

Starting httpd: [Tue Apr 16 12:18:10 2002] [error] Can't load
'/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Apache/Cookie/Cookie.so'
for module Apache::Cookie: libapreq.so.1: cannot open shared object
file: No such file or directory at
/usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm line 206.
 at /usr/lib/perl5/site_perl/5.6.1/i386-linux/mod_perl.pm line 14
Compilation failed in require at /data/rt/bin/webmux.pl line 80.
BEGIN failed--compilation aborted at /data/rt/bin/webmux.pl line 80.
Compilation failed in require at (eval 5) line 1.

Syntax error on line 133 of /etc/httpd/conf/httpd.conf:
Can't load
'/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Apache/Cookie/Cookie.so'
for module Apache::Cookie: libapreq.so.1: cannot open shared object
file: No such file or directory at
/usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm line 206.
 at /usr/lib/perl5/site_perl/5.6.1/i386-linux/mod_perl.pm line 14
Compilation failed in require at /data/rt/bin/webmux.pl line 80.
BEGIN failed--compilation aborted at /data/rt/bin/webmux.pl line 80.
Compilation failed in require at (eval 5) line 1.

Here is the conf part:
<VirtualHost 10.1.5.2>
        DocumentRoot /data/rt/WebRT/html/
        ServerName rt.ekn.com
        ServerAlias rt
        PerlModule Apache::DBI
        PerlFreshRestart On
        PerlRequire /data/rt/bin/webmux.pl
        <Location />
                SetHandler perl-script
                PerlHandler RT::Mason
        </Location>
</VirtualHost>

I have spent a lot of time installing and reinstalling perl.

I removed ALL traces of perl and reinstalled 5.6.1 from the tarballs.

Any suggestions would be greatly appreciated.
-- 

respectfully,
Joseph (606) 477-7551





More information about the rt-users mailing list