From owner-freebsd-ports@FreeBSD.ORG Mon Feb 21 22:03:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9EDA16A4CE for ; Mon, 21 Feb 2005 22:03:55 +0000 (GMT) Received: from aeimail.aei.ca (mail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF7743D49 for ; Mon, 21 Feb 2005 22:03:52 +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 j1LM3pL7000905; Mon, 21 Feb 2005 17:03:51 -0500 (EST) Message-ID: <421A5AC6.4010104@evolugroup.com> Date: Mon, 21 Feb 2005 17:03:50 -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: ports@freebsd.org, lars.eggert@gmx.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mod_perl + perl 5.8 with thread support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 22:03:55 -0000 Hello, i need to have modperl::perlrun (Perl 5.8 ) with iThreads support because i'm building a server on wich developpers will work, and each of these developers need a unique @INC path --> http://perl.apache.org/docs/2.0/user/config/config.html#Modifying_C__INC__on_a_Per_VirtualHost i can build successfully perl with thread support (-DWITH_THREADS) , after that i build mod_perl, successfully too! the problem is when i start apache : bash-2.05b# /usr/local/etc/rc.d/apache2.sh restart Performing sanity check on apache2 configuration: 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" bash-2.05b# it works fine if i dont have the threaded version of perl 5.8 how can i make it working? is it possible? if not, why? Thanks Bruno