pkgconfig:Shared object "libintl.so.1" not found

Doug Barton DougB at FreeBSD.org
Sat Aug 30 02:41:24 PDT 2003


Since the gettext folks tend to bump their major number for no apparent
reason, I've used the following solution quite effectively:

cd ${PREFIX}/lib
ln -s libintl.so libintl.so.N

where N is the number that you're seeing complaints about. Purists hate
this approach, but it works for me.

Doug

-- 

    This .signature sanitized for your protection


More information about the freebsd-ports mailing list