Leser: 1
![]() |
|< 1 2 3 4 >| | ![]() |
35 Einträge, 4 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
C:\Perl\bin>perl -v
This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 7 registered patches, see perl -V for more detail)
Copyright 1987-2005, Larry Wall
Binary build 813 [148120] provided by ActiveState http://www.ActiveState.com
ActiveState is a division of Sophos.
Built Jun 6 2005 13:36:37
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.org/, the Perl Home Page.
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
C:\Perl\bin>ppm
PPM - Programmer's Package Manager version 3.2.
Copyright (c) 2001 ActiveState Corp. All Rights Reserved.
ActiveState is a division of Sophos.
Entering interactive shell. Using Term::ReadLine::Perl as readline library.
Type 'help' to get started.
ppm> rep add http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL http://ppm.ActiveState.com/PPM/p
plex?urn:/PPM/Server/SQL
Repositories:
[1] ActiveState PPM2 Repository
[2] ActiveState Package Repository
[3] http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL
[4] http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL
[5] http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL
ppm> 5
Unknown command '5'; type 'help' for a list of commands.
ppm> s JDBC
Searching in Active Repositories
1. DBD-JDBC [0.64] JDBC proxy driver for the DBI module
2. DBD-JDBC [0.64] JDBC proxy driver for the DBI module
3. DBD-JDBC [0.64] JDBC proxy driver for the DBI module
ppm> install DBD-JDBC
Error: no suitable installation target found for package DBD-JDBC.
ppm>
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
C:\Documents and Settings\sak\My Documents\My Downloads\DBD-JDBC-0.68>Makefile.PL
*** Warning: whitespace characters in the current directory path (C:/Documents and Settings/sak/My Documents/My Downloads/DBD-JDBC-0.68) may cause problems
Using DBI 1.48 (for perl 5.008006 on MSWin32-x86-multi-thread) installed in C:/Perl/site/lib/auto/DBI/
Writing Makefile for DBD::JDBC
C:\Documents and Settings\sak\My Documents\My Downloads\DBD-JDBC-0.68>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp JDBC.pod blib\lib\DBD\JDBC.pod
cp JDBC.pm blib\lib\DBD\JDBC.pm
cp lib/Bundle/DBD/JDBC.pm blib\lib\Bundle\DBD\JDBC.pm
C:\Documents and Settings\sak\My Documents\My Downloads\DBD-JDBC-0.68>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
set CLASSPATH=dbd_jdbc.jar;t/hsqldb/hsqldb-1.8.0.2.jar;t/hsqldb/log4j-1.2.11.jar;
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\01_env.t t\02_connect.t t\03_hsqldb.t t\basis.t t\oracle.t
t\01_env........ok
t\02_connect....ok
t\03_hsqldb.....ok
t\basis.........skipped
all skipped: No BASIS URL defined
t\oracle........skipped
all skipped: Oracle URL not defined
All tests successful, 2 tests skipped.
Files=5, Tests=18, 9 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
C:\Documents and Settings\sak\My Documents\My Downloads\DBD-JDBC-0.68>nmake install
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Installing C:\Perl\site\lib\Bundle\DBD\JDBC.pm
Installing C:\Perl\site\lib\DBD\JDBC.pm
Installing C:\Perl\site\lib\DBD\JDBC.pod
Appending installation info to C:\Perl\lib/perllocal.pod
C:\Documents and Settings\sak\My Documents\My Downloads\DBD-JDBC-0.68>
![]() |
|< 1 2 3 4 >| | ![]() |
35 Einträge, 4 Seiten |