Bonjour,

je cherche a installer le driver Sybase pour DBI. Apres avoir installé mysql et odbc sans probleme, là je galere a mort...
Deja il semble qu'il me faille absoluement le client Sybase installé sur mon poste (c'est chose faite) ensuite c'est CPAN qui s'y met !

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
cpan> install DBD::Sybase
CPAN: Storable loaded ok
Going to read \.cpan\Metadata
  Database was generated on Mon, 14 Feb 2005 05:45:33 GMT
Running install for module DBD::Sybase
Running make for M/ME/MEWP/DBD-Sybase-1.05.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for \.cpan\sources\authors\id\M\ME\MEWP\DBD-Sybase-1.05.tar.gz ok
Scanning cache \.cpan\build for sizes
DBD-Sybase-1.05/
DBD-Sybase-1.05/dbdimp.h
DBD-Sybase-1.05/dbd-sybase.pod
DBD-Sybase-1.05/t/
DBD-Sybase-1.05/t/nsql.t
DBD-Sybase-1.05/t/xblk.t
DBD-Sybase-1.05/t/place.t
DBD-Sybase-1.05/t/fail.t
DBD-Sybase-1.05/t/exec.t
DBD-Sybase-1.05/t/autocommit.t
DBD-Sybase-1.05/t/thread.t
DBD-Sybase-1.05/t/xblob.t
DBD-Sybase-1.05/t/base.t
DBD-Sybase-1.05/t/_test.pm
DBD-Sybase-1.05/t/multi_sth.t
DBD-Sybase-1.05/t/login.t
DBD-Sybase-1.05/t/screen.jpg
DBD-Sybase-1.05/t/main.t
DBD-Sybase-1.05/Sybase.h
DBD-Sybase-1.05/dbdimp.c
DBD-Sybase-1.05/README.freetds
DBD-Sybase-1.05/PWD.factory
DBD-Sybase-1.05/Makefile.PL
DBD-Sybase-1.05/META.yml
DBD-Sybase-1.05/dbivport.h
DBD-Sybase-1.05/README.vms
DBD-Sybase-1.05/Sybase.xs
DBD-Sybase-1.05/README
DBD-Sybase-1.05/CHANGES
DBD-Sybase-1.05/BUGS
DBD-Sybase-1.05/CONFIG
DBD-Sybase-1.05/Sybase.pm
DBD-Sybase-1.05/MANIFEST
DBD-Sybase-1.05/eg/
DBD-Sybase-1.05/eg/Show.cgi
DBD-Sybase-1.05/eg/dbschema.pl
DBD-Sybase-1.05/eg/README
DBD-Sybase-1.05/eg/check-space.pl
 
gzip: stdout: Broken pipe
 
  CPAN.pm: Going to build M/ME/MEWP/DBD-Sybase-1.05.tar.gz
 
Unknown Client Library version - assuming FreeTDS.
 
By default DBD::Sybase 1.05 and later use the 'CHAINED' mode (where available)
when 'AutoCommit' is turned off. Versions 1.04 and older instead managed
the transactions explicitly with a 'BEGIN TRAN' before the first DML
statement. Using the 'CHAINED' mode is preferable as it is the way that
Sybase implements AutoCommit handling for both its ODBC and JDBC drivers.
 
Use 'CHAINED' mode by default (Y/N) [Y]:
 
The DBD::Sybase module need access to a Sybase server to run the tests.
To clear an entry please enter 'undef'
Sybase server to use (default: SYBASE):
User ID to log in to Sybase (default: sa):
Password (default: undef):
Sybase database to use on SYBASE (default: undef):
 
* Writing login information, including password, to file PWD.
 
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -llibtcl.lib
Note (probably harmless): No library found for -llibcomn.lib
Note (probably harmless): No library found for -llibintl.lib
Note (probably harmless): No library found for -lm
Note (probably harmless): No library found for oldnames.lib
Note (probably harmless): No library found for kernel32.lib
Note (probably harmless): No library found for user32.lib
Note (probably harmless): No library found for gdi32.lib
Note (probably harmless): No library found for winspool.lib
Note (probably harmless): No library found for comdlg32.lib
Note (probably harmless): No library found for advapi32.lib
Note (probably harmless): No library found for shell32.lib
Note (probably harmless): No library found for ole32.lib
Note (probably harmless): No library found for oleaut32.lib
Note (probably harmless): No library found for netapi32.lib
Note (probably harmless): No library found for uuid.lib
Note (probably harmless): No library found for wsock32.lib
Note (probably harmless): No library found for mpr.lib
Note (probably harmless): No library found for winmm.lib
Note (probably harmless): No library found for version.lib
Note (probably harmless): No library found for odbc32.lib
Note (probably harmless): No library found for odbccp32.lib
Note (probably harmless): No library found for msvcrt.lib
*** You're using Microsoft Visual C++ compiler but the LIB and INCLUDE environment
    variables are not both set. If you have 'unresolved external symbol'
    errors during linking, run the vcvars32.bat batch file to set up your
    LIB and INCLUDE environment variables, and try again.
    A copy of vcvars32.bat can typically be found in the following
    directories under your Visual Studio install directory:
        Visual C++ 6.0:     vc98\bin
        Visual Studio .NET: vc7\bin
 
Using DBI 1.47 (for perl 5.008004 on MSWin32-x86-multi-thread) installed in C:/Perl/site/lib/auto/DB
I/
Writing Makefile for DBD::Sybase
 
Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
 
cp dbd-sybase.pod blib\lib\DBD\dbd-sybase.pod
cp Sybase.pm blib\lib\DBD\Sybase.pm
        C:\Perl\bin\perl.exe -p -e "s/~DRIVER~/Sybase/g" C:/Perl/site/lib/auto/DBI//Driver.xst > Syb
ase.xsi
        C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp  -typemap C:\Perl\lib\ExtUtils\typemap  Syb
ase.xs > Sybase.xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e mv Sybase.xsc Sybase.c
        cl -c  -IC:\sybase/OCS-12_5/include -IC:/Perl/site/lib/auto/DBI  -nologo -Gf -W3 -MD -Zi -DN
DEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -D
PERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1    -DVERSION=\"1.05\"  -DX
S_VERSION=\"1.05\"  "-IC:\Perl\lib\CORE"   Sybase.c
'cl' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
  C:\perl\bin\NMAKE.EXE  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
vraiment désolé pour le gros pvé, mais comme je ne sais pas quels messages peuvent etre importants...
Os :Win200
perl 5.8
sybase 12.5
j'ai meme recupéré Nmake 1.5...

help