Hi,
I have a set of Shared Libraries ontop of which I am linking an ELF
application.
I can run the application from the command line without any problem but
when I
tried to debug it using gdb I got the following error message:
GNU gdb 4.18
Copyright 1998 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-pc-linux-gnu"...
(gdb) r
Starting program: /usr/home/spiche/v700/src/cv/cv
/usr/home/spiche/v700/src/cv/cv: error in loading shared libraries
cvlib700.so: cannot open shared object file: No such file or directory
Program exited with code 0177.
(gdb)
LD_LIBRARY_PATH is pointing to the directory containing my libs. I also
try
to add this directory to my /etc/ld.so.conf file, delete the cache and
run
ldconfig. But I still have the same error.
I am using RedHat 5.2 with gcc 2.8.1.
If you have any idea/hint please tell me because we are desperate.
( we are almost to the point of installing Windows NT ).
Thanks,