Installing ROOT in ubuntu 11.10

  • Thread starter Thread starter welatiger
  • Start date Start date
  • Tags Tags
    Root Ubuntu
AI Thread Summary
When attempting to install ROOT on Ubuntu 11.10, users encounter a configuration error indicating that the libX11 library is not installed. The recommended solution is to install the libx11-dev package using the command "sudo apt-get install libx11-dev" or through the Synaptic Package Manager. However, some users report that even after installation, the same error persists. This suggests potential issues with the software center on Ubuntu 11.10, differing from earlier versions like Lucid Lynx. For further assistance, users are directed to resources such as the CERN prerequisites page and Ask Ubuntu for troubleshooting steps.
welatiger
Messages
85
Reaction score
0
when installing ROOT in ubuntu 11.10 i have the following message

name@ubuntu:~/root$ ./configure
Checking for source directory ... /home/waleed/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... no F77 compiler gfortran found
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites


what can i do?
 
Computer science news on Phys.org
I haven't personally tried installing ROOT on Ubuntu, but some googling turned up

http://root.cern.ch/drupal/content/build-prerequisites

It looks like, at the very least, you should install libx11-dev.
 
I am on Lucid lynx ubuntu
to install the cern root oo language:
click (french version) on Applications/Logithèque ubuntu (under sound and video/science et ingenierie/physique and then on then on root.
Root will appear in Application/programming
Is it what you want?
 
thank you so much for ur concern
but how to install libx11-dev package
i tried to do but with no effect
 
welatiger said:
thank you so much for ur concern
but how to install libx11-dev package
i tried to do but with no effect

Ubuntu should have apt or synaptic. From that CERN page I linked above,

Use "sudo apt-get install package" or use the graphical "Synaptic Package Manager" program.

You need administrator or sudo access to your computer to do this. If you don't know what that means you should talk to whoever maintains your computer.
 
If you do it the way I told you lib11-dev will be installed. I just verified it with synaptic
 
In english it is called "ubuntu software center" (logithèque ubuntu in french".
 
i have installed the package

name@ubuntu:~/Downloads$ sudo apt-get install libx11-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

but the same messeage appears
 
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 5.18/00b 10 March 2008 *
* *
* You are welcome to visit our Web site *
* http://root.cern.ch *
* *
*******************************************

ROOT 5.18/00b (branches/v5-18-00-patches@22563, Apr 06 2010, 01:56:00 on linux)

CINT/ROOT C/C++ Interpreter version 5.16.29, Jan 08, 2008
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0]
 
Back
Top