should i install something else on it because while using rosetta for structure prediction i get this error
/opt/rosetta_src_2018.09.60072_bundle/main/source/bin/minirosetta.default.linuxgccrelease: error while loading shared libraries: libsqlite3.so: cannot open shared object file: No such file or directory
This is not a rotamer library error, this is a software library error. I suspect you compiled the source code yourself and then moved the files from one location to another? You can’t do that, you need to either use a static compile (extras=static on scons command line) or recompile in the new location (it will probably just relink and be fast)