Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2007 14:13:21 +0400
From:      Andrey Chernov <ache@freebsd.org>
To:        current@freebsd.org
Cc:        ports@freebsd.org
Subject:   DSO loading (dlopen) appearse to be broken somehow
Message-ID:  <20070404101321.GA37396@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
Try to install and run www/apache13 port. With recent -current you'll get 
similar error for each module first listed in config:

Syntax error on line 213 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/mod_env.so into server: 
/usr/local/libexec
/apache/mod_env.so: Undefined symbol "ap_palloc"

Perhaps it is Apache configuration problem since old-compiled apache 
(Dec 9) runs normally. Perhaps Apache config find some new defines which 
not works as expected.

I am not expert in dlopen() at all. Please look someone who knows.

-- 
http://ache.pp.ru/



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