Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Dec 2000 18:28:53 -0500
From:      Pete Collins <pete@postpagan.com>
To:        Kostya <xyboct@beep.ru>
Cc:        freebsd-mozilla@FreeBSD.ORG
Subject:   Re: libglib12.so.2 not found
Message-ID:  <3A2985B5.2DF56367@postpagan.com>
References:  <XFMail.20001202192829.xyboct@beep.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> But i found libglib12.so.3 in /usr/local/lib and created a
> symlink, so I'VE DID IT!!!

Cool, the only reason this happened is because the binary you are using
is statically linking to the older lib. If you were to compile moz on
your box, then the compiler would have linked to the lib that you have.
Instead it was compiled on a box that had an older version of the shared
object so we die. 

I don't know enough about this stuff, but it would be real cool if there
was a way to dynamically link to whatever ".so" was available at
runtime.

--pete


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mozilla" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A2985B5.2DF56367>