From owner-freebsd-questions@FreeBSD.ORG Wed Oct 17 09:19:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A682D16A417 for ; Wed, 17 Oct 2007 09:19:04 +0000 (UTC) (envelope-from JTheilNielsen@bi.ku.dk) Received: from mail.bignet.ku.dk (mail3.bignet.ku.dk [192.38.112.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6C913C457 for ; Wed, 17 Oct 2007 09:19:03 +0000 (UTC) (envelope-from JTheilNielsen@bi.ku.dk) X-PMWin-Spam: Gauge=IIIIIIII, Probability=8%, Report='__CTE, __MIME_VERSION, __CT, __CTYPE_MULTIPART_ALT, __CTYPE_HAS_BOUNDARY, __CTYPE_MULTIPART, __HAS_MSGID, __IMS_MSGID, __SANE_MSGID, HTML_NO_HTTP, __MIME_HTML, __TAG_EXISTS_HTML, HTML_50_70' X-PMWin-Version: 2.6.1, Antispam-Engine: 2.5.2, Antivirus-Engine: 2.50.6 Importance: normal Priority: normal Received: from MAILSERVER.akizci.ku.dk ([192.38.112.20]) by mail.bignet.ku.dk with Microsoft SMTPSVC(6.0.3790.3959); Wed, 17 Oct 2007 11:06:58 +0200 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4073 Content-Class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 17 Oct 2007 11:04:26 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Libtool cannot find correct libraries thread-index: AcgQnLcn153WPFJnQ8CUBTwAxSg2xg== From: "Jon Theil Nielsen" To: X-OriginalArrivalTime: 17 Oct 2007 09:06:58.0870 (UTC) FILETIME=[12A3E560:01C8109D] Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Libtool cannot find correct libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2007 09:19:04 -0000 System: FreeBSD 8.0 Current (!) =20 Made a classic UNIX mistake and entered rm -R * in the wrong directory. Stopped it very quickly, but have been in troubles ever since. I have made a rebuild of the system - both userland and kernel, but still having the same problems. The problem seems to be in libtool no longer being able to find the correct version of the libraries (even after having rebuild libtool itself without problems). For example, when I need to install xorg-drivers from the ports, it ends up with =20 libtool: link: unknown library version type 'freebsd-' (obviously missing something after the hyphen). =20 When looking af the libtool configuration: =20 libtool --config: ... # Library versioning type. version_type=3Dfreebsd- =20 I don't know how to manually set the correct versioning type, and I dont know from which configuration file it tries to determine the type. =20 Regards, Jon Theil Nielsen