From: Axel Kohlmeyer (akohlmey_at_gmail.com)
Date: Wed Jul 25 2012 - 03:20:26 CDT

On Wed, Jul 25, 2012 at 9:04 AM, oguz gurbulak <gurbulakoguz_at_yahoo.com> wrote:
> Dear John,
>
> Thanks for your reply and interest. I did a lot of trial. I think there are
> some shortcomings related to the installation. Could you please share the
> name of libraries which are essential and suitable for VMD 1.9.1 and your
> installation procedure for VMD ? I will again try to install VMD to Centos
> linux cluster. So your information will be very useful for me.

VMD is in essence a desktop application, and thus requires
a desktop-like runtime envionment. also, the VMD binaries are
set up to be installed on a very large variety of machines and
linux distributions, but that precludes any automated dependency
mechanism, since those are distribution specific and often
even change between individual releases of linux distributions.

what you are asking for is nothing VMD specific
but something that requires rather basic linux
system administration skills. this is out of the
scope of this mailing list. if you don't have those
skills, my suggestion is to identify somebody
close to you, that does have them. at the very
least the person that has set up and installed
the cluster you are talking about should have
these skills (or you are in much deeper trouble
than just being able to install VMD).

to at least give you one piece of immediate
practical help, you can find the names of the
required shared libraries through the "ldd"
command. e.g.

[akohlmey_at_zero ~]$ ldd /usr/local/lib/vmd/vmd_LINUX
        linux-gate.so.1 => (0x00f82000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x0399d000)
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0x02906000)
        libcudart.so.3 => not found
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00a13000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0x00dee000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00bde000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x0026f000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0x00657000)
        libdl.so.2 => /lib/libdl.so.2 (0x00bfb000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x02acd000)
        libm.so.6 => /lib/libm.so.6 (0x00c0d000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00c50000)
        libc.so.6 => /lib/libc.so.6 (0x00a52000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00466000)
        libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00a26000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x0271d000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x0266d000)
        libdrm.so.2 => /usr/lib/libdrm.so.2 (0x02771000)
        /lib/ld-linux.so.2 (0x00a31000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00dce000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x05f88000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x003d2000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x026cd000)
        librt.so.1 => /lib/librt.so.1 (0x00c02000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00dc9000)
        libexpat.so.1 => /lib/libexpat.so.1 (0x003a8000)

wherever there is a "not found" there may be a problem.
please note, that libcudart.so.? is bundled with VMD, so
that specific "not found" can be ignored.

HTH,
    axel.

>
> Best regards.

-- 
Dr. Axel Kohlmeyer  akohlmey_at_gmail.com  http://goo.gl/1wk0
International Centre for Theoretical Physics, Trieste. Italy.