From owner-freebsd-questions Tue Mar 25 10:17:23 2003 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 D6E5D37B401 for ; Tue, 25 Mar 2003 10:17:20 -0800 (PST) Received: from mail.clubplus.net (mail.clubplus.net [216.191.22.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E06E443FE1 for ; Tue, 25 Mar 2003 10:17:19 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by mail.clubplus.net (8.12.7/8.12.7) with ESMTP id h2PIIgld008332 for ; Tue, 25 Mar 2003 13:18:45 -0500 Received: (from root@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h2PIH9u3011713 for questions@freebsd.org; Tue, 25 Mar 2003 13:17:09 -0500 (EST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (localhost [127.0.0.1]) by skytrackercanada.com (8.12.6/8.12.6) with ESMTP id h2PIH6kx011687 for ; Tue, 25 Mar 2003 13:17:06 -0500 (EST) (envelope-from david@skytrackercanada.com) Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6/Submit) id h2PIH6oP011686 for questions@freebsd.org; Tue, 25 Mar 2003 13:17:06 -0500 (EST) (envelope-from david) Date: Tue, 25 Mar 2003 13:17:06 -0500 From: David Banning To: questions@freebsd.org Subject: libX11 too old? Message-ID: <20030325131706.A11617@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) X-RAVMilter-Version: 8.4.2(snapshot 20021217) (mail) X-Spam-Status: No, hits=-12.9 required=5.0 tests=AWL,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) 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 compiling gtk2 I get the folllowing error; checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' config log states that is looking in the right place; $ ./configure --enable-static --x-libraries=/usr/X11R6/lib --x-includes=/usr/X 11R6/include --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.7 and the library is there; root# ls -l /usr/X11R6/lib/libX11* -rw-r--r-- 1 root wheel 1344166 Feb 27 00:14 /usr/X11R6/lib/libX11.a lrwxr-xr-x 1 root wheel 11 Mar 7 00:25 /usr/X11R6/lib/libX11.so -> libX11.so.6 -rwxr-xr-x 1 root wheel 866767 Feb 27 00:14 /usr/X11R6/lib/libX11.so.6 and ldconfig knows it's there; root# ldconfig -r | grep libX11 72:-lX11.6 => /usr/lib/libX11.so.6 117:-lX11.6 => /usr/X11R6/lib/libX11.so.6 root# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message