You are here

Error while executing rosetta 3.1 loop modeling

4 posts / 0 new
Last post
Error while executing rosetta 3.1 loop modeling
#1

Hi,

I build the rosetta 3.1 on fedora core 6 and after that I used the loop modeling demo ... while issuing the loop modeling command . I got the following error :-
[root@bmel LoopModeling]# ./loopmodel.linuxgccrelease
./loopmodel.linuxgccrelease: error while loading shared libraries: libprotocols.so: cannot open shared object file: No such file or directory

Also its happening for all the .exe files in bin folder ....

Can anybody tell me how can I rectify this error ??

Thanks in advance for help ..

Post Situation: 
Wed, 2011-02-23 18:52
bharat_46010

Something about your compilation is wrong - perhaps something got deleted since you compiled it, or you tried to move a dynamically-linked executeable from one machine to another, or perhaps the libprotocols.so file got moved since the initial compile. Try recompiling. (You can delete the old compilation with cd rosetta_source/build/src/; rm -rf *)

Wed, 2011-02-23 19:27
smlewis

I have started recompiling rosetta-3.1 again using the command scons bin mode=release ..

After compilation what do I have to do .. or it will start working after compilation ..

Wed, 2011-02-23 21:30
bharat_46010

Recompiling will fix most of the likely causes of this error. If it doesn't, then I'll ask you for more info to help track the problem down.

Thu, 2011-02-24 14:21
smlewis