Dear all,
I executed these commands and installed plumed successfully according to this screenshot;
$./configure --prefix /misc/home/ikuma/plumed-2.6.1
$make
$make install
But when I try run plumed, it fails as the bellow;
$ plumed
plumed : error while loading shared libraries: libplumedKernel.so: cannot open sheared object files: No such file or directory
I followed instructions on the attached screenshot, meaning;
1. add /misc/home/ikuma/plumed-2.6.1/bin to $PATH
2. add /misc/home/ikuma/plumed-2.6.1/lib to $PATH
3. set PLUMED_KERNEL=/misc/home/ikuma/plumed-2.6.1/lib/libplumedKernel.so as an environmental variable
4. save these settings in my .bashrc and activate it using $ source
But the same error message happens.
Does anyone know what I should do?
Best Regards,
kimu