Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 11:50:55 -0000
From:      "Simon Gray" <simong@desktop-guardian.com>
To:        "Noah" <admin2@enabled.com>, <freebsd-questions@freebsd.org>
Subject:   Re: ImageMagick not building
Message-ID:  <01a201c3a84a$10aa5330$1100a8c0@dtg17>
References:  <20031111053154.M67107@enabled.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> ===>  Building for ImageMagick-5.5.7.11_1
> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found
> *** Error code 1
>
> Stop in /usr/ports/graphics/ImageMagick.

I had a similar problem quite a while ago, its easily fixed tho

go in to 'cd /usr/local/lib' and do 'ls -la libintl*'

you should have something like libintl.so or libintl.so.4 or libintl.so.5

all you need to do is create a symlink from the libintl.so library to
libintl.so.2

so do 'ln -s libintl.so.5 libintl.so.2' (change the libintl.so.5 to the
appropirate from the previous ls)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01a201c3a84a$10aa5330$1100a8c0>