[Perl] GD installeren via PPM werkt niet

Pagina: 1
Acties:

  • Osiris
  • Registratie: Januari 2000
  • Niet online
OK, ik wil dus "ff" GD installeren op mijn ActivePerl (meest recente).

Dat moet dus gezellig via ppm. ppm install gd om precies te zijn en dan zou ie zelf wel gaan zoeken.

Ok, dat werkt dus al niet :/
C:\mrtg-2.10.5\gbgraph-1.9>ppm install GD
Error: PPD for 'GD.ppd' could not be found.
Ok, dat zou eventueel kunnen kloppen (terwijl je het zo via Google etc toch echt moet installeren, magoed), want er is bij gbgraph een .ppd geleverd:
C:\mrtg-2.10.5\gbgraph-1.9>ppm install GD.ppd
Error: no suitable installation target found for package GD.
FIJN! Not :/

Zo werkt het bij iedereen, maar blijkbaar bij mij niet? Google ik op die foutmelding, dan krijg je wel één hele Duitse pagina waar het niet opgelost is :(

Ok, dus ik open die ppd...

Inhoud:
<SOFTPKG NAME="GD" VERSION="1,27,2,0">
<TITLE>GD</TITLE>
<ABSTRACT>Interface to Gd Graphics Library</ABSTRACT>
<AUTHOR>Lincoln Stein (lstein@cshl.org)</AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread" />
<CODEBASE HREF="http://www.activestate.co...86-multi-thread/GD.tar.gz" />
</IMPLEMENTATION><IMPLEMENTATION>
<OS NAME="linux" />
<ARCHITECTURE NAME="i686-linux-thread-multi" />
<CODEBASE HREF="http://www.activestate.com/PPMpackages/5.6/i686-linux-thread-multi/GD.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
Fijn, dat wat bold is downloaden we ff, daar hebben we ppm niet voor nodig toch?

Wat krijgen we dan? Een map blib met daarin de mappen arch, html en lib.

Ok, da's nou fijn, wtf moet ik hier nou mee? Pleur ik het in C:\Perl neer, dan kan ie dat niet zomaar herkennen gok ik?

Heeft _iemand_ enig idee hoe ik dan WEL GD moet installeren op m'n Perl? Aangezien de 2 methodes die het zouden MOETEN doen het dus NIET doen :(

PS: Ik draai W2k :)

  • Osiris
  • Registratie: Januari 2000
  • Niet online
/me Schopje *

Niemand? :'(

  • Sendy
  • Registratie: September 2001
  • Niet online
Nou, ik ken ActivePerl en ppm niet, maar heb je de handleiding van ppm al gelezen?

[ Voor 3% gewijzigd door Sendy op 04-12-2003 18:35 ]


  • Osiris
  • Registratie: Januari 2000
  • Niet online
Sendy schreef op 04 december 2003 @ 18:35:
Nou, ik ken ActivePerl en ppm niet, maar heb je de handleiding van ppm al gelezen?
Die zegt dus simpelweg: "ppm install GD", wat het dus niet doet..

Ook uit de handleiding: "ppm search <attribuut>". Fijn, maarehm, zoeken met GD levert allerlei dingetjes met GD op, maar GD zelf niet?!?

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Osiris schreef op 04 december 2003 @ 22:40:
Die zegt dus simpelweg: "ppm install GD", wat het dus niet doet..
Daarbij wordt er wel vanuit gegaan dat er een win32 port is van de CPAN GD module voor ActivePerl 5.8.

Ik draai zelf 5.6 (wegens compatibility dingetjes) en behold:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
C:\WINNT>ppm
PPM interactive shell (2.1.6) - type 'help' for available commands.
PPM> install GD
Install package 'GD?' (y/N): y
Installing package 'GD'...
Bytes transferred: 225001
Installing C:\usr\site\lib\auto\GD\GD.bs
Installing C:\usr\site\lib\auto\GD\GD.dll
Installing C:\usr\site\lib\auto\GD\GD.exp
Installing C:\usr\site\lib\auto\GD\GD.lib
Installing C:\usr\html\site\lib\GD.html
Installing C:\usr\site\lib\GD.pm
Installing C:\usr\site\lib\qd.pl
Installing C:\usr\site\lib\auto\GD\autosplit.ix
Writing C:\usr\site\lib\auto\GD\.packlist
PPM>quit

C:\WINNT>perl -v

This is perl, v5.6.1 built for MSWin32-x86-multi-thread

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


  • Osiris
  • Registratie: Januari 2000
  • Niet online
BackSlash32 schreef op 05 december 2003 @ 00:22:
[...]

Daarbij wordt er wel vanuit gegaan dat er een win32 port is van de CPAN GD module voor ActivePerl 5.8.

Ik draai zelf 5.6 (wegens compatibility dingetjes) en behold:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
C:\WINNT>ppm
PPM interactive shell (2.1.6) - type 'help' for available commands.
PPM> install GD
Install package 'GD?' (y/N): y
Installing package 'GD'...
Bytes transferred: 225001
Installing C:\usr\site\lib\auto\GD\GD.bs
Installing C:\usr\site\lib\auto\GD\GD.dll
Installing C:\usr\site\lib\auto\GD\GD.exp
Installing C:\usr\site\lib\auto\GD\GD.lib
Installing C:\usr\html\site\lib\GD.html
Installing C:\usr\site\lib\GD.pm
Installing C:\usr\site\lib\qd.pl
Installing C:\usr\site\lib\auto\GD\autosplit.ix
Writing C:\usr\site\lib\auto\GD\.packlist
PPM>quit

C:\WINNT>perl -v

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
Mjah, ik heb dus 5.8 I guess:

code:
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
C:\WINNT>ppm
PPM - Programmer's Package Manager version 3.1.
Copyright (c) 2001 ActiveState SRL. All Rights Reserved.

Entering interactive shell. Using Term::ReadLine::Stub as readline library.

Type 'help' to get started.

ppm> install GD
Error: PPD for 'GD.ppd' could not be found.
ppm> quit

C:\WINNT>perl -v

This is perl, v5.8.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2003, Larry Wall

Binary build 807 provided by ActiveState Corp. http://www.ActiveState.com
ActiveState is a division of Sophos.
Built 18:19:11 Nov  3 2003


Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.


C:\WINNT>


Freaking ding kent GD geloof ik helemaal niet :X :

code:
1
2
3
4
5
6
7
8
9
10
11
12
C:\WINNT>ppm search gd
Searching in Active Repositories
  1. GD-Barcode   [1.14] Create barcode image with GD
  2. GD-Barcode   [1.13] Create barcode image with GD
  3. GD-Barcode   [1.14] Create barcode image with GD
  4. GD-Dashboard [0.04] Perl module to create JPEG graphics of meters and dia~
  5. GD-Dashboard [0.04] Perl module to create JPEG graphics of meters and dia~
  6. GDGraph-Map  [1.05] generate HTML map text for GD::Graph diagramms.
  7. SVG-GD       [0.07]
  8. SVG-GD       [0.07] (none)

C:\WINNT>

[ Voor 16% gewijzigd door Osiris op 05-12-2003 00:47 ]

Pagina: 1