Great! So recompiling from source, with an additional step, worked.
At first I was having problem with libMagickWand.so.1 not being found. Turns out /usr/local/lib has to be added to the linker flags (export LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib") before compiling. Just so I can get a little more autonomous on this, where did I miss these informations? I haven't found anything in the documentation related to this. Many thanks! Rich. On Wed, Oct 22, 2008 at 11:29 PM, Anthony Thyssen <[EMAIL PROTECTED]>wrote: > "=?ISO-8859-1?Q?Richard_Vall=E9e?=" on wrote... > | Indeed! > | How is it that I have an old version? The Ubuntu packages are all older > | versions? I should install from source then? > | > | > generally yes. > > However I do not know how to generate DEB packages. I generally > generate a SRPM package from the source, and then generate RPM packages > from that. > > > Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> > > ----------------------------------------------------------------------------- > Now we make our own magic! > Now we create our own legends! > We build the future. > Now we stop -- being afraid of Shadows! -- Babylon 5, "Into the > Fire" > > ----------------------------------------------------------------------------- > Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
