Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: DBD::Sybase with Sybase 15.0

by Anonymous Monk
on Nov 08, 2007 at 21:10 UTC ( [id://649804]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    c:\DBD-Sybase-1.08>ls %SYBASE%\OCS-15_0\lib
    libsybblk.lib  libsybcs.lib  libsybct.lib  libsybdb.lib
    ...
    libsybcomn.dll  libsybdldap.dll  libsybskrb.dll   nondebug
    libsybcs.dll    libsybdreg.dll   libsybsmssp.dll
    libsybct.dll    libsybfssl.dll   libsybsrv.dll
    
  2. or download this
        if($^O eq 'MSWin32') {
    #    $lib_string = "-L$SYBASE/lib -llibct.lib -llibcs.lib -llibtcl.lib
    + -llibcomn.lib -llibintl.lib -llibblk.lib $attr{EXTRA_LIBS} -lm";
    
        $lib_string = "-L$SYBASE/lib -llibsybct.lib -llibsybcs.lib $attr{E
    +XTRA_LIBS}";
    
  3. or download this
    Multiple copies of Driver.xst found in: C:/Perl/site/lib/auto/DBI/ C:/
    +Perl/lib/auto/DBI/ at Makefile.PL line 64
    Using DBI 1.57 (for perl 5.008008 on MSWin32-x86-multi-thread) install
    +ed in C:/Perl/site/lib/auto/DBI/
    Writing Makefile for DBD::Sybase
    
  4. or download this
    dbdimp.c(5634) : warning C4996: 'strtok' was declared deprecated
           C:\msvs8\VC\INCLUDE\string.h(164) : see declaration of 'strtok'
    ...
    NMAKE : fatal error U1077: 'C:\msvs8\VC\BIN\link.EXE' : return code '0
    +x460'
    Stop.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://649804]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-25 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found