Date: Mon, 21 Feb 2005 13:06:49 -0500 From: Bruno Lavoie <freebsd-stable@evolugroup.com> To: Scot Hetzel <swhetzel@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: Apache 2 + mod_perl2 problems Message-ID: <421A2339.6010803@evolugroup.com> In-Reply-To: <790a9fff050221100232c3b95e@mail.gmail.com> References: <421A1F5E.3080003@evolugroup.com> <790a9fff050221100232c3b95e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, mod_perl normally support threaded perl, and i need it for my project... should I ask to mod_perl2 maintainer or mail to the appropriate list? Thanx Bruno Scot Hetzel wrote: >On Mon, 21 Feb 2005 12:50:22 -0500, Bruno Lavoie ><freebsd-stable@evolugroup.com> 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. >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?421A2339.6010803>