Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 13:17:06 -0500
From:      David Banning <david@skytracker.ca>
To:        questions@freebsd.org
Subject:   libX11 too old?
Message-ID:  <20030325131706.A11617@skytrackercanada.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030325131706.A11617>