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
48
49
50
cpan> install MIME:Lite
Running install for module 'MIME::Lite'
Running make for R/RJ/RJBS/MIME-Lite-3.033.tar.gz
Has already been unwrapped into directory C:\xampp\cpan\build\MIME-Lite-3.033-nl5ILg
CPAN.pm: Building R/RJ/RJBS/MIME-Lite-3.033.tar.gz
---- Unsatisfied dependencies detected during ----
---- RJBS/MIME-Lite-3.033.tar.gz ----
Email::Date::Format [requires]
MIME::Types [requires]
Mail::Address [requires]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Email::Date::Format'
Running make for R/RJ/RJBS/Email-Date-Format-1.005.tar.gz
Has already been unwrapped into directory C:\xampp\cpan\build\Email-Date-Format-1.005-ezaeGI
Could not make: Unknown error
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running install for module 'MIME::Types'
Running make for M/MA/MARKOV/MIME-Types-2.22.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.22.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/M/MA/MARKOV/CHECKSUMS
Checksum for C:\xampp\cpan\sources\authors\id\M\MA\MARKOV\MIME-Types-2.22.tar.gz ok
CPAN.pm: Building M/MA/MARKOV/MIME-Types-2.22.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for MIME::Types
Writing MYMETA.yml and MYMETA.json
Das System kann den angegebenen Pfad nicht finden.
MARKOV/MIME-Types-2.22.tar.gz
C:\xampp\c\bin\dmake.exe -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Stopping: 'install' failed for 'MIME::Types'.
Failed during this command:
MARKOV/MIME-Types-2.22.tar.gz : make NO
cpan>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cpan> look MIME::Types
Running look for module 'MIME::Types'
Trying to open a subshell in the build directory...
Working directory is C:\xampp\cpan\build\MIME-Types-2.22-ng9dDf
Microsoft Windows [Version 10.0.19043.1466]
(c) Microsoft Corporation. Alle Rechte vorbehalten.
C:\xampp\cpan\build\MIME-Types-2.22-ng9dDf>
C:\xampp\cpan\build\MIME-Types-2.22-ng9dDf>perl Makefile.PL
Writing Makefile for MIME::Types
Writing MYMETA.yml and MYMETA.json
C:\xampp\cpan\build\MIME-Types-2.22-ng9dDf>dmake
Der Befehl "dmake" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
C:\xampp\cpan\build\MIME-Types-2.22-ng9dDf>
2022-01-24T09:10:14 Henry07Brauchst'e ja nicht. Habe ja geschrieben wie.Ich habe aber so viele Perl-Programme, dass ich nicht riskieren will, einfach ein neues Perl aufzuspielen.
2022-01-24T09:10:14 Henry07M. E. nur dann, wenn Perl auf 32 Bit installiert und dann auf eine andere 64 Bit Maschine verschoben wurde z. B. durch ein Backup-Restore o. ä. Sonst nicht. Ich nutze Perl auf Windows ausschließlich auf 64 Bit Windows und mit 64 Bit Perl.Kann es damit zu tun haben, dass ich ein Win64 System habe und kein Win32 ?
QuoteMit Strawberry portable installiert:
Perl unter C:/strawberry/ installiert
Perlprogramme z.B. unter C:/perlprogs/tellme.pl
Pfadangaben im Programm #!"C:\strawberry\perl\bin\perl.exe" ???
QuotePerlprogramme z.B. unter C:/perlprogs/tellme.pl
Im Browser wie aufgerufen ???
1
2
3
4
5
6
7
8
9
10
11
12
<VirtualHost 192.168.0.50:80>
Servername perlserver
DocvumentRoot C:/perlprogs/
Alias perldev "C:/perlprogs/
<FilesMatch "\.(pl|cgi)$">
Options +FollowSymLinks +execCGI
SetHandler cgi-script
</FilesMatch>
# und dine weitere Konfiguration
</VirtualHost>
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
<VirtualHost *:80>
ServerName perlserver
DocumentRoot C:/perlprogs/
ErrorLog "C:/perlprogs/logs/error.log"
CustomLog "C:/perlprogs/logs/access.log" common
<Directory "C:/perlprogs/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks Includes ExecCGI
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Require all granted
# Alle Dateien mit .pl und .cgi sind als Perl-CGI-Programme auszuführen
<FilesMatch "\.(pl|cgi)$">
Options +FollowSymLinks +execCGI
SetHandler cgi-script
</FilesMatch>
</Directory>
</VirtualHost>
2022-01-24T08:14:50 Henry07ja offensichtlich fehlt bei mir das dmake.exe
Woher bekomme ich das und wie muss ich das installieren ?
2022-01-24T08:14:50 Henry07ja offensichtlich fehlt bei mir das dmake.exe
Woher bekomme ich das und wie muss ich das installieren ?