libTreePlayer.so does not exist

Hi everyone,

today I did a fresh installation of Fedora19 due to some important issues that I had with my previous installation. This fedora version was installed using PXE network boot. I installed then ROOT just by doing

yum install root.x86_64

However when I open a TTree and try to draw the variables, this is what I get.

root [2] Error in TUnixSystem::DynamicPathName: libTreePlayer.so does not exist in .:/usr/lib64/root::/usr/lib64/root/cint/cint/stl
and a lot of other messages.

I checked and I have just libTree.so

ls /usr/lib64/root/libTree.*
/usr/lib64/root/libTree.rootmap /usr/lib64/root/libTree.so.5
/usr/lib64/root/libTree.so /usr/lib64/root/libTree.so.5.34

Can anyone tell me why these basic libraries do not come with the default installation and how I could get it ?

Thanks a lot.

[size=85]
root -v


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.34/14 16 December 2013 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      [root.cern.ch](http://root.cern.ch)            *
    
  •                                     *
    

ROOT 5.34/14 (heads/v5-34-00-patches@v5-34-13-131-gd110ad3, Dec 23 2013, 08:12:00 on linuxx8664gcc)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.

Otman
[/size]

Hi everyone,

sorry my post was too quick.
I solved the problem.

yum install root-tree-player.x86_64

Thanks

Otman