Error - - Linux - libltdl : No such file or directory
Posted: 2008-05-12T00:32:47-07:00
Hi.
Been working on installing this for a while and could not find documents on how to successfully install ImageMagick-6.4.1 in SlackWare. I have not changed the "configure" options. What I don't know is which libraries are necessary for basic installation. Here's my errors thrown when "make":
and to see what else, "make install":
What is this problem with libltdl? or is there another issue?
exius
Been working on installing this for a while and could not find documents on how to successfully install ImageMagick-6.4.1 in SlackWare. I have not changed the "configure" options. What I don't know is which libraries are necessary for basic installation. Here's my errors thrown when "make":
Code: Select all
ar: /root/ImageMagick-6.4.1/ltdl/.libs/dlopen.a: No such file or directory
make[1]: *** [ltdl/libltdlc.la] Error 9
make[1]: Leaving directory `/root/ImageMagick-6.4.1'
make: *** [all] Error 2
Code: Select all
make install-am
make[1]: Entering directory `/root/ImageMagick-6.4.1'
/bin/sh ./libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -W -pthread -no-undefined -dlpreopen ltdl/dlopen.la -lfreetype -lz -o ltdl/libltdlc.la ltdl/loaders/ltdl_libltdlc_la-preopen.lo ltdl/ltdl_libltdlc_la-lt__alloc.lo ltdl/ltdl_libltdlc_la-lt_dlloader.lo ltdl/ltdl_libltdlc_la-lt_error.lo ltdl/ltdl_libltdlc_la-ltdl.lo ltdl/ltdl_libltdlc_la-slist.lo ltdl/lt__strl.lo
ar: /root/ImageMagick-6.4.1/ltdl/.libs/dlopen.a: No such file or directory
make[1]: *** [ltdl/libltdlc.la] Error 9
make[1]: Leaving directory `/root/ImageMagick-6.4.1'
exius