From: Atila Petrosian (atila.petrosian_at_gmail.com)
Date: Fri Dec 09 2016 - 01:49:42 CST

Dear vmd users,

I have installed vmd-1.8.7.bin.LINUXAMD64.opengl.tar.gz in Ubuntu 15.04 as
follows:

tar -xvf vmd-1.8.7.bin.LINUXAMD64.opengl.tar.gz

cd vmd-1.8.7

./configure

*** using configure.options: LINUXAMD64 OPENGL FLTK TK ACTC CUDA IMD
LIBSBALL XINPUT LIBTACHYON VRPN NETCDF TCL PYTHON PTHREADS NUMPY SILENT

cd src/

make install

*** Make sure /usr/local/bin/vmd is in your path.

*** VMD installation complete. Enjoy!

After *running vmd, the message I get is**:*

rlwrap: Command not found.

/usr/local/lib/vmd/vmd_LINUX: Command not found.

I add following lines in .bashrc:

export PATH=/usr/local/bin:$PATH

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Again, after *running vmd, the message I get is**:*

rlwrap: Command not found.

/usr/local/lib/vmd/vmd_LINUX: Command not found.

How to resolve this problem?

I'm beginner in vmd, please guide me.

Best,

Atila