From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 15 00:20:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8218216A4CE for ; Mon, 15 Nov 2004 00:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F6C43D58 for ; Mon, 15 Nov 2004 00:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iAF0KSMl035683 for ; Mon, 15 Nov 2004 00:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAF0KSIp035682; Mon, 15 Nov 2004 00:20:28 GMT (envelope-from gnats) Resent-Date: Mon, 15 Nov 2004 00:20:28 GMT Resent-Message-Id: <200411150020.iAF0KSIp035682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, BB Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A59EE16A4CE for ; Mon, 15 Nov 2004 00:19:05 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8976043D45 for ; Mon, 15 Nov 2004 00:19:05 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id iAF0J5WL030638 for ; Mon, 15 Nov 2004 00:19:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iAF0J55g030637; Mon, 15 Nov 2004 00:19:05 GMT (envelope-from nobody) Message-Id: <200411150019.iAF0J55g030637@www.freebsd.org> Date: Mon, 15 Nov 2004 00:19:05 GMT From: BB To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73953: mod_musicindex cannot load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 00:20:28 -0000 >Number: 73953 >Category: misc >Synopsis: mod_musicindex cannot load >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 15 00:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: BB >Release: 4.9-STABLE >Organization: >Environment: FreeBSD mydomain.com 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 13 08:01:57 EST 2003 root@:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Running apachectl configtest after enabling the mod_musicindex Apache module returns: Cannot load /usr/local/libexec/apache2/mod_musicindex.so into server: /usr/local/libexec/apache2/mod_musicindex.so: Undefined symbol "sort_order" Used the port with options WITH_APACHE2=yes since I have Apache2 installed (via the port, as well). During "make WITH_APACHE2=yes install" of the port, I do see some lines in the output that look like the possible culprit: --- begin cut --- See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- grep: /usr/local/libexec/apache2/mod_musicindex.la: No such file or directory grep: /usr/local/libexec/apache2/mod_musicindex.la: No such file or directory Warning! dlname not found in /usr/local/libexec/apache2/mod_musicindex.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/libexec/apache2/mod_musicindex.so [preparing module `musicindex' in /usr/local/etc/apache2/httpd.conf] --- end cut --- I am using mod_musicindex port: # $FreeBSD: ports/www/mod_musicindex/Makefile,v 1.7 2004/08/18 16:21:52 clement Exp $ and apache2 port: # $FreeBSD: ports/www/apache2/Makefile,v 1.212 2004/11/13 18:23:33 clement Exp $ My httpd.conf LoadModule line looks as follows: LoadModule musicindex_module libexec/apache2/mod_musicindex.so I'll be happy to provide more details or test, if needed. >How-To-Repeat: Try installing the mod_musicindex port, enabling the LoadModule line for the module, and trying to start apache or run apachectl configtest to see if the module looks sane. >Fix: Not quite sure. >Release-Note: >Audit-Trail: >Unformatted: