Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 03:30:07 -0700 (PDT)
From:      Valentin Nechayev <netch@iv.nn.kiev.ua>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/43527: ld-elf.so.1 -> libintl.so.1 not found compiling whatever
Message-ID:  <200210061030.g96AU7E5025432@freefall.freebsd.org>

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

The following reply was made to PR i386/43527; it has been noted by GNATS.

From: Valentin Nechayev <netch@iv.nn.kiev.ua>
To: Ariel Kotliarsky <arielk@umsa.edu.ar>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/43527: ld-elf.so.1 -> libintl.so.1 not found compiling whatever
Date: Sun, 6 Oct 2002 13:23:31 +0300

  Mon, Sep 30, 2002 at 08:46:41, arielk (Ariel Kotliarsky) wrote about "i386/43527: ld-elf.so.1 -> libintl.so.1 not found compiling whatever": 
 
 >>Synopsis:       ld-elf.so.1 -> libintl.so.1 not found compiling whatever
 
 libintl.so.1 was installed by old gettext port, up to 0.10.35 (don't mix
 with ports/devel/gettext-old, it sets only binaries, but not library
 (I don't know why)). If your applications want libintl.so.1 on running,
 because you upgraded gettext package, you should recompile them - FreeBSD
 package management system is not too clever to check this. If linker requires
 it, check /usr/local/lib/libintl.so - possibly it is symlink pointing to
 libintl.so.1, not current version. (Your synopsis is misleading. Do you
 compile with gmake built with gettext?) As quick test, say `ldconfig -elf
 -m /usr/local/lib/compat/pkg', if you use portupgrade tool; this can fix
 (and can not to fix also).
 
 In any case your PR is hardly belonging to i386 category, and most probably
 is result of your system-administrating actions, not something in system.
 To fix, install newest gettext and check libintl.so symlink. Recompile gmake
 if it requires old libintl. For future, use portupgrade - it moves old libs
 into special directory (/usr/local/lib/compat/pkg), which should be
 added to ldconfig_paths in /etc/rc.conf.
 
 
 /netch

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




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