Installing ROOT in ubuntu 11.10

  • Thread starter Thread starter welatiger
  • Start date Start date
  • Tags Tags
    Root Ubuntu
Click For Summary

Discussion Overview

The discussion revolves around the installation of the ROOT software on Ubuntu 11.10, addressing issues encountered during the configuration process, particularly related to missing dependencies such as libX11. Participants share their experiences and suggestions for resolving installation problems.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant reports an error message indicating that the F77 compiler gfortran is not found and that libX11 must be installed.
  • Another participant suggests installing the libx11-dev package as a potential solution, referencing the CERN prerequisites page.
  • A participant using a different version of Ubuntu describes an alternative method to install ROOT through the Ubuntu Software Center.
  • One participant expresses difficulty in installing the libx11-dev package and seeks further assistance.
  • Another participant confirms that using the command "sudo apt-get install libx11-dev" should work, provided the user has the necessary permissions.
  • A later reply mentions that the package appears to be already installed but the original error persists.
  • One participant notes a potential issue with the software center on Ubuntu 11.04 compared to their own experience on Ubuntu 10.04.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the installation issue, as some suggest different methods and experiences, and the original problem remains unresolved despite attempts to install the necessary packages.

Contextual Notes

There are indications of version-specific issues with the software center and package management, which may affect the installation process. The discussion reflects varying levels of familiarity with Ubuntu's package management tools.

Who May Find This Useful

Users attempting to install ROOT on Ubuntu, particularly those using older versions of the operating system, and individuals interested in troubleshooting software installation issues in Linux environments.

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]
 

Similar threads

Replies
6
Views
9K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
3K
Replies
16
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
6K
  • · Replies 3 ·
Replies
3
Views
5K
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K