Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 14:45:38 +0900
From:      Hye-Shik Chang <perky@fallin.lv>
To:        Angel Todorov <angel.todorov@i-u.de>
Cc:        ports@freebsd.org
Subject:   Re: apache2+mod_mono
Message-ID:  <20030515054538.GA58398@fallin.lv>
In-Reply-To: <20030514214245.00006f4b.angel.todorov@i-u.de>
References:  <20030514214245.00006f4b.angel.todorov@i-u.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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 =)



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