ImageMagick not building

Simon Gray simong at desktop-guardian.com
Tue Nov 11 03:52:12 PST 2003


> ===>  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)



More information about the freebsd-questions mailing list