I need some help or some direction to fix this problem when trying to debug a program with gdb. The program was compiled with -g. The ful msg is: [root@abril chkrootkit-0.21]# gdb chklastlog GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux"...(no debugging symbols found)... (gdb) run Starting program: /usr/src/chkrootkit-0.21/chklastlog warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. warning: shared library handler failed to enable breakpoint CONFIGURATION: Mandrake 7.2 gdb-5.0-4mdk Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs gcc version 2.95.3 19991030 (prerelease) binutils-2.10.0.24-4mdk The program was compiled with: gcc -g -O2 -march=i686 -mcpu=i686 -DHAVE_LASTLOG_H -o chklastlog \ chklastlog.c Thanks in Advance, Agustin
