Stuart R. Anderson talked about a staticaly linked program. I looked at mine. It is.
[EMAIL PROTECTED]:~# file /opt/AVP/Tools/checkurl
/opt/AVP/Tools/checkurl: ELF 32-bit LSB executable, Intel 80386, version
1 (SYSV), for GNU/Linux 2.0.0, statically linked, stripped
[EMAIL PROTECTED]:~# ldd !$
ldd /opt/AVP/Tools/checkurl
not a dynamic executable
Is the problem related to statically linked programs?
I tried gdb to have more informations but it gives nearly nothing.
regards

