From owner-freebsd-stable@FreeBSD.ORG Mon Feb 21 17:50:36 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 830C716A4CE for ; Mon, 21 Feb 2005 17:50:36 +0000 (GMT) Received: from aeimail.aei.ca (mail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1CF943D46 for ; Mon, 21 Feb 2005 17:50:30 +0000 (GMT) (envelope-from freebsd-stable@evolugroup.com) Received: from [192.168.1.2] (dsl-137-31.aei.ca [66.36.137.31]) by aeimail.aei.ca (8.12.10/8.12.10) with ESMTP id j1LHoNL7013048 for ; Mon, 21 Feb 2005 12:50:29 -0500 (EST) Message-ID: <421A1F5E.3080003@evolugroup.com> Date: Mon, 21 Feb 2005 12:50:22 -0500 From: Bruno Lavoie User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Apache 2 + mod_perl2 problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 17:50:36 -0000 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? thanks Bruno