From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 05:28:11 2004 Return-Path: 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 A893916A4CE for ; Wed, 11 Feb 2004 05:28:11 -0800 (PST) Received: from ryvar.netrogue.de (www.drachentruhe.de [213.131.227.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2736E43D1D for ; Wed, 11 Feb 2004 05:28:11 -0800 (PST) (envelope-from ole@netrogue.de) Received: from segnbora.netrogue.de (c192034.adsl.hansenet.de [213.39.192.34]) by ryvar.netrogue.de (8.12.3/8.12.3) with ESMTP id i1BDcotu047204 for ; Wed, 11 Feb 2004 14:38:50 +0100 (CET) (envelope-from ole@netrogue.de) Message-Id: <6.0.2.0.0.20040211141200.01b65c10@213.131.227.50> X-Sender: mx000004@213.131.227.50 X-Mailer: QUALCOMM Windows Eudora Version 6.0.2.0 Date: Wed, 11 Feb 2004 14:30:08 +0100 To: freebsd-questions@freebsd.org From: Ole =?iso-8859-1?Q?Vo=DF?= Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: kdelibs3 configure script reports LibXext error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 13:28:11 -0000 I'm trying to install the KDE3 which came with freeBSD 4.9 from ports. Unfortunately the installation fails while installing the kdelibs3 with the following error: --------------------------------- checking for libXext... no configure: error: We need a working libXext to proceed. Since configure can't find it itself, we stop here assuming that make wouldn't find them either. ===> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/kdelibs3/work/kdelibs-3.2.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/kdelibs3. --------------------------------- But LibXext IS installed and 'ldconfig -r' does list it. What am I doing wrong? Thanks, Ole.