Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2003 04:16:24 -0400
From:      "E. J. Cerejo" <edinho64@netscape.net>
To:        Hostmaster@Video2Video.Com, freebsd-questions@freebsd.org
Subject:   Re: ld-elf.so.1 and libintl.so.2
Message-ID:  <3EA64BD8.3000505@netscape.net>

next in thread | raw e-mail | index | archive | help

 > When trying to run "gnomemeeting," "galeon" or "galeon-bin," and a whole
 >  host of other X programs, I get the following error:

 >  /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found

 >   * Has anyone else seen this?
 >   * Is there a pkg_add to quell this error?
 >   * What is ld-elf.so.1 (I often see it)?!

Yes I had that problem before, it used to happen every time I upgraded 
gettext but since I've been using portupgrade and portinstall for all my 
ports it hasn't happened since then.
The way I used to solve the problem I would create symlink to whatever 
version of libintl.so. present in my /usr/local/lib/, run this command:

ls /usr/local/lib/libintl.so.*

to see which one you have, right now I have libintl.so.4 on mine, if you 
have this one just symlink it:

ln -s /local/lib/libintl.so.4 /usr/local/lib/libintl.so.2

This should solve your problem.



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