On Wed, Jun 16, 2010 at 01:11:50PM +0000, Alexandre L. thus spake:
I have encountered the same problem. On FreeBSD forums, I have found the 
solution :
http://forums.freebsd.org/showthread.php?t=14655
You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9

symlinking is really not the way to go.
man libmap.conf


--- En date de : Mer 16.6.10, C. P. Ghost <cpgh...@cordula.ws> a écrit :

De: C. P. Ghost <cpgh...@cordula.ws>
Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found
À: "Scott Schappell" <arc...@silvertree.org>
Cc: freebsd-questions@freebsd.org
Date: Mercredi 16 juin 2010, 12h52
On Wed, Jun 16, 2010 at 12:41 AM,
Scott Schappell <arc...@silvertree.org>
wrote:
> After digging through /usr/ports/UPDATING, I copied
all .so.8 and .so.16 libraries to /usr/local/lib and
/usr/local/lib/compat/pkg and those ports are now compiling.
I'm assuming that's the approved solution until ports are
updated?

That's not the best solution. If you copy libintl.so.8 to
compat/pkg, that's
okay. If you leave it in /usr/local/lib, some ports may
pick it up by mistake
and you'll end up with a mix of ports that link to
libintl.so.8 and
libintl.so.9.

-cpghost.

--
Cordula's Web. http://www.cordula.ws/
_______________________________________________
freebsd-questions@freebsd.org
mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to