Hi everyone
Could someone help me with the following error that I got while trying to compile shape-it:
"shape-it: error while loading shared libraries: libopenbabel.so.4: cannot open shared object file: No such file or directory"
I have previously installed openbabel from source and it seems to work fine, so the problem would not be in openbabel but in the shape-it installation itself.
I have also set the following enviroment variables to
export BABEL_DATADIR="/usr/local/openbabel/share/openbabel/2.3.1"
export BABEL_LIBDIR="/usr/local/openbabel/lib/openbabel/2.3.1"
export BABEL_INCLUDEDIR="/usr/local/src/openbabel-2.3.1/include/"
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/usr/local/openbabel/lib"
in my profile .bashrc.
Thanks in Advance