From: Majid Shahbabaei (m.shahbabaei_at_gmail.com)
Date: Thu Feb 05 2015 - 19:55:18 CST

Dear Khoung, Norman and VMD users,

Thank you very much for your helps. With your comments I could uninstall
and install the vmd 1.9.1 and 1.9.2, respectively. After installation,it
showed the following message
echo "VMD installation complete. Enjoy!"
VMD installation complete. Enjoy!

But when I want to run the vmd 1.9.2 the following error occurs.

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

I have seen roughly same problem at (
http://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/19004.html,
http://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/19158.html) and
tried to follow it but it does not approach anything.

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

Could you please tell me how can I fix it up?

Thanks in advance

MajiD
On Thu, Feb 5, 2015 at 9:46 PM, Norman Geist <norman.geist_at_uni-greifswald.de
> wrote:

> Hey,
>
>
>
> vmd consists of more than only the startup script located in /usr/bin. So
> to completely remove the old one, which isn't really necessary, you'd need
> to
>
>
>
> rm /usr/bin/vmd; #not VMD
>
> rm -r /usr/local/lib/vmd*; #or similar
>
>
>
> To install you might need to be root for the "make install" only, as
> normal users may not write to /usr.
>
>
>
> so:
>
>
>
> untar
>
> change to vmd dir
>
> ./configure
>
> cd src
>
> sudo make install
>
> Norman Geist.
>
>
>
> *From:* owner-vmd-l_at_ks.uiuc.edu [mailto:owner-vmd-l_at_ks.uiuc.edu] *On Beh**alf
> Of *Majid Shahbabaei
> *Sent:* Thursday, February 05, 2015 12:32 PM
> *To:* vmd-l_at_ks.uiuc.edu
> *Subject:* vmd-l: Problem by removing vmd 1.9.1 and installing 1.9.2.
>
>
>
> Dear all,
>
> I already installed the vmd 1.9.1 on ubuntu 12.04. Now I would like to
> install the vmd 1.9.2. I used the following commands to uninstall the 1.9.1.
>
> 1. $ /usr/local/bin
>
> 2. rm VMD
>
> I installed the vmd 1.9.2 by the following commands
>
> 1. untar vmd1.9.2-linuxamd64-opengl.tar.gz
>
> 2. su
>
> 3. ./configure LINUX
>
> 4. exit
>
> 5. cd src
>
> 6. sudo make install
>
> After that I evoked vmd, surprisingly found that the vmd 1.9.1 is opened.
>
> I would be appreciated if anybody help me to figure it out.
>
> Thanks in advance
>
>
> MajiD
>