Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 14/04/2014, à 09:30

antony21

Re : installation ROOT

Pour pouvoir t'aider, il faudrait que tu nous donnes le retour du ./configure (ou du moins la fin) pour voir s'il s'est vmt bien déroulé ou s'il y a tjs des erreurs smile

Concernant l'architecture, donne-nous le retour de

uname -a

antony21

Dernière modification par antony21 (Le 14/04/2014, à 09:32)

Hors ligne

#27 Le 14/04/2014, à 10:01

antony21

Re : installation ROOT

Petite précision supplémentaire: la commande

export ROOTSYS=/opt/root/root-${version}

permet en fait de définir l'emplacement pour ROOT lorsque tu effectueras le 'make install' donc dans ce cas dans /opt/root/root-ta-version . Si tu veux qu'il soit mis ailleurs, tu dois adapter cette commande...mais bon je ne vois pas trop l'intérêt de le mettre à un endroit plutôt qu'un autre smile

Hors ligne

#28 Le 14/04/2014, à 10:13

abdo77

Re : installation ROOT

ok cher antony21
voila le retour de ./configure ,je vous rappel que tous les paquets est installé,
Checking for source directory ... /home/ali/root
Configuring for linuxx8664gcc
INFO: --enable-ldap: already enabled by default.
INFO: --enable-mysql: already enabled by default.
INFO: --enable-xrootd: already enabled by default.
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 ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites


Ainsi le retour de uname -a est ci dessous:
Linux ali-Aspire-5733 3.5.0-48-generic #72-Ubuntu SMP Mon Mar 10 23:20:26 UTC 2014 i686 i686 i686 GNU/Linux

Dernière modification par abdo77 (Le 14/04/2014, à 10:45)

Hors ligne

#29 Le 14/04/2014, à 10:52

antony21

Re : installation ROOT

abdo77 a écrit :

Linux ali-Aspire-5733 3.5.0-48-generic #72-Ubuntu SMP Mon Mar 10 23:20:26 UTC 2014 i686 i686 i686 GNU/Linux

Tu n'est pas en 64bits mais en 32bits (cf. le i686) donc la commande pour le ./configure est différente, tu dois remplacer 'linuxx8664gcc' par 'linux' çad:

./configure linux --enable-gdml --enable-ldap --enable-minuit2 --enable-mysql --enable-qt --enable-qtgsi --enable-roofit --enable-table --enable-unuran --enable-xrootd

De plus, regardes bien le retour du ./configure que tu m'as donné, il te dit toujours que

configure: libX11 MUST be installed

! Pe que ça viens du fait du 64bits, donc relance la commande pour voir (pour le 32bits cette fois), sinon le paquet c'est libX11-devel que tu dois installer.

antony21

Hors ligne

#30 Le 14/04/2014, à 11:01

abdo77

Re : installation ROOT

oui voila maintenant les dernier ligne retour de ./configure :


Enabled support for asimage, astiff, builtin_afterimage, builtin_lzma, cintex, exceptions, explicitlink, fftw3, fitsio, gviz, gdml, genvector, ldap, mathmore, memstat, minuit2, mysql, opengl, python, qt, qtgsi, reflex, roofit, shadowpw, shared, ssl, table, tmva, unuran, x11, xft, xml.

To build ROOT type:

   make

Hors ligne

#31 Le 14/04/2014, à 11:42

antony21

Re : installation ROOT

Ca semble bon, tu peux faire le make smile

Hors ligne

#32 Le 14/04/2014, à 11:53

abdo77

Re : installation ROOT

je vois cette il ne termine pas le make:
la dernier ligne donne :
tmva/src/PDEFoam.o: fichier non reconnu: Fichier tronqué
collect2: erreur: ld a retourné 1 code d'état d'exécution
make: *** [lib/libTMVA.so] Erreur 1

Hors ligne

#33 Le 14/04/2014, à 12:03

antony21

Re : installation ROOT

Il n'y a eu aucune erreurs ou manquements durant le ./configure?

Dernière modification par antony21 (Le 14/04/2014, à 12:03)

Hors ligne

#34 Le 14/04/2014, à 12:14

abdo77

Re : installation ROOT

oui parfois je vois  ..............nn
est ce que je dois avoir tous ..................yes

abdelali-Aspire-5733:~/root> ./configure linux --enable-gdml --enable-ldap --enable-minuit2 --enable-mysql --enable-qt --enable-qtgsi --enable-roofit --enable-table --enable-unuran --enable-xrootd
Checking for source directory ... /home/abdelali/root
Configuring for linux
INFO: --enable-ldap: already enabled by default.
INFO: --enable-mysql: already enabled by default.
INFO: --enable-xrootd: already enabled by default.
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 ... gfortran
Checking for libX11 ... /usr/lib/i386-linux-gnu
Checking for X11/Xlib.h ... /usr/include
Checking for X11/xpm.h ... /usr/include
Checking for X11/Xft/Xft.h ... /usr/include
Checking for X11/extensions/shape.h ... /usr/include
Checking for libXpm ... /usr/lib/i386-linux-gnu
Checking for libXft ... /usr/lib/i386-linux-gnu
Checking for libXext ... /usr/lib/i386-linux-gnu
Checking for freetype-config ... /usr/bin/freetype-config
Checking for libfreetype version >= 9.3.0 ... ok
Checking whether to build included libfreetype6 ... no
Checking for pcre-config ... /usr/bin/pcre-config
Checking for libpcre version >= 3.9 ... ok
Checking whether to build included libpcre ... no
Checking for zlib.h ... /usr/include
Checking for libz ... /usr/lib/i386-linux-gnu
Checking whether to build included zlib ... no
Checking for lzma.h ... no
Checking for liblzma ... no
Checking whether to build included lzma ... yes
Checking for GL/gl.h ... /usr/include
Checking for libGL, or libMesaGL ... /usr/lib/i386-linux-gnu
Checking for libGLU, or libMesaGLU ... /usr/lib/i386-linux-gnu
Checking for GL/glew.h ... /usr/include
Checking for libGLEW ... /usr/lib/i386-linux-gnu
Checking whether to build included GLEW ... no
Checking for pkg-config ... /usr/bin/pkg-config
Checking for libftgl ... ok
Checking for ftgl version > 2.1.2 ... ok
Checking whether to build included libftgl ... no
Checking for mysql_config ... /usr/bin/mysql_config
Checking for libmysqlclient version >= 3.23.* ... ok
Checking for mysql.h ... /usr/include/mysql
Checking for occi.h ... no
Checking for libclntsh, or oci ... no
Checking for libocci, or oraocci10 ... no
Checking for libpq-fe.h ... no
Checking for libpq ... no
Checking for sql.h ... no
Checking for libsqlod ... no
Checking for sqlext.h ... no
Checking for libiodbc, libodbc, or odbc32 ... no
Checking for Qt/qglobal.h ... /usr/include/qt4
Checking for 4.3.0 <= Qt version < 5.0.0  ... 4.8.3
Checking for libQtCore, QtCore, QtCore4, or QtCore4 ... /usr/lib/i386-linux-gnu
Checking for libQtGui, QtGui, QtGui4, or QtGui4 ... /usr/lib/i386-linux-gnu
Checking for libQt3Support, Qt3Support, Qt3Support4, or Qt3Support4 ... /usr/lib/i386-linux-gnu
Checking for libQtOpenGL, QtOpenGL, QtOpenGL4, or QtOpenGL4 ... /usr/lib/i386-linux-gnu
Checking for libQtSvg, QtSvg, QtSvg4, or QtSvg4 ... /usr/lib/i386-linux-gnu
Checking for libQtXml, QtXml, QtXml4, or QtXml4 ... /usr/lib/i386-linux-gnu
Checking for libQtWebKit, QtWebKit, QtWebKit4, or QtWebKit4 ... /usr/lib/i386-linux-gnu
Checking for libQtNetwork, QtNetwork, QtNetwork4, or QtNetwork4 ... /usr/lib/i386-linux-gnu
Checking for moc or moc.exe ... /usr/bin/moc-qt4
Checking for rfio_api.h ... no
Checking for librfio, libdpm, libcastorrfio, libshift, shiftmd, or shift ... no
Checking for rfio_api.h ... no
Checking for stager_api.h ... no
Checking for libcastorrfio, libshift, shiftmd, or shift ... no
Checking for gfal_api.h ... no
Checking for libgfal ... no
Checking for ApMon.h ... no
Checking for libapmoncpp ... no
Checking for fftw3.h ... /usr/include
Checking for libfftw3, or libfftw3-3 ... /usr/lib/i386-linux-gnu
Checking for fitsio.h ... /usr/include
Checking for libcfitsio, or cfitsio ... /usr/lib/i386-linux-gnu
Checking for gvc.h ... /usr/include/graphviz
Checking for libgvc, or gvc ... /usr/lib
Checking for libgraph, or graph ... /usr/lib
Checking for libcdt, or cdt ... /usr/lib
Checking for libpathplan, or pathplan ... /usr/lib
Checking for libexpat, or expat ... /usr/lib/i386-linux-gnu
Checking for libgvplugin_dot_layout, or gvplugin_dot_layout ... /usr/lib/graphviz
Checking for libPythia6 ... no
Checking for Pythia.h ... no
Checking for libpythia8 ... no
Checking for dcap.h ... no
Checking for libdcap ... no
Checking for chirp_reli.h ... no
Checking for libchirp_client ... no
Checking for hdfs.h ... no
Checking for jni.h ... no
Checking for libhdfs ... no
Checking for libjvm ... no
Checking for dns_sd.h ... /usr/include
Checking for libdns_sd ... /usr/lib/i386-linux-gnu
Checking for avahi-client/client.h ... /usr/include
Checking for avahi-common/strlst.h ... /usr/include
Checking for avahi-core/core.h ... no
Checking for libavahi-client ... /usr/lib/i386-linux-gnu
Checking for libavahi-common ... /usr/lib/i386-linux-gnu
Checking for libavahi-core ... no
Checking for libglite-api-wrapper ... no
Checking for gapiUI.h ... no
Checking for libgapiUI ... no
Checking for jpeglib.h ... no
Checking for png.h ... no
Checking for tiffio.h ... no
Checking for gif_lib.h ... no
Checking for libjpeg ... no
Checking for libtiff ... no
Checking for libungif ... no
Checking for libz ... /usr/lib/i386-linux-gnu
Checking for libpng ... no
Checking whether to build included libAfterImage ... yes
Checking for ldap.h ... /usr/include
Checking for libldap ... /usr/lib/i386-linux-gnu
Checking for liblber ... /usr/lib/i386-linux-gnu
Checking for Python.h ... /usr/include/python2.7
Checking for python2.7, libpython2.7, libpython, python, or Python ... /usr/lib
Checking for xml2-config ... /usr/bin/xml2-config
Checking for libxml2 version >= 2.4.x ... ok
Checking for XrdVersion.hh ... no
Checking for libssl ... /usr/lib/i386-linux-gnu
Checking for libcrypto ... /usr/lib/i386-linux-gnu
Checking for openssl/bio.h ... /usr/include
Checking for openssl/blowfish.h ... /usr/include
Checking for openssl/err.h ... /usr/include
Checking for openssl/pem.h ... /usr/include
Checking for openssl/rand.h ... /usr/include
Checking for openssl/rsa.h ... /usr/include
Checking for t_server.h ... no
Checking for libsrp ... no
Checking for libgmp ... no
Checking for libmisc ... no
Checking for pwauth.h ... no
Checking for krb5.h ... /usr/include
Checking for krb5.h redirect ... /usr/include/krb5/krb5.h
Checking for krb5_c_valid_cksumtype in krb5.h ... yes
Checking for valid_cksumtype in krb5.h ... no
Checking for libk5crypto ... /usr/lib/i386-linux-gnu
Checking whether we're using MIT Kerberos ... yes
Checking for krb5_c_valid_cksumtype in /usr/lib/i386-linux-gnu/libk5crypto.so ... no
Checking for valid_cksumtype in /usr/lib/i386-linux-gnu/libk5crypto.so ... no
Either 'krb5_c_valid_cksumtype' or 'valid_cksumtype' are available; disabling krb5
Checking for shadow passwords ... yes
Checking for gsl/gsl_version.h ... /usr/include
Checking for GSL version >= 1.8 ... ok
Checking for libgsl, gslML, or gsl ... /usr/lib
Checking for libgslcblas, gslcblasML, gslcblas, or cblas ... /usr/lib
Checking whether /usr/lib/libgsl.a is compiled with -fPIC ... yes
Checking whether /usr/lib/libgslcblas.a is compiled with -fPIC ... yes
Checking whether to build libMathMore ... yes
Checking whether to build libGenVector ... yes
Checking whether to build libCintex ... yes
Checking whether to build libReflex ... yes
Checking whether to build libRooFit ... yes
Checking whether to build libMinuit2 ... yes
Checking whether to build libUnuran ... yes
Checking whether to build libGdml ... yes
Checking whether to build libTable ... yes
Checking whether to build libTMVA ... yes
Checking whether to build libMemStat ... yes
Checking for Clarens support ... no
Checking for PEAC support ... no
Checking whether to build afdsmgrd ... no
Checking whether to integrate experimental cling ... no 
Checking what type of dictionaries to build ... cint
Checking whether setresuid declared in /usr/include/unistd.h ... yes
Writing config/Makefile.config ... done
Writing config/Makefile.comp ... done
Writing include/RConfigure.h ... done
Writing include/RConfigOptions.h ... done
Writing bin/root-config ... done
Writing etc/system.rootrc ... done
Writing etc/system.rootauthrc ... done
Writing etc/system.rootdaemonrc ... done
Writing etc/root.mimes ... done
Writing etc/daemons/rootd.rc.d ... done
Writing etc/daemons/rootd.xinetd ... done
Writing etc/daemons/proofd.rc.d ... done
Writing etc/daemons/proofd.xinetd ... done
Writing main/src/proofserv.sh ... done
Writing main/src/roots.sh ... done
Writing bin/memprobe ... done
Writing build/misc/root-help.el ... done
Writing macros/html.C ... done
Writing bin/thisroot.sh ... done
Writing bin/thisroot.csh ... done
Writing bin/setxrd.sh ... done
Writing bin/setxrd.csh ... done
Writing bin/genreflex ... done
Writing bin/genreflex-rootcint ... done
Writing config.status ... done

Enabled support for asimage, astiff, builtin_afterimage, builtin_lzma, cintex, exceptions, explicitlink, fftw3, fitsio, gviz, gdml, genvector, ldap, mathmore, memstat, minuit2, mysql, opengl, python, qt, qtgsi, reflex, roofit, shadowpw, shared, ssl, table, tmva, unuran, x11, xft, xml.

To build ROOT type:

   make 
.

je vous prie cher antony que je suis un débutant en ubuntu merci,

Dernière modification par abdo77 (Le 14/04/2014, à 12:16)

Hors ligne

#35 Le 14/04/2014, à 13:20

antony21

Re : installation ROOT

As-tu installé tous les packages additionnels également? http://root.cern.ch/drupal/content/build-prerequisites et pas seulement les requis? Je ne sais pas s'il faut avoir tout yes.. mais je sais que chez moi ça avait marché en installan tous les packages (requis et additionels) et en passant les commandes que je t'ai envoyées.

edit: vérifie également que tu as le paquet 'build-essential' d'installé.

Dernière modification par antony21 (Le 14/04/2014, à 13:22)

Hors ligne

#36 Le 14/04/2014, à 13:30

antony21

Re : installation ROOT

Voici encore une liste de packages dont tu as besoin pour root :-) : http://cp3.irmp.ucl.ac.be/downloads/packages-ub1204.txt

Hors ligne

#37 Le 14/04/2014, à 13:36

abdo77

Re : installation ROOT

oui j'ai tous les packages meme optional et required,,
ainsi "build-essential" est bien installé,
je vous rappel par ailleurs que j'ai en trains d’installer la version root_v5.32.04,
mnt j'ai essayé de l'ai télécharger sans passer par les commandes cité avant,

Hors ligne

#38 Le 14/04/2014, à 14:57

antony21

Re : installation ROOT

Dans le dernier lien que j'ai posté, il y a d'autres packages que ceux dits 'optionnels' dans la doc officielle de ROOT et la dernière version de root est la 5-34-18 smile

Hors ligne

#39 Le 14/04/2014, à 15:21

abdo77

Re : installation ROOT

ok a cette fois tout est bien  passé :
maintenant si je fait la commande me donne ceci:
make install

ROOTSYS not set, set it to a destination directory
make: *** [install] Erreur 1
.

alors si je fait maintenant avant la commande

setenv  ROOTSYS=/usr/local/root-${version}

me donne ceci ;

Installing binaries in /usr/local/root_v5.32.04=/bin
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/bin» n'est pas un répertoire
Installing libraries in /usr/local/root_v5.32.04=/lib
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/lib» n'est pas un répertoire
Installing headers in /usr/local/root_v5.32.04=/include
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/include» n'est pas un répertoire
Installing /home/abdelali/Bureau/root/main/src/rmain.cxx in /usr/local/root_v5.32.04=/include
cp: impossible de créer le fichier standard «/usr/local/root_v5.32.04=/include»: Aucun fichier ou dossier de ce type
Installing cint/cint/include cint/cint/lib and cint/cint/stl in /usr/local/root_v5.32.04=/cint
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: impossible de créer le répertoire «/usr/local/root_v5.32.04=/cint/cint»: Aucun fichier ou dossier de ce type
cp: impossible de créer le répertoire «/usr/local/root_v5.32.04=/cint/cint»: Aucun fichier ou dossier de ce type
cp: impossible de créer le répertoire «/usr/local/root_v5.32.04=/cint/cint»: Aucun fichier ou dossier de ce type
Installing icons in /usr/local/root_v5.32.04=/icons
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/icons» n'est pas un répertoire
cp: la cible «/usr/local/root_v5.32.04=/icons» n'est pas un répertoire
cp: la cible «/usr/local/root_v5.32.04=/icons» n'est pas un répertoire
Installing fonts in /usr/local/root_v5.32.04=/fonts
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/fonts» n'est pas un répertoire
Installing misc docs in /usr/local/root_v5.32.04=
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: impossible de créer le fichier standard «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=» n'est pas un répertoire
Installing tutorials in /usr/local/root_v5.32.04=/tutorials
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/tutorials» n'est pas un répertoire
Installing tests in /usr/local/root_v5.32.04=/test
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/test» n'est pas un répertoire
Installing macros in /usr/local/root_v5.32.04=/macros
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/macros» n'est pas un répertoire
Installing man(1) pages in /usr/local/root_v5.32.04=/man/man1
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/man/man1» n'est pas un répertoire
Installing config files in /usr/local/root_v5.32.04=/etc
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: la cible «/usr/local/root_v5.32.04=/etc» n'est pas un répertoire
Installing Autoconf macro in /usr/local/root_v5.32.04=/build/misc
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: impossible de créer le fichier standard «/usr/local/root_v5.32.04=/build/misc»: Aucun fichier ou dossier de ce type
Installing Emacs Lisp library in /usr/local/root_v5.32.04=/build/misc
mkdir: impossible de créer le répertoire «/usr/local/root_v5.32.04=»: Permission non accordée
cp: impossible de créer le fichier standard «/usr/local/root_v5.32.04=/build/misc»: Aucun fichier ou dossier de ce type
Installing GDML conversion scripts in /usr/local/root_v5.32.04=/lib
cp: la cible «/usr/local/root_v5.32.04=/lib» n'est pas un répertoire
make: *** [install] Erreur 1

note: je suis en csh si pour cela j'utilise setenv au lieu de export

Hors ligne

#40 Le 14/04/2014, à 15:44

antony21

Re : installation ROOT

Ce que je vois c'est plein de permissions non-accordées...car /usr/local/ appartient à root (pas le programme ROOT mais le compte administrateur ici !!), donc c'est plutot

sudo make install

qu'il faut faire ici smile

Hors ligne

#41 Le 14/04/2014, à 20:36

abdo77

Re : installation ROOT

please cher antony j'ai encore un problème de make install quand je fait make install :
alors je définit bien sur l'emplacement par la commande

setenv ROOTSYS /usr/local/root_v5.32.04.

et je fait cette fois make install me donne ceci :

sudo make install
ROOTSYS not set, set it to a destination directory
make: *** [install] Erreur 1.

je comprends pas ces erreurs plz

Hors ligne

#42 Le 14/04/2014, à 21:00

antony21

Re : installation ROOT

Il ne te manquerait pas le symbole '='?  pour ROOTSYS=...

Hors ligne

#43 Le 14/04/2014, à 21:08

abdo77

Re : installation ROOT

mais quand je le fait "=" cela traduit comme suit,peut être que je suis en csh ??
avec "=" donne ceci

setenv :Variable name must contain alphanumeric characters..

Dernière modification par abdo77 (Le 14/04/2014, à 21:09)

Hors ligne

#44 Le 14/04/2014, à 21:51

antony21

Re : installation ROOT

En effet je viens de me documenter, pour le csh il ne faut pas de '=' ...Là je bloque, peut-être ne finit pas le nom du répertoire par un '.' je ne sais pas si ça change qqch...Mais d'abord pq tu utilise un shell csh sous ubuntu? et pas simplement un shell bash?

Edit: tu as bien lancé la commande setenv juste avant le sudo make install dans le même terminal? pcq le message que te retournes le make install laisse penser que ce n'est pas le cas.

Dernière modification par antony21 (Le 14/04/2014, à 21:53)

Hors ligne

#45 Le 14/04/2014, à 22:16

abdo77

Re : installation ROOT

voila mnt cher antony21:il semble fonctionne bien mais ::
a chaque fois que j'ouvre un nouveau terminal je dois tapé cette commande:

cd root
source bin/thisroot.csh

donc pour éviter ce genre de source si ça maintenant le problème smile

Hors ligne

#46 Le 14/04/2014, à 22:37

antony21

Re : installation ROOT

Où est installé ROOT ? Il s'est bien installé dans /usr/local/root-ta-version ? Pcq si tu dois faire seulement 'cd root' quand le terminal s'ouvre c'est qu'il est dans ton home alors et du coup tu dois lancer le thisroot.csh...

Hors ligne

#47 Le 14/04/2014, à 23:11

abdo77

Re : installation ROOT

ok, mais ce que je veux sans passé par la commande source thisroot.csh
il faut laissé le faire lui même
ainsi de le placé en /usr/local/root version

Hors ligne

#48 Le 14/04/2014, à 23:49

antony21

Re : installation ROOT

Je n'ai pas compris, ROOT ne se trouve pas déjà  dans /usr/local/root-version?  Ce qu'on peut faire c'est placer la commande

source chemin_repertoire_root/bin/thisroot.csh

dans ton .cshrc . Ainsi lorsque tu ouvriras ton terminal, cette commande sera directement exécutée smile

Hors ligne

#49 Le 15/04/2014, à 00:18

abdo77

Re : installation ROOT

ok,
ou je dois placé exactement la commande en début fin ......

source /home/ali/root/bin/thisroot.csh 

j'ai la met dans .cshrc mais ne fonctionne pas

Dernière modification par abdo77 (Le 15/04/2014, à 00:19)

Hors ligne

#50 Le 15/04/2014, à 09:28

antony21

Re : installation ROOT

mmh... ok retire cette commande de ton .cshrc et essaye d'y mettre :

export ROOTSYS=ton_Repertoire_ROOT
export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib

En adaptant ces commandes au shell csh smile

Hors ligne