Hi,
It is not solving the problem. :-(
Thanks,
On 5/4/06, Kalashnikov Ilya <[EMAIL PROTECTED]> wrote:
On Thu, 2006-05-04 at 16:34 +0100, Soo-Hyun Choi wrote:
I did "ldconfig -R" and "ldconfig -m /usr/local/lib" but I still get the
error message. So, how would you explicitly do with that if
On Thu, 2006-05-04 at 16:34 +0100, Soo-Hyun Choi wrote:
> I did "ldconfig -R" and "ldconfig -m /usr/local/lib" but I still get
> the error message.
>
> So, how would you explicitly do with that if you get:
> [EMAIL PROTECTED] ~]$firefox
> /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600
> I did "ldconfig -R" and "ldconfig -m /usr/local/lib" but I still get
> the error message.
> So, how would you explicitly do with that if you get:
> [EMAIL PROTECTED] ~]$firefox
> /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found,
> required by "libgtk-x11-2.0.so.600"
if an
I did "ldconfig -R" and "ldconfig -m /usr/local/lib" but I still get
the error message.
So, how would you explicitly do with that if you get:
[EMAIL PROTECTED] ~]$firefox
/libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found,
required by "libgtk-x11-2.0.so.600"
Thanks,
On 5/4/0
> How do I check/modify ldconfig settings? Would you give me some
> examples?
! man ldconfig
ldconfig -r
ls -l /etc/ld*
ls -l /var/run/ld*
echo $LD_LIBRARY_PATH
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/f
How do I check/modify ldconfig settings? Would you give me some examples?
Thanks,
On 5/4/06, [EMAIL PROTECTED]@mgEDV.net <[EMAIL PROTECTED]> wrote:
> If I do
> [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600
>
> then I get
> /usr/local/lib/libgmodule-2.0.so.600
>
> but actually the "libgmodu
> If I do
> [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600
>
> then I get
> /usr/local/lib/libgmodule-2.0.so.600
>
> but actually the "libgmodule-2.0.so.600" is not in that directory.
try running ldconfig -R to rescan the directories
and check you ldconfig settings
__