Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 08:26:18 -0500
From:      Bruno Lavoie <bruno.lavoie@gmail.com>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        lars.eggert@gmx.net
Subject:   Re: mod_perl + perl 5.8 with thread support
Message-ID:  <6d48544305022305263dea6f9d@mail.gmail.com>
In-Reply-To: <9C8A58246937DD072AA905F5@192.168.1.5>
References:  <421A5AC6.4010104@evolugroup.com> <9C8A58246937DD072AA905F5@192.168.1.5>

next in thread | previous in thread | raw e-mail | index | archive | help
is prefork threaded? 

i run perl-threaded and mod_perl under debian, with the Worker MPM,
and it works fine....
i'll try to compile Apache with Worker MPM


On Tue, 22 Feb 2005 10:17:09 +0100, Mathieu Arnold <mat@freebsd.org> wrote:
> +-Le 21/02/2005 17:03 -0500, Bruno Lavoie a dit :
> | 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#
> 
> I do think that if you want to have a threaded mod_perl, you'll need a
> threaded apache, that is, you'll have to recompile it with WITH_MPM=worker.
> 
> --
> Mathieu Arnold
> 
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6d48544305022305263dea6f9d>