Dbx Debug error

Everytime I try to dbug using dbx giving me could not get rtld base address -- no AT_BASE in auxv couldnot initialise rtld_db.soand failed debug session. this is hapennig in WS C++5 on Solaris 7.0.Any help would be appreciated.Sohan
[267 byte] By [kavinjr] at [2007-11-25 23:41:06]
# 1
Sohan,Try this :(1) Set the environment variable _DBX_USE_OUR_RTLD_DB to any OR no value before running dbx utility.You should be able to start the dbx utility that will bring you to the debugger prompt (dbx)AllenSUN Developer Technical Support
allenlai at 2007-7-5 18:48:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

Does anyone have anymore information about the source / cause of these errors or suggestions to fix them as setting this variable seemed to have no effect on Forte 6.

I am still getting the following errors:

dbx: warning: could not get rtld base address -- no AT_BASE in auxv

dbx: read of 8 bytes at address 0x162b0 failed -- Bad file number

dbx: warning: could not initialize librtld_db.so.1 -- trying libDP_rtld_db.so

dbx: could not initialize

dbx: warning: could not enable secondary rtld synch event

dbx: warning: could not enable primary rtld synch event

Besides the following Files Existing:

/opt/SUNWspro/WS6U2/lib/v9/libDP_rtld_db.so

/opt/SUNWspro/WS6U2/lib/libDP_rtld_db.so

/opt/SUNWspro/WS6U2/lib is contained with my LD_LIBRARY_PATH variable.

"nm" turns up no occurrences of "AT_BASE" or "auxv" in any SUN libraries or libraries hat I have built.

Matt109 at 2007-7-5 18:48:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
For future reference,I was stupid enough to link my executable with 'ld' instead of 'cc' and ran into this problemI used ld in dynamic mode ( didn't do -dn )you can man ld and find out what I'm talking aboutMessage was edited by: kerstbrd
kerstbrd at 2007-7-5 18:48:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...