[rt-users] Request Tracker 2.0.8 on NetBSD 1.5.1

Adam R Prato arp-rt2 at metachar.net
Tue Oct 23 12:32:50 EDT 2001


* John Hayward wrote on 23 Oct 2001:

> Dear Request Trackers and NetBSDers,
> 
> I'm trying to install RT 2.0.8 - There seems to be some problem with some
> pieces of the apache->perl->dbi->mysql in that when I attempt to start
> apache I get the following error message from line 352 in my httpd.conf
> which is: PerlRequire /home/rt2/bin/webmux.pl
> 
> It appears there is a problem with not being able to locate symbol PL_op
> when using data dumper.
> 
> I've included the perl packages installed on this NetBSD-1.5.1 system
> along with the output of make testdeps.
> 
> Any hints would be appreciated.
> johnh...
> ====
> 
> Error when starting apache
> ====
> [Tue Oct 23 10:54:38 2001] [error] Can't load
> '/usr/pkg/lib/perl5/5.6.1/i386-netbsd/auto/Data/Dumper/Dumper.so' for
> module
> Data::Dumper: /usr/pkg/lib/perl5/5.6.1/i386-netbsd/auto/Data/Dumper/Dumper.so: Undefined
> symbol "PL_op" (reloc type = 6, symnum = 58) at
> /usr/pkg/lib/perl5/5.6.1/i386-netbsd/XSLoader.pm line 75.
>  at /usr/pkg/lib/perl5/5.6.1/i386-netbsd/Data/Dumper.pm line 27
> Compilation failed in require at
> /usr/pkg/lib/perl5/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm line 79.
> BEGIN failed--compilation aborted at
> /usr/pkg/lib/perl5/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm line 79.
> Compilation failed in require at /home/rt2/bin/webmux.pl line 20.
> BEGIN failed--compilation aborted at /home/rt2/bin/webmux.pl line 20.
> Compilation failed in require at (eval 1) line 1.
> 
> Syntax error on line 352 of /usr/pkg/etc/httpd/httpd.conf:
> ====
> line 352 of httpd.conf is:
> PerlRequire /home/rt2/bin/webmux.pl
> ====

This sounds like a perl problem...

Try adding this to your web server configuration:

<Location /perl-status>
   SetHandler perl-script
   PerlHandler Apache::Status
</location>

then go to http://server/perl-status see if you get any other errors.

It sounds to me like your mod_perl has some issues. Is this built dso? static?

Adam






More information about the rt-users mailing list