From owner-freebsd-questions Fri Oct 25 3:27: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D02337B401 for ; Fri, 25 Oct 2002 03:27:03 -0700 (PDT) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A5D43E77 for ; Fri, 25 Oct 2002 03:27:01 -0700 (PDT) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g9PAQsZ19478; Fri, 25 Oct 2002 13:26:54 +0300 Message-Id: <200210251026.g9PAQsZ19478@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 25 Oct 02 13:26:32 +0300 From: "Toomas Aas" Organization: Tartu City Government To: freebsd-reply@akruijff.dds.nl Date: Fri, 25 Oct 2002 13:26:30 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Webalizer undefined symbol problem Cc: questions@freebsd.org In-reply-to: <15978396.20021025121806@dds.nl> References: <200210251002.g9PA2qO18779@lv.raad.tartu.ee> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! > > heerold# webalizer -p -c /usr/local/etc/webalizer.my.conf > > /usr/libexec/ld-elf.so.1: /usr/lib/libgd.so.2: Undefined symbol > > "jpeg_destroy" > > Do `find /usr/ports -name pkg-plist -exec grep -l "libgd*" \;` This > will find all ports that may got your file in there list. If one or > more port come along that you have installed on your system then > rebuild it. (Assuming you got portupgrade installed) `portupgrade -f > port` If this doesn't work do `find / -name "libgd*"`. If you find a > file named like libgd.so.number some where on you file system make a > link to it. Are you hinting that the gd library is not actually installed on my system? I don't think this is the case, because when installing webalizer, the following is printed on the screen: ===> webalizer-2.1.10_1 depends on shared library: gd.2 - found Also, libgd.so.2 lives in /usr/local/lib and libgd.so is symlinked to it. I think there's something else going on here... -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Money is the root of all evil. For more info send $39 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message