Install Problem for Image::Magic and Ghostscript

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
analog

Install Problem for Image::Magic and Ghostscript

Post by analog »

Hi,

I've been trying to days to get Ghostscript + gs-fonts and Image::Magick installed and working corrected and I'm not having any luck.

I'm running under CentOS 4.5 and using ImageMagick 6.3.6 and I've tried every version of Ghostscript from 8.15 - 8.60.

I've tried building with just "./configure" as well as trying all sorts of options such as "--enable-shared --enable-static --enable-delegate-build --with-modules --with-fpx --with-gslib=yes --with-gs-font-dir=/usr/share/fonts/default/ghostscript"

Every time the obvious thing I see is

Ghostscript lib --with-gslib=yes no (failed tests)

I've found no way to correct that.

If I try to "make check", I get a whole bunch of error like

Code: Select all

gs: /usr/lib/libpng12.so.0: no version information available (required by gs)
GPL Ghostscript 8.15: Unrecoverable error, exit code 1
lt-rwblob: Postscript delegate failed `/tmp/magick-XXKH5riC': No such file or directory.
gs: /usr/lib/libpng12.so.0: no version information available (required by gs)
GPL Ghostscript 8.15: Unrecoverable error, exit code 1
lt-rwblob: Postscript delegate failed `/tmp/magick-XXsixxDM': No such file or directory.
gs: /usr/lib/libpng12.so.0: no version information available (required by gs)
GPL Ghostscript 8.15: Unrecoverable error, exit code 1
lt-rwblob: Postscript delegate failed `/tmp/magick-XXY4A1bX': No such file or directory.
/root/ImageMagick-6.3.6/tests/.libs/lt-rwblob /root/ImageMagick-6.3.6/tests/input_pallette.miff EPDF 
PASS: tests/rwblob_EPDF_pallette.sh
/root/ImageMagick-6.3.6/tests/.libs/lt-rwblob /root/ImageMagick-6.3.6/tests/input_truecolor.miff EPDF 
PASS: tests/rwblob_EPDF_truecolor.sh
/root/ImageMagick-6.3.6/tests/.libs/lt-rwblob /root/ImageMagick-6.3.6/tests/input_bilevel.miff EPT 
Error: /invalidfont in findfont
Operand stack:
   Times-Roman   Font   Times-Roman   269543   Times-Roman   --nostringval--   Times-Roman   NimbusRomNo9L-Regu   Courier   NimbusMo
nL-Regu
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostring
val--   --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   --nostringval--   1   3   %oparr
ay_pop   1   3   %oparray_pop   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval-
-   --nostringval--   1   4   %oparray_pop   2   4   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   --nostring
val--   --nostringval--   false   1   %stopped_push   5   5   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   1
   -1   1   --nostringval--   %for_neg_int_continue
Dictionary stack:
   --dict:1121/1686(ro)(G)--   --dict:0/20(G)--   --dict:89/200(L)--   --dict:89/200(L)--   --dict:17/17(ro)(G)--   --dict:1121/1686
(ro)(G)--
Current allocation mode is local
Last OS error: 2
Current file position is 5701
FAIL: tests/rwblob_EPT_bilevel.sh
/root/ImageMagick-6.3.6/tests/.libs/lt-rwblob /root/ImageMagick-6.3.6/tests/input_gray.miff EPT 
Error: /invalidfont in findfont
Operand stack:
   Times-Roman   Font   Times-Roman   269543   Times-Roman   --nostringval--   Times-Roman   NimbusRomNo9L-Regu   Courier   NimbusMo
nL-Regu
Does anyone have any ideas? I'm at a total loss as to what I should try next.

TIA!!!
Post Reply