![]() |
|< 1 2 >| | ![]() |
12 Einträge, 2 Seiten |
1
2
3
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Dokumente und Einstellungen\sak>ppm
PPM - Programmer's Package Manager version 3.0.1.
Copyright (c) 2001 ActiveState SRL. All Rights Reserved.
Entering interactive shell. Using Term::ReadLine::Stub as readline library.
Profile tracking is not enabled. If you save and restore profiles manually,
your profile may be out of sync with your computer. See 'help profile' for
more information.
Type 'help' to get started.
ppm> search www-mechanize-shell
Searching in Active Repositories
1. WWW-Mechanize-Shell [0.19] A crude shell for WWW::Mechanize
2. WWW-Mechanize-Shell [0.10] (none)
3. WWW-Mechanize-Shell [0.15] (none)
4. WWW-Mechanize-Shell [0.19] (none)
ppm> install 1
Package 1:
...
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
use strict;
use WWW::Mechanize::Shell;
my $shell = WWW::Mechanize::Shell->new("shell", rcfile => undef );
if (@ARGV) {
$shell->source_file( @ARGV );
} else {
$shell->cmdloop;
};
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
ppm> rep describe 1
Describing Active Repository 1:
Name: ActiveState PPM2 Repository
Location: http://ppm.ActiveState.com/cgibin/PPM/ppmserver-5.8-windows.pl?urn:/PPMServer
Type: PPMServer 2.0
ppm> rep describe 2
Describing Active Repository 2:
Name: ActiveState Package Repository
Location: http://ppm-ia.ActiveState.com/PPM/ppmserver-5.8-windows.plex?urn:/PPM/Server/SQL
Type: PPMServer 3.0
ppm> rep describe 3
Describing Active Repository 3:
Name: Apache.Org
Location: http://perl.apache.org/dist/win32-bin/ppms
Type: Webpage
ppm> rep describe 4
Describing Active Repository 4:
Name: crazy58
Location: http://crazyinsomniac.perlmonk.org/perl/ppm/5.8
Type: Webpage
ppm> rep describe 5
Describing Active Repository 5:
Name: datetime
Location: http://datetime.perl.org/download
Type: Webpage
ppm> rep describe 6
Describing Active Repository 6:
Name: perlxml
Location: http://www.perlxml.net/PPM
Type: Webpage
1
2
3
4
5
6
7
8
ppm> search ssl
Searching in Active Repositories
...
8. Crypt-SSLeay [0.51]
9. IO-Socket-SSL [0.94] Nearly transparent SSL encapsulation for IO::Socket::INET.
10. Net_SSLeay.pm [1.23] Perl extension for using OpenSSL or SSLeay
...
ppm>
1
2
3
4
5
perl# perl -MWWW::Mechanize::Shell -e shell
Can't locate WWW/Mechanize.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.2/i686-linux /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.2/i686-linux /usr/lib/perl5/5.8.2 /usr/local/lib/site_perl .) at /usr/lib/perl5/site_perl/5.8.2/WWW/Mechanize/Shell.pm line 5.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.2/WWW/Mechanize/Shell.pm line 5.
Compilation failed in require.
BEGIN failed--compilation aborted.
D:\Entwicklung\perl>ppm help rep
1
2
3
4
5
perl# perl -MWWW::Mechanize::Shell -e shell
Can't locate WWW/Mechanize.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.2/i686-linux /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.2/i686-linux /usr/lib/perl5/5.8.2 /usr/local/lib/site_perl .) at /usr/lib/perl5/site_perl/5.8.2/WWW/Mechanize/Shell.pm line 5.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.2/WWW/Mechanize/Shell.pm line 5.
Compilation failed in require.
BEGIN failed--compilation aborted.
![]() |
|< 1 2 >| | ![]() |
12 Einträge, 2 Seiten |