Error: Unexpected EOF G__fgetc() (tmpfile):1:

Hi,

I am using root version 14 or 16, and I suddenly get the following error message when I try either versions:

Error: Unexpected EOF G__fgetc() (tmpfile):1:

I am just doing

root -l

then I get the error message.

I am connecting through an ssh, could that be the problem? (It has not been a problem before…)

Any hint of what could be the problem (and solution) is appreciated.

Thanks,
Maiken

Could you try if

root -n or

root.exe -n
makes a diffderence?

Rene

Well,

root -n

makes no difference, same error-message, while

root.exe -n

gives
root.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory

(even if I specify the root/bin directory)

Maiken

you have a mismatch between your PATH and LD_LIBRARY_PATH or your LD_LIBRARY_PATH not including the ROOT libs.

Rene

Thanks for you tips so far. I will check whether root works when working directly on the machine and not remotely through ssh.

Maiken