ROOT V3.10.02 on Fedora Core 1?

Hi,

I’m trying to install ROOT V3.10.02 from source on a Fedora Core 1 machine.

Has anyone succeeded in this ?

My first problem is the following :

/configure --enable-soversion
Configuring for linux
Checking for libX11 … no
configure: libX11 MUST be installed

It turns out that libX11 is installed :

ll /usr/X11R6/lib/libX11*
lrwxrwxrwx 1 root root 13 mar 5 16:31 /usr/X11R6/lib/libX11.so.6 -> libX11.so.6.2
-rwxr-xr-x 1 root root 908376 fév 12 19:39 /usr/X11R6/lib/libX11.so.6.2

though there’s no generic (i.e. w/o version number) libX11.so out there (is this the problem ?)

Thanks for any help,

PS:
uname -a =
Linux xxx 2.4.22-1.2174.nptl #1 Wed Feb 18 16:38:32 EST 2004 i686 i686 i386 GNU/Linux

You have to install the XFree86-devel rpm that provides the libX11.so library and the X11 header files.

Cheers, Fons.