From: Oleksii Zdorevskyi (alzdorev_at_gmail.com)
Date: Wed Jan 22 2020 - 15:24:58 CST

Dear VMD community,

Recently I have built vmd 1.9.3 from source code on my PC (OS Ubuntu).

According to the compilation guide (
http://www.ks.uiuc.edu/Research/vmd/doxygen/compiling.html#compiling),
firstly I installed the dependencies (tcl8.5.0 and netcdf-c-4.7.3) and vmd
plugins.

I need the simplest text-mode version so I used the following options in
configure.options file:

LINUXAMD64 IMD NETCDF COLVARS TCL PTHREADS SILENT

The compilation went without any trouble but after the installation I
obtained the following message:

cp: cannot stat '../lib/stride/stride_LINUXAMD64': No such file or directory
cp: cannot stat '../lib/surf/surf_LINUXAMD64': No such file or directory
cp: cannot stat '../lib/tachyon/tachyon_LINUXAMD64': No such file or
directory
Make sure /usr/local/bin/vmd is in your path.
VMD installation complete. Enjoy!

Now, when I try to launch VMD I get the following error:

rlwrap: Command not found.
Info) VMD for LINUXAMD64, version 1.9.3 (January 22, 2020)
Info) http://www.ks.uiuc.edu/Research/vmd/
Info) Email questions and bug reports to vmd_at_ks.uiuc.edu
<https://mail.bitp.kiev.ua/src/compose.php?send_to=vmd%40ks.uiuc.edu>
Info) Please include this reference in published work using VMD:
Info) Humphrey, W., Dalke, A. and Schulten, K., `VMD - Visual
Info) Molecular Dynamics', J. Molec. Graphics 1996, 14.1, 33-38.
Info) -------------------------------------------------------------
Info) Multithreading available, 4 CPUs detected.
Info) Free system memory: 1395MB (43%)
*** buffer overflow detected ***: /usr/local/lib/vmd/vmd_LINUXAMD64
terminated
Aborted (core dumped)

Could you tell me what I have done wrong?

Best,
Oleksii