Issue with TCling::RegisterModule dictionary

Hi.

I’m trying to run a APPLgrid-based code in lxplus, but I keep getting

Error in TCling::RegisterModule: cannot find dictionary module TFileStringDict_rdict.pcm
Error in TCling::RegisterModule: cannot find dictionary module TFileVectorDict_rdict.pcm

and while it seems like the issue would just be in the LD_LIBRARY_PATH description, I can’t find the path to these files. Do you know where I could get/link them in lxplus? I’m using ROOT 6.16/00.

Cheers.

Hi,
Looks like you load TFileStringDict.so - or at least that’s the library name ROOT was told about. Where is it? Next to it you should have the file TFileStringDict_rdict.pcm. Can you check whether the “.so” and the “_rdict.pcm” exist?
Cheers, Axel.

Hi.
Thank you, I managed to track it down. I don’t seem to have .so file, but TFileStringDict.o was in the src/ directory of the applgrid source code along with it the _rdict.pcm, I don’t know if that’s normal. Either way, I added the path to LD_LIBRARY_PATH, and it seems to be working.
Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.