Jobs running in foreign workers

Hi,

‘etc’ is installed by default in ‘/etc/root’ (see ./configure --help). This is (or it was) somewhat a standard for packages, and it may explain why you do not find ‘etc’ under . Was there any error during ‘make install’ ?
Anyhow, can you try with

./configure --prefix=$ROOTSYS --etcdir=$ROOTSYS/etc

?
You probably need to do ‘make distclean’ before, it is safer.

Gerri

Hello,
After recompiling and reinstalling, It looks like know it is working better, however, there are some errors. I attach the proofsimple1.txt for the next code:

$ root -b
root [] TProof *p = TProof::Open("tditaller025.pic.es")
...
root [] p->SetLogLevel(2)
root [] p->Exec(".!ls -lt ..")
root [] p->Load("/tmp/tutorials/proof/ProofSimple.C++")
...
root [] p->Exec("ProofSimple", 1000000)
...
root [] TProofLog *pl = TProof::Mgr("tditaller025.pic.es")->GetSessionLogs()
...
root [] pl->Save("*", "proofsimple1.txt")[/code]

It looks that there is no problem now with  files which are not found. I can't believe that the "--etcdir=$ROOTSYS/etc" is needed to have a proper installation. 

The error I am obtaining right now is:

[code]Error: Symbol ProofSimple is not defined in current scope  (tmpfile):1:
*** Interpreter error recovered ***

Is this normal?

Thanks so much for all your help G.!
Cheers
Carlos
proofsimple1.txt (284 KB)

Followed at: