<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">When I compile 1.5.1 using jLucs script it seems<br>
to not find ImageaMagick. The programs that make<br>
up ImageMagick (convert etc.) are resident<br>
in /usr/bin. I use Slackware Linux 14.1<br></blockquote></div><br></div><div class="gmail_extra">Du you mean that the compile fails?<br><br></div><div class="gmail_extra">In that case you are missing the development packages. When compiling, you do NOT need to have ImageMagick installed. The compiler however needs to have the header files from the source. Those are often included in a separate package with a suffix of -devel, -dev or similar.<br><br></div><div class="gmail_extra">Generelly each package exists in three flavours:<br><br></div><div class="gmail_extra">1. Full source of the program X or library Y, needed to build the program X or library Y.<br><br></div><div class="gmail_extra">2. Header files (-devel, -dev), needed to build another program Z which uses functions from the program X or library Y.<br><br></div><div class="gmail_extra">3. The binaries that are needed to use Program X or Library Y. Are not needed to compile program Z, but to run Program Z.<br><br></div><div class="gmail_extra">For building Scribus you need the -devel packages (item 2), for running Scribus you need the binary packages (item 3).<br><br></div><div class="gmail_extra">/Peter<br></div></div>