[rt-users] RT 2.0.11, FreeBSD and perl 5.6 port

Marc Spitzer mspitze1 at optonline.net
Tue Feb 26 09:29:53 EST 2002


is mod_perl a dso or static?  If mod_perl is not static try recompiling it
as static.  And make sure that the perl561 perl is the first perl in your
path, on my FBSD install /usr/bin comes before /usr/local/bin and the port
probably is in /usr/local/bin.

marc
----- Original Message -----
From: "Matthew Enger" <matthew at enger.org>
To: <rt-users at lists.fsck.com>
Sent: Tuesday, February 26, 2002 8:10 AM
Subject: [rt-users] RT 2.0.11, FreeBSD and perl 5.6 port


> Hello,
>
> I seem to have hit a little problem with RT, I have tried looking
> through the mail archives, checking all the perl modules are installed
> and still no avail.
>
> I am attempting to install RT 2.0.11 on a FreeBSD box (4.4-RELEASE). I
> have installed the perl 5.6 port and installed all the modules under
> that perl install. make testdeps is reporting everything ok. (and it is
> checking the correct perl).
>
> I have a fresh copy of apache with mod perl (compiled off the perl 5.6)
> and every time I load apache, I get:
>
> # ./apachectl start
> Segmentation fault - core dumped.
> ./apachectl start: httpd could not be started.
>
> My apache config is nothing special, I defined RT as follows:
>
> <VirtualHost 172.16.10.10:8080>
> DocumentRoot /usr/local/site/rt2/WebRT/html
> ServerName devel.au.enger.org
> PerlModule Apache::DBI
> PerlFreshRestart On
> PerlRequire /usr/local/site/rt2/bin/webmux.pl
> <Location />
> SetHandler perl-script
>  PerlHandler RT::Mason
> </Location>
> </VirtualHost>
>
> Does anyone have any ideas what I could do to fix this?
>
>
>
>
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users





More information about the rt-users mailing list