Thread Welche libgd unter Linux Mint (20 answers)
Opened by Armin at 2015-12-02 15:17

Gast Armin
 2015-12-02 18:30
#183134 #183134
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
CPAN: Storable loaded ok (v2.41)
Reading '/root/.local/share/.cpan/Metadata'
Database was generated on Wed, 02 Dec 2015 00:17:02 GMT
Running install for module 'GD'
Running make for L/LD/LDS/GD-2.56.tar.gz
CPAN: Digest::SHA loaded ok (v5.84_01)
CPAN: Compress::Zlib loaded ok (v2.06)
Checksum for /root/.local/share/.cpan/sources/authors/id/L/LD/LDS/GD-2.56.tar.gz ok
CPAN: File::Temp loaded ok (v0.23)
CPAN: Parse::CPAN::Meta loaded ok (v1.4417)
CPAN: CPAN::Meta loaded ok (v2.150005)
CPAN: Module::CoreList loaded ok (v3.03)
CPAN: Module::Build loaded ok (v0.4214)

CPAN.pm: Building L/LD/LDS/GD-2.56.tar.gz

Configuring for libgd version 2.1.1-dev@.
Checking for stray libgd header files...none found.

Unknown option: installdirs
Usage: perl Build.PL [options]

Configure GD module.

Options:
-options "JPEG,FT,PNG,GIF,XPM,ANIMGIF" feature options, separated by commas
-lib_gd_path path path to libgd
-lib_ft_path path path to Freetype library
-lib_png_path path path to libpng
-lib_jpeg_path path path to libjpeg
-lib_xpm_path path path to libxpm
-lib_zlib_path path path to libpng
-ignore_missing_gd Ignore missing or old libgd installations and try to compile anyway

If no options are passed on the command line. The program will
attempt to autoconfigure itself with the gdlib-config program (present
in GD versions 2.0.27 or later). Otherwise it will prompt for these
values interactively.
Warning: No success on command[/usr/bin/perl Build.PL --installdirs site]
CPAN: YAML loaded ok (v0.84)
LDS/GD-2.56.tar.gz
/usr/bin/perl Build.PL --installdirs site -- NOT OK
Running Build test
Make had some problems, won't test
Running Build install
Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites


Das klappt nicht. Er findet scheinbar die libgd header files nicht. Und was bedeutet "Unknown option: installdirs"
Ich habe keine Option übergeben.

Ich denke das wird doch zu kompliziert. Ich brauche das jetzt nicht so dringend. Das sieht aus als ob das eine grössere Baustelle werden würde. Danke aber für deine Hilfe.

Gruß,
Armin
Last edited: 2015-12-02 19:27:37 +0100 (CET)

View full thread Welche libgd unter Linux Mint