In the last episode (Jan 12), Hanspeter Roth said:
> Hello,
> 
> I'm trying to build the ElectricEyes port. The executable is linked
> against two versions of libintl.so:
> 
>         libintl.so.4 => /usr/local/lib/libintl.so.4 (0x284c2000)
>         libintl.so.2 => not found (0x0)
> 
> Gettext is 0.11.5_1.
> Is there a solution except of creating a link?

You definitely don't want to do this.  Shared libraries get version
bumps when the APIs change, so all you would do is coredump.

Run "ldd -a" on your electriceyes binary instead of "ldd".  This will
print out which libs pull in which libs.  Then upgrade whatever port
provided the lib that depends on libintl.so.2.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to