Subject: Re: Error loading mod_perl 1.29 under Apache 1.3.34nb6
To: Francisco Valladolid Hdez. <ficovh@yahoo.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-amd64
Date: 06/24/2006 20:38:24
On Sat, Jun 24, 2006 at 10:34:16AM -0700, Francisco Valladolid Hdez. wrote:
> hi, .. i'm trying to run apache 1.3.x with mod_perl
> 1.29 under NetBSD 3.0 RELEASE AMD64 port.
> The error message occurr whe try to load the mod_perl
> module, sending the follow error.
> 
> [ficovh@localhost (~/public_html/cgi-bin)]>sudo
> apachectl start
> [1]   Abort trap (core dumped) ${HTTPD}
> /usr/pkg/sbin/apachectl start: httpd could not be
> started
> 
> some can help me ?

Probably because apache has not been linked against libpthread. You have to
rebuild apache adding -lpthread to the link command. The easiest it to use
pkgsrc, run 'make configure', then edit the Makefile in work/... to add
-lpthread to LDFLAGS (or equivalent, I don't remember the details).

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--