Re: wxEuphoria v0.10.0 - wxeud.e:758
- Posted by Jerry Story <story.jerry at gmail.com> Jun 08, 2007
- 703 views
Matt Lewis wrote: > The other thing you could check is to run ldd on the shared library, to > see if it might be having problems linking. The default binary build > might not work if you don't have the same versions of everything, and > would require a rebuild on your machine. This is what happened on ldd. ... ldd /usr/local/lib/libwxeu.so linux-gate.so.1 => (0xffffe000) libwx_gtk2d_aui-2.8.so.0 => not found libwx_gtk2d_xrc-2.8.so.0 => not found libwx_gtk2d_qa-2.8.so.0 => not found libwx_gtk2d_html-2.8.so.0 => not found libwx_gtk2d_adv-2.8.so.0 => not found libwx_gtk2d_core-2.8.so.0 => not found libwx_based_xml-2.8.so.0 => not found libwx_based_net-2.8.so.0 => not found libwx_based-2.8.so.0 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e0a000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7de3000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7dd7000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7dbf000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c7e000) /lib/ld-linux.so.2 (0x80000000)