TBrowser problem and chang gsl directories

when i tape TBrowser t; in root v5.22.00 i have a problem

dlopen error: libtiff.so.3: cannot open shared object file: No such file or directory
Load Error: Failed to load Dynamic link library /home/zinou/root/lib/libASImage.so
Error in TCint::AutoLoad: failure loading library libASImage.so for class TASImage
Error in TPluginHandler::SetupCallEnv: class TASImage not found in plugin ASImage
Error in TGComboBox::TGComboBox: arrow_down.xpm not found
Error in TGVScrollBar::TGVScrollBar: arrow_*.xpm not found

*** Break *** segmentation violation

Hi,

How did you install root? from source? binary?
On which platform/OS?
And if you already submitted a bug in Savannah, please avoid to make multiple posts about the same issue.

Bertrand.

AMD64 Linux for Redhat RHEL 5 (SLC5) and gcc 4.3, version 5.22/00 (51.3 MB).
See the SLC5 (Scientific linux CERN 5) web page for more details.

in linux ubuntu

Hi,

OK, so please install libtiff on your machine, or try to rebuild from source, to fulfill the dependencies and to avoid possible compiler/libraries mismatch between SLC5 generated binaries and your Ubuntu system.

Cheers,
Bertrand.

but when i install from source

i have a other problem , in finish make

error libmathmore.so in root v5.18 and 5.20 and 5.22 and 5.23

What is the exact error? mathmore requires GSL, is it installed on your machine?
If you want us to be able to help, please be more precise when reporting problems. (e.g. copy the exact errors from your terminal and and paste it here, or redirect the output of make and post the file here)

Cheers, Bertrand.

the slang-gsl v 0.7.0-4 is installed and libgsl-0

but
/usr/bin/ld: /usr/lib64/libgslcblas.a(sasum.o): relocation R_X86_64_32 against `a local symbol’ can not be used when making a shared object; recompile with -fPIC
/usr/lib64/libgslcblas.a: could not read symbols: Bad value
collect2: ld a retourné 1 code d’état d’exécution
make: *** [lib/libMathMore.so] Erreur 1
rm core/utils/src/RStl_tmp.cxx core/utils/src/rootcint_tmp.cxx

Hi,

The minimum required version of GSL is 1.8.
Please take a look also there:
http://root.cern.ch/phpBB2/viewtopic.php?t=8161&highlight=libmathmore
http://root.cern.ch/phpBB2/viewtopic.php?t=6995&highlight=libmathmore

Cheers, Bertrand.

How to change the direction of gsl installation.

in the root configure file

because i build of gsl with pic but in /home/…

Hi,

Use these options: –with-gsl-incdir=/your/gsl/include --with-gsl-libdir=/your/gsl/lib

And to see the list of configure options, you can just type:
./configure --help

Cheers, Bertrand.