Comment 2 for bug 319048

Revision history for this message
Jan (jan-ellenbeck) wrote :

Here is the requested objdump. The missing shared object files are all located in the /data/jan/openwns-sdk/sandbox/dbg/lib directory that objdump shows. Is there any other information I should provide?

jan@nepomuk:/data/jan/openwns-sdk/tests/unit/unitTests$ objdump -p openwns

openwns: file format elf64-x86-64

Program Header:
    PHDR off 0x0000000000000040 vaddr 0x0000000000400040 paddr 0x0000000000400040 align 2**3
         filesz 0x00000000000001f8 memsz 0x00000000000001f8 flags r-x
  INTERP off 0x0000000000000238 vaddr 0x0000000000400238 paddr 0x0000000000400238 align 2**0
         filesz 0x000000000000001c memsz 0x000000000000001c flags r--
    LOAD off 0x0000000000000000 vaddr 0x0000000000400000 paddr 0x0000000000400000 align 2**21
         filesz 0x0000000000003fb9 memsz 0x0000000000003fb9 flags r-x
    LOAD off 0x0000000000004d60 vaddr 0x0000000000604d60 paddr 0x0000000000604d60 align 2**21
         filesz 0x00000000000003b8 memsz 0x0000000000000708 flags rw-
 DYNAMIC off 0x0000000000004d90 vaddr 0x0000000000604d90 paddr 0x0000000000604d90 align 2**3
         filesz 0x0000000000000250 memsz 0x0000000000000250 flags rw-
    NOTE off 0x0000000000000254 vaddr 0x0000000000400254 paddr 0x0000000000400254 align 2**2
         filesz 0x0000000000000038 memsz 0x0000000000000038 flags r--
EH_FRAME off 0x0000000000003804 vaddr 0x0000000000403804 paddr 0x0000000000403804 align 2**2
         filesz 0x0000000000000114 memsz 0x0000000000000114 flags r--
   STACK off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**3
         filesz 0x0000000000000000 memsz 0x0000000000000000 flags rw-
   RELRO off 0x0000000000004d60 vaddr 0x0000000000604d60 paddr 0x0000000000604d60 align 2**0
         filesz 0x00000000000002a0 memsz 0x00000000000002a0 flags r--

Dynamic Section:
  NEEDED libboost_signals.so
  NEEDED libpython2.5.so.1.0
  NEEDED libwns.so
  NEEDED libboost_program_options.so
  NEEDED libboost_date_time.so
  NEEDED libcppunit-1.12.so.0
  NEEDED libstdc++.so.6
  NEEDED libm.so.6
  NEEDED libgcc_s.so.1
  NEEDED libc.so.6
  RPATH /data/jan/openwns-sdk/sandbox/dbg/lib
  RUNPATH /data/jan/openwns-sdk/sandbox/dbg/lib
  INIT 0x0000000000402180
  FINI 0x0000000000403558
  HASH 0x0000000000400290
  GNU_HASH 0x0000000000400518
  STRTAB 0x0000000000400fa8
  SYMTAB 0x00000000004006f0
  STRSZ 0x0000000000000cbb
  SYMENT 0x0000000000000018
  DEBUG 0x0000000000000000
  PLTGOT 0x0000000000604fe8
  PLTRELSZ 0x0000000000000318
  PLTREL 0x0000000000000007
  JMPREL 0x0000000000401e68
  RELA 0x0000000000401d90
  RELASZ 0x00000000000000d8
  RELAENT 0x0000000000000018
  VERNEED 0x0000000000401d20
  VERNEEDNUM 0x0000000000000003
  VERSYM 0x0000000000401c64

Version References:
  required from libc.so.6:
    0x09691a75 0x00 05 GLIBC_2.2.5
  required from libgcc_s.so.1:
    0x0b792650 0x00 04 GCC_3.0
  required from libstdc++.so.6:
    0x08922974 0x00 03 GLIBCXX_3.4
    0x056bafd3 0x00 02 CXXABI_1.3

jan@nepomuk:/data/jan/openwns-sdk/tests/unit/unitTests$ ./openwns
ModuleFactory contains the following modules:
Backtrace (most recent call last, stack size: 10):
 10) __gxx_personality_v0
 9) __libc_start_main
 8) __gxx_personality_v0
 7) wns::simulator::IApplication::init()
 6) wns::simulator::Main<wns::simulator::Application>::doInit()
 5) wns::simulator::IApplication::init()
 4) wns::simulator::Application::doInit()
 3) wns::simulator::Application::loadModules()
 2) wns::Exception::Exception(std::string const&)
 1) wns::Backtrace::snapshot()
openWNS: Caught wns::Exception:

Can't load all specified modules. Reason:
libofdmaphy.so: cannot open shared object file: No such file or directorylibwifimac.so: cannot open shared object file: No such file or directorylibip.so: cannot open shared object file: No such file or directorylibconstanze.so: cannot open shared object file: No such file or directorylibrise.so: cannot open shared object file: No such file or directorylibdllbase.so: cannot open shared object file: No such file or directorylibsimpletl.so: cannot open shared object file: No such file or directory