Not finding TVirtualStreamerInfo

I installed ROOTv.5.26 on a relatively new OS X system with 10.6.8 and the installation went as expected except when I try to use TFile to open a ROOT file I get this error:

I check $ROOTSYS/etc/plugins/TVirtualStreamerInfo and it does exist. Scanning through the thisroot.sh file all the environmental variables seem to be in order so I’m not sure why ROOT is failing. Any thoughts?

Hi,

Which configure option did you use? What is the content of $ROOTSYS/etc/plugins ?

Cheers,
Philippe.

My only configure options were enabling python and roofit.
The contents of the $ROOTSYS/etc/plugins

[quote]ROOT@@Math@@IRootFinderMethod TGLHistPainter TProofProgressLog TVirtualGraphPainter
ROOT@@Math@@Minimizer TGLManager TProofServ TVirtualHistPainter
ROOT@@Math@@VirtualIntegrator TGPasswdDialog TSQLServer TVirtualMonitoringWriter
TAFS TGeoManagerEditor TSessionViewer TVirtualPS
TApplication TGrid TSlave TVirtualPad
TArchiveFile TGuiBuilder TSystem TVirtualPadEditor
TBrowserImp TGuiFactory TView TVirtualPadPainter
TChain TImage TViewerX3D TVirtualProofPlayer
TDataProgressDialog TImagePlugin TVirtualAuth TVirtualStreamerInfo
TDataSetManager TMinuitGraph TVirtualDragManager TVirtualTreePlayer
TFile TPaletteEditor TVirtualFFT TVirtualTreeViewer
TFileDrawMap TProof TVirtualFitter TVirtualViewer3D
TFileStager TProofMgr TVirtualGLImp TVirtualX
TFitEditor TProofProgressDialog TVirtualGeoPainter
[/quote]

Hi,

What are the values of $ROOTSYS which root.exe otool -L `which root.exe` otool -L $ROOTSYS/lib/libCore.so

Cheers,
Philippe.

I am having exactly same issue. Just tried compiling versions 5.34.01 and 5.32.04.
the ldd for root.exe and ldd libCore.so for 5.32.04 for example give me the following:

[code]ldd ~/ROOT/5.32.04/bin/root.exe
libCore.so => /home/rowlandj/ROOT/5.32.04/lib/root/libCore.so (0x00002b1b07c43000)
libCint.so => /home/rowlandj/ROOT/5.32.04/lib/root/libCint.so (0x00002b1b08600000)
libRint.so => /home/rowlandj/ROOT/5.32.04/lib/root/libRint.so (0x00002b1b08f9a000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003f91e00000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003fa2c00000)
libm.so.6 => /lib64/libm.so.6 (0x0000003f91a00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003fa0000000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003f92200000)
libc.so.6 => /lib64/libc.so.6 (0x0000003f91600000)
libz.so.1 => /usr/lib64/libz.so.1 (0x0000003f92600000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000003fa3000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003f90600000)[\code]

and

ldd libCore.so libz.so.1 => /usr/lib64/libz.so.1 (0x00002b1fb7e06000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b1fb801a000) libCint.so => /home/rowlandj/ROOT/5.32.04/root/lib/libCint.so (0x00002b1fb8252000) libdl.so.2 => /lib64/libdl.so.2 (0x00002b1fb8bed000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002b1fb8df1000) libm.so.6 => /lib64/libm.so.6 (0x00002b1fb90f1000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b1fb9375000) libc.so.6 => /lib64/libc.so.6 (0x00002b1fb9583000) /lib64/ld-linux-x86-64.so.2 (0x0000003f90600000)

also when running make install I get a message (even though I run the configure script with --prefix=some_path option):

[code]Installing config files in /etc/root
mkdir: cannot create directory /etc/root': Permission denied cp: target/etc/root’ is not a directory[\code]

[url]Release 5.32.03 on Ubuntu 12.04
[url]Release 5.32.03 on Ubuntu 12.04