Leser: 20
QuoteThere seems to be running another CPAN process (pid 8912). Contacting...
Other job not responding. Shall I overwrite the lockfile 'C:\strawberry\cpan\.lo
ck'? (Y/n) [y] y
cpan shell -- CPAN exploration and modules installation (v2.00)
Enter 'h' for help.
cpan> install Geo::Proj4
Database was generated on Wed, 21 May 2014 14:29:01 GMT
Running install for module 'Geo::Proj4'
Running make for M/MA/MARKOV/Geo-Proj4-1.05.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\M\MA\MARKOV\Geo-Proj4-1.05.ta
r.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
............................................................................DONE
CPAN.pm: Building M/MA/MARKOV/Geo-Proj4-1.05.tar.gz
ERROR: proj library version not known
Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
MARKOV/Geo-Proj4-1.05.tar.gz
C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Stopping: 'install' failed for 'Geo::Proj4'.
Could not read metadata file. Falling back to other methods to determine prerequ
isites
Failed during this command:
MARKOV/Geo-Proj4-1.05.tar.gz : writemakefile NO 'C:\strawberry\
perl\bin\perl.exe Makefile.PL' returned status 6400
cpan>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CPAN.pm: Building M/MA/MARKOV/Geo-Proj4-1.05.tar.gz
ERROR: proj library version not known
Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
MARKOV/Geo-Proj4-1.05.tar.gz
C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Stopping: 'install' failed for 'Geo::Proj4'.
Could not read metadata file. Falling back to other methods to determine prerequisites
Failed during this command:
MARKOV/Geo-Proj4-1.05.tar.gz : writemakefile NO 'C:\strawberry\perl\bin\perl.exe Makefile.PL' returned status 6400
2014-05-22T08:10:09 biancaHab es entpackt und mir die Proj4.pm angeschaut, die war pures Perl.
1 2 3 4 5
use base 'DynaLoader'; ... # The library definitions bootstrap Geo::Proj4; # $VERSION;
2014-05-22T08:45:57 GwenDragonManche Tipps passen eben nicht, ist kein Beinbruch.
Passiert mir auch ab und an.
2014-05-22T09:26:52 biancawieder eine ihrer Phasen?
QuoteC:\strawberry\perl\lib\Geo\eg>perl sample.pl
Can't locate loadable object for module Geo::Proj4 in @INC (@INC contains: C:/st
rawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) a
t sample.pl line 4.
Compilation failed in require at sample.pl line 4.
BEGIN failed--compilation aborted at sample.pl line 4.
C:\strawberry\perl\lib\Geo\eg>pause
Drücken Sie eine beliebige Taste . . .
Quotezu kopieren, dann ist das erledigt.C:\strawberry\perl\lib\Geo
QuoteC:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
QuoteCan't locate loadable object for module Geo::Proj4 in @INC (@INC contains: C:/st
rawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) a
QuoteC:\strawberry\perl\lib\OSM
2014-05-23T06:49:22 jan99QuoteC:\strawberry\perl\lib\Geo\eg>perl sample.pl
Can't locate loadable object for module Geo::Proj4 in @INC (@INC contains: C:/st
rawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .)
Quotedie bibliothek proj4 hast du installiert, ja?
2014-05-23T08:38:33 jan99Wird diese nicht automatisch mit installiert?
2014-05-23T08:38:33 jan99Binärpakete von Bibliotheken müssen nicht immer zwingend durch die Module mitinstallieren.Quotedie bibliothek proj4 hast du installiert, ja?
Wird diese nicht automatisch mit installiert? Ich dachte das abhängige Pakete immer automatisch mit installiert werden!
2014-05-23T08:38:33 jan99Wird diese nicht automatisch mit installiert? Ich dachte das abhängige Pakete immer automatisch mit installiert werden!
Gruß Jan :-)
QuoteHast du die binären Programme/Bibliotheken installiert, die ich dir nannte?
QuoteHast du mittels cpan Geo::Proj4 die Perl-Module installiert?
QuoteIm INSTALL File wird darauf hingewiesen, dass man unter Windows dazu auch die FWTools installieren kann und die über Umgebungsvariable bei der Installation angeben kann.
QuoteIn case you have installed FWTools, set environment variable
GEOPROJ_FWTOOLS_DIR to the right location, before running Makefile.PL
export GEOPROJ_FWTOOLS_DIR=/home/myself/FWTools
Quoteinstall [Modulname]