pkg_add -r perl
pkg_add -r ImageMagick
pkg_add -r mod_perl2

ls -1 /var/db/pkg
ImageMagick-6.2.2.1
apache-2.0.55
expat-1.95.8_3
fontconfig-2.2.3,1
freetype2-2.1.10_1
ghostscript-gnu-7.07_13
gsfonts-8.11_2
jasper-1.701.0
jbigkit-1.6
jpeg-6b_3
lcms-1.14,1
libfpx-1.2.0.12
libiconv-1.9.2_1
libltdl-1.5.20
libxml2-2.6.22
mod_perl2-2.0.1,2
mpeg2codec-1.2_1
perl-5.8.7
pkgconfig-0.17.2
pkgdb.db
png-1.2.8_2
tiff-3.7.4
xorg-libraries-6.8.2

First of all, sweet crap thats a lot of stuff.

trunks# cat /usr/local/etc/apache2/Includes/mod_perl.conf
LoadModule perl_module libexec/apache2/mod_perl.so

PerlSwitches -wT
PerlPostConfigRequire etc/apache2/startup.pl

trunks# cat /usr/local/etc/apache2/startup.pl
## CORE PERL Modules
use strict;
use warnings FATAL => 'all';
use Carp;

## Core MP2 Modules
use mod_perl2;
use ModPerl::MethodLookup ();

&ModPerl::MethodLookup::preload_all_modules();

use Image::Magick ();

1;

trunks# apachectl start
Segmentation fault (core dumped)

Of course, the FreeBSD pkg builds are without debugging.
I'll give that a whirl shortly.

This was on FreeBSD 7.0-current i386








--
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com

Reply via email to