From: Kevin C. <ke...@co...> - 2008-11-17 20:04:53
|
On 17 November 2008 at 11:55, Pete Stieber <pst...@gm...> wrote: > Maybe > > $ gdb jazz GNU gdb 6.3-8mdv2007.0 (Mandriva Linux release 2007.0) Copyright 2004 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-mandriva-linux-gnu"...Using host libthread_db library "/lib/i686/libthread_db.so.1". > (gdb) run Starting program: /home/local/src/INCOMING/BUILD/Jazz/JazzBuild/src/jazz Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0xffffe000 /home/local/src/INCOMING/BUILD/Jazz/JazzBuild/src/jazz: error while loading shared libraries: libwx_gtk2d_richtext-2.8.so.0: cannot open shared object file: No such file or directory Program exited with code 0177. Current language: auto; currently c [kevinc@joseph-src #1613] printenv LD_LIBRARY_PATH /usr/local/src/INCOMING/BUILD/Jazz/wx289/lib [kevinc@joseph-src #1617] ll $LD_LIBRARY_PATH/libwx_gtk2d_richtext-2.8.so.0 lrwxrwxrwx 1 kevinc kevinc 33 Nov 16 20:32 /usr/local/src/INCOMING/BUILD/Jazz/wx289/lib/libwx_gtk2d_richtext-2.8.so.0 -> libwx_gtk2d_richtext-2.8.so.0.5.0 [kevinc@joseph-src #1618] ll $LD_LIBRARY_PATH/libwx_gtk2d_richtext-2.8.so.0.5.0 -rwxr-xr-x 1 kevinc kevinc 5154209 Nov 16 20:32 /usr/local/src/INCOMING/BUILD/Jazz/wx289/lib/libwx_gtk2d_richtext-2.8.so.0.5.0 It looks like the library isn't getting picked up, but I'm not sure why. Does Jazz look at LD_LIBRARY_PATH? Or, do I need some other environment variable? Or? Thanks.... > (gdb) bt > > and send some of the resulting text. This gets difficult when I can't > reproduce the problem. -- Kevin |