From owner-freebsd-stable@FreeBSD.ORG Mon Feb 21 18:02:08 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79CD216A4CE for ; Mon, 21 Feb 2005 18:02:08 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4843D41 for ; Mon, 21 Feb 2005 18:02:07 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so919387wri for ; Mon, 21 Feb 2005 10:02:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QeVnHK70R7DE2j4oNgAiwl7r2++AaLjB1Grk+ta03g7+LVJ48WhEAlFXGNnAZSIi1AOn6bKCRwzewhWI7bHqX1dY1658Ziq9hQTSVMtzq9u/jBUmTNBg5sCjzMk0Xdh9QDhuh1vzai2k2dcIMlwAhnMme5W7GuQzoyn8iPFEbGo= Received: by 10.54.6.3 with SMTP id 3mr217204wrf; Mon, 21 Feb 2005 10:02:06 -0800 (PST) Received: by 10.54.29.8 with HTTP; Mon, 21 Feb 2005 10:02:06 -0800 (PST) Message-ID: <790a9fff050221100232c3b95e@mail.gmail.com> Date: Mon, 21 Feb 2005 12:02:06 -0600 From: Scot Hetzel To: Bruno Lavoie In-Reply-To: <421A1F5E.3080003@evolugroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <421A1F5E.3080003@evolugroup.com> cc: freebsd-stable@freebsd.org Subject: Re: Apache 2 + mod_perl2 problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 18:02:08 -0000 On Mon, 21 Feb 2005 12:50:22 -0500, Bruno Lavoie wrote: > Hello, > > i've compiled and installed Apache2 + mod_perl2 from ports, when i start > apache i have this error: > > bash-2.05b# /usr/local/etc/rc.d/apache2.sh start > Starting apache2. > Syntax error on line 243 of /usr/local/etc/apache2/httpd.conf: > Cannot load /usr/local/libexec/apache2/mod_perl.so into server: > /usr/local/libexec/apache2/mod_perl.so: Undefined symbol > "pthread_cond_signal" > > perl is compiled and installed with thread support > > anyone knows what is my problem? Probably because your using a threaded perl and that mod_perl wasn't compiled with support for threads. Either re-compile perl without threads or figure out how to compile mod_perl with threads. You may want to ask the mod_perl maintainer or look on the mod_perl web site to see if they support a threaded mod_perl. Also, you should have posted this on the freebsd-ports@freebsd.org mailing list. Scot.