[ACEDB DOCUMENTATION]

ACEDB

Debugging Tips for Developers

Originally written by
Ed Griffiths <edgrif@sanger.ac.uk>, October 2000

Checking what dynamic libraries are used by an executable

To check which libraries are picked up at runtime use ldd if it's available on your machine otherwise try one of the following, just set the environmental variable(s) and then run the executable.


ALPHA
        setenv _RLD_ARGS -v     


SGI
        setenv _RLDN32_PATH /usr/lib32/rld.debug
        setenv _RLD_ARGS -v
        

SOLARIS and LINUX
        setenv LD_DEBUG libs

ACEDB


Ed Griffiths <edgrif@sanger.ac.uk>
Last modified: Thu Oct 19 10:33:01 BST 2000