Thread PerlMagick module wird nicht gefunden; ist nicht in INC (9 answers)
Opened by gubach at 2017-02-13 17:05

GwenDragon
 2017-02-14 12:50
#186100 #186100
User since
2005-01-17
14542 Artikel
Admin1
[Homepage]
user image
Ob das zu 7.04 ImageMagick passt weiß ich nicht.

Ich verwende derzeit die 6.89 von CPAN.

Aber die Installation muss doch auch so gehen:
Quote
Installation - Win32 Strawberry perl

On Win32 Strawberry perl the prefered way of installing PerlMagick is the
following:

1) Download and install ImageMagick Windows binaries from
http://www.imagemagick.org/script/binary-releases....

2) You HAVE TO choose dynamic (DLL) ImageMagick binaries. Note: it is not
possible to mix 32/64bit binaries of perl and ImageMagick

3) During installation select that you want to install ImageMagick's
development files (libraries+headers)

4) You NEED TO have ImageMagick's directory in your PATH. Note: we are
checking the presence of convert.exe or identify.exe tools

5) You might need Visual C++ Redistributable Package installed on your
system. See instructions on ImageMagick's Binary Release webpage.

6) If you have all prerequisites 1)...5) you can simply install
ImageMagick by running: cpan -i Image::Magick
http://git.imagemagick.org/repos/ImageMagick/tree/...
Last edited: 2017-02-14 12:56:16 +0100 (CET)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread PerlMagick module wird nicht gefunden; ist nicht in INC