From owner-freebsd-current@FreeBSD.ORG Wed Apr 4 10:13:24 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F3EC16A403 for ; Wed, 4 Apr 2007 10:13:24 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 7597713C469 for ; Wed, 4 Apr 2007 10:13:23 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l34ADMMu037527; Wed, 4 Apr 2007 14:13:22 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l34ADMrL037526; Wed, 4 Apr 2007 14:13:22 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Apr 2007 14:13:21 +0400 From: Andrey Chernov To: current@freebsd.org Message-ID: <20070404101321.GA37396@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org, ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) Cc: ports@freebsd.org Subject: DSO loading (dlopen) appearse to be broken somehow X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 10:13:24 -0000 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/