[sldev] ELF .so relocation problem?
Henri Beauchamp
sldev at free.fr
Tue Apr 14 17:22:32 PDT 2009
On Tue, 14 Apr 2009 22:51:44 +0900, Alissa Sabre , wrote:
> ENVIRONMENT
>
> I'm using Fedora 10 x86. It contains:
>
> kernel 2.6.27.21
> glibc 2.9-3
> dbus-glib 0.76-3
> glib 1.2.10-30
Err... glib v1.2.10 is for use with GTK+ v1.2.10, not with GTK+ v2...
The viewer should be linked against glib 2.
from inside the viewer directory, try:
LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}" ldd bin/do-not-directly-run-secondlife-bin
to check for actual dependencies.
Henri.
More information about the SLDev
mailing list