RE: AMBER: install error

From: Ross Walker <ross.rosswalker.co.uk>
Date: Wed, 1 Mar 2006 08:08:24 -0800

Hi Rytis,

> ../../exe/sander: symbol lookup error: ../../exe/sander:
> undefined symbol:
> f_powdi
> ./Run.dmp: Program error
> make[1]: *** [test.sander.no_lmod] Error 1
> make[1]: Leaving directory `/usr/local/amber/amber-8/test'

A runtime error such as this suggests that you compiled with one compiler
and did not statically link but then when running your LD_LIBRARY_PATH and
PATH variables point to a different set of compiler libraries.

E.g. you compiled with ifort v9 but your .cshrc file is setting up your
environment for the v8 compiler.

Check LD_LIBRARY_PATH and PATH on your machines at runtime and check they
point to the correct place.

You could also recompile your code statically. That is add the -static
option to the configure script and then recompile amber. In this way you
won't have to worry about the wrong libraries being specified at runtime.

All the best
Ross

/\
\/
|\oss Walker

| Department of Molecular Biology TPC15 |
| The Scripps Research Institute |
| Tel: +1 858 784 8889 | EMail:- ross.rosswalker.co.uk |
| http://www.rosswalker.co.uk | PGP Key available on request |

Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.


-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Mar 05 2006 - 06:10:12 PST
Custom Search