apache2+mod_mono
Hye-Shik Chang
perky at fallin.lv
Thu May 15 01:41:09 PDT 2003
On Wed, May 14, 2003 at 09:42:45PM +0100, Angel Todorov wrote:
> Hello,
>
> I have recently tried compiling mod_mono for apache2 on FreeBSD 4.8-STABLE. My operating environment is the following:
>
> mono version: 0.24
> mod_mono version: 0.3.6
> apache version: 2.0.45
>
> I am loading the module and then as soon as i start apache i've got the following error:
>
> Syntax error on line 276 of /usr/local/etc/apache2/httpd.conf:
> Cannot load /usr/local/libexec/apache2/libmod_mono.so into server: /usr/local/lib/libmono.so.0: Undefined symbol "pthread_cond_signal"
>
If you built apache without thread support, you may need to add the
following lines to $PREFIX/sbin/envvars:
LD_PRELOAD=/usr/lib/libc_r.so
export LD_PRELOAD
Hye-Shik =)
More information about the freebsd-ports
mailing list