Date: Mon, 2 Apr 2001 13:30:04 -0700 From: Sean Chittenden <sean-freebsd-stable@chittenden.org> To: Dan Larsson <dl@tyfon.net> Cc: FreeBSD Stable List <stable@freebsd.org> Subject: Re: mod_perl-1.25 syntax error on FreeBSD-4.3 RC Message-ID: <20010402133004.C52470@rand.tgd.net> In-Reply-To: <20010402141450.P10131-100000@hq1.tyfon.net>; from "dl@tyfon.net" on Mon, Apr 02, 2001 at = 02:18:23PM References: <20010402141450.P10131-100000@hq1.tyfon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--dkEUBIird37B8yKS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dime to dollar at least one of two things: 1) You've built a threaded perl (check /etc/make.conf) 2) You statically compiled mod_perl into apache and didn't use apxs. I ran into this problem and it hurt pretty hard. The solution was to make world w/o a threaded perl. You can also use the ports tree (I've been pleasantly surprised by how nice it handles apache/mod_perl/mod_ssp/php stuff). -sc PS I don't know exactly why threaded perl suddenly broke apache, but that's a new twist from 4.2 to 4.3 On Mon, Apr 02, 2001 at 02:18:23PM +0200, Dan Larsson wrote: > Delivered-To: sean-freebsd-stable@chittenden.org > Delivered-To: freebsd-stable@freebsd.org > Date: Mon, 2 Apr 2001 14:18:23 +0200 (CEST) > From: Dan Larsson <dl@tyfon.net> > To: FreeBSD Stable List <stable@freebsd.org> > Subject: mod_perl-1.25 syntax error on FreeBSD-4.3 RC > Organization: Tyfon Svenska AB > X-NCC-NIC: DL1999-RIPE > X-NCC-RegID: se.tyfon > X-Virus-Scanned: by hq1.tyfon.net > X-Loop: FreeBSD.ORG > Precedence: bulk >=20 > I cannot get mod_perl to work, this is what I get when I try to start > apache after installing mod_perl (from the ports tree): >=20 > #/usr/local/sbin/apachectl start > Syntax error on line 245 of /usr/local/etc/apache/httpd.conf: \ > Cannot load /usr/local/libexec/apache/libperl.so into server: > /usr/local/libexec/apache/libperl.so: Undefined symbol \ > "pthread_getspecific" >=20 > Line 245: > LoadModule perl_module libexec/apache/libperl.so >=20 > Any ideas? >=20 >=20 > Regards > +------ > Dan Larsson | Tel: +46 8 550 120 21 > Tyfon Svenska AB | Fax: +46 8 550 120 02 > GPG and PGP keys | finger dl@hq1.tyfon.net >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message --=20 Sean Chittenden --dkEUBIird37B8yKS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden <sean@chittenden.org> iEYEARECAAYFAjrI4UwACgkQn09c7x7d+q244QCbBhifLYYs3m0VzSBSzLvUz5dd t/UAn38aD38tT4jhwJfM3fZ2G6Cupcpf =4tEi -----END PGP SIGNATURE----- --dkEUBIird37B8yKS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010402133004.C52470>