On 02/01/11 16:12, Ty John wrote:
Hi everyone.
I posted this problem on the forums but it seems the regular forum
users don't know what the problem is so I'm asking here.
I'm trying to compile vegastrike-svn and it fails complaining about
undefined symbols in /usr/lib/libboost_python.so
See ldd results below.
Is this a problem with my system or is it a problem the boost-libs
package?
[...@donna ~]$ ldd -r /usr/lib/libboost_python.so
linux-vdso.so.1 => (0x00007fffc81ff000)
libutil.so.1 => /lib/libutil.so.1 (0x00007fece9112000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fece8ef5000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fece8cf0000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fece89e6000)
libm.so.6 => /lib/libm.so.6 (0x00007fece8764000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fece854d000)
libc.so.6 => /lib/libc.so.6 (0x00007fece81f1000)
/lib/ld-linux-x86-64.so.2 (0x00007fece9596000)
I'd assume that this needs linked to libpython, where I guess all those
missing symbols are defined...
Allan