I installed SLES12 SP2 on a 64 bit Intel VM. When trying to install the module GD in Perl, I run into problems. GD requires different libraries/packages, but whatever I try to install everything required, I am not able to cleanly resolve all references.
Can somebody tell me what do install in which order to get the Perl module GD installed?
[QUOTE=Foko;39055]I installed SLES12 SP2 on a 64 bit Intel VM. When trying to install the module GD in Perl, I run into problems. GD requires different libraries/packages, but whatever I try to install everything required, I am not able to cleanly resolve all references.
Can somebody tell me what do install in which order to get the Perl module GD installed?
I installed SLES12 SP2 on a 64 bit Intel VM. When trying to install the
module GD in Perl, I run into problems. GD requires different
libraries/packages, but whatever I try to install everything required, I
am not able to cleanly resolve all references.
Can somebody tell me what do install in which order to get the Perl
module GD installed?[/color]
I don’t believe SUSE provide the perl-GD package for SLES12 SP2 (it’s
not included on the SLES or SDK media or via the Web & Scripting or
Toolchain modules).
How are you trying to install the Perl GD module? Since SUSE don’t
provide it I think you have a few options, all unsupported by SUSE:
install a build for SUSE SLE-12 SLE-Module-Toolchain available from
the openSUSE Build Service[1]
download the source code for the Perl GD module and compile
What I started with was to get the Perl GD module from CPAN and to install it using Perl. Then the make process aborts because it does not find gd.h, which is part of some devel package. But whatever I do to resolve the chain of dependencies, it will never come to an end.
I also tried to install the perl-GD package from the SUSE Package Hub. It complains about the Perl version (it wants 5.16, I have 5.18). When I ignore this, it says “Signature verification failed …”. When ignoring this too, the package gets installed, but I cannot observe any effect. Perl apparently knows nothing about it. The GD module is not available. - Or did I misunderstand the meaning of the perl-GD package?