Dear Justin, thanks its working, sorry it was my mistake I used wrongly /usr/local/bin, so export LD_LIBRARY_PATH=/usr/local/lib is working fine now.
regards, On Sun, Nov 4, 2012 at 11:02 PM, Justin Lemkul <[email protected]> wrote: > > > On 11/4/12 12:23 PM, gromacs query wrote: > >> Dear Justin, >> >> Just to add: I can echo all variables ( >> http://www.gromacs.org/**Documentation/Terminology/** >> Environment_Variables<http://www.gromacs.org/Documentation/Terminology/Environment_Variables> >> ) >> except GMXLIB so my bashrc is like this: which is still not helping >> >> >> export GMXLIB=/usr/local/gromacs/**share/gromacs/top >> export LD_LIBRARY_PATH=/usr/local/bin >> #export PATH=$PATH:$LD_LIBRARY_PATH (tried by including and not including >> this) >> > > You need the LD_LIBRARY_PATH to find libraries, not executables. My hint > was that the mechanism worked like PATH, not that it should be joined to it. > > Depending on your system configuration, LD_LIBRARY_PATH may already be set > (so check by using echo to see what it is set to). If it is not set, then: > > export LD_LIBRARY_PATH=/usr/local/lib > > If it is set already, then: > > export LD_LIBRARY_PATH=$LD_LIBRARY_**PATH:/usr/local/lib > > > -Justin > > -- > ==============================**========== > > Justin A. Lemkul, Ph.D. > Research Scientist > Department of Biochemistry > Virginia Tech > Blacksburg, VA > jalemkul[at]vt.edu | (540) 231-9080 > http://www.bevanlab.biochem.**vt.edu/Pages/Personal/justin<http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin> > > ==============================**========== > -- > gmx-users mailing list [email protected] > http://lists.gromacs.org/**mailman/listinfo/gmx-users<http://lists.gromacs.org/mailman/listinfo/gmx-users> > * Please search the archive at http://www.gromacs.org/** > Support/Mailing_Lists/Search<http://www.gromacs.org/Support/Mailing_Lists/Search>before > posting! > * Please don't post (un)subscribe requests to the list. Use the www > interface or send it to [email protected]. > * Can't post? Read > http://www.gromacs.org/**Support/Mailing_Lists<http://www.gromacs.org/Support/Mailing_Lists> > -- gmx-users mailing list [email protected] http://lists.gromacs.org/mailman/listinfo/gmx-users * Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/Search before posting! * Please don't post (un)subscribe requests to the list. Use the www interface or send it to [email protected]. * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

