Hi, I have trouble to install Sybperl in window 2003 64bit/Sybase 15.5. My OS is MS window server 2003 server standard x64 Edition. I had Perl 64bit for window and Sybase 15.5 64bit for window installed.

1. download sybperl-2.19

2. edit config file SYBASE=c:\sybase15 EXTRA_LIBS=-linsck EXTRA_DEFS=-DDO_TIE LINKTYPE=static

3. run Perl Makefile.PL, the following are output of the command.

C:\sybperl-2.19>perl Makefile.PL Set up gcc environment - gcc.exe (tdm64-1) 4.5.1 It looks like you don't have either nmake.exe or dmake.exe on your PA so you will not be able to execute the commands from a Makefile. You install dmake.exe with the Perl Package Manager by running: ppm install dmake C:\Sybase15 Unknown Client Library version - assuming FreeTDS. The sybperl modules need access to a Sybase server to run the tests. To clear an entry please enter 'undef' Sybase server to use (default: SYBASE): COP1_DS User ID to log in to Sybase (default: sa): Password (default: undef): Sybase database to use on COP1_DS (default aster * Writing login information, including password, to file PWD. C:\Sybase15 Unknown Client Library version - assuming FreeTDS. Writing Makefile for Sybase::BCP Writing Makefile for Sybase::BLK C:\Sybase15 Unknown Client Library version - assuming FreeTDS. Note (probably harmless): No library found for -llibcs Note (probably harmless): No library found for -llibct Note (probably harmless): No library found for -llibcomn Note (probably harmless): No library found for -llibblk Note (probably harmless): No library found for -lkernel32 Note (probably harmless): No library found for -luser32 Note (probably harmless): No library found for -lgdi32 Note (probably harmless): No library found for -lwinspool Note (probably harmless): No library found for -lcomdlg32 Note (probably harmless): No library found for -ladvapi32 Note (probably harmless): No library found for -lshell32 Note (probably harmless): No library found for -lole32 Note (probably harmless): No library found for -loleaut32 Note (probably harmless): No library found for -lnetapi32 Note (probably harmless): No library found for -luuid Note (probably harmless): No library found for -lws2_32 Note (probably harmless): No library found for -lmpr Note (probably harmless): No library found for -lwinmm Note (probably harmless): No library found for -lversion Note (probably harmless): No library found for -lodbc32 Note (probably harmless): No library found for -lodbccp32 Note (probably harmless): No library found for -lcomctl32 Note (probably harmless): No library found for -lbufferoverflowU Note (probably harmless): No library found for -lmsvcrt Writing Makefile for Sybase::CTlib C:\Sybase15 Unknown Client Library version - assuming FreeTDS. Note (probably harmless): No library found for -llibcomn Note (probably harmless): No library found for -llibsybdb Note (probably harmless): No library found for -lkernel32 Note (probably harmless): No library found for -luser32 Note (probably harmless): No library found for -lgdi32 Note (probably harmless): No library found for -lwinspool Note (probably harmless): No library found for -lcomdlg32 Note (probably harmless): No library found for -ladvapi32 Note (probably harmless): No library found for -lshell32 Note (probably harmless): No library found for -lole32 Note (probably harmless): No library found for -loleaut32 Note (probably harmless): No library found for -lnetapi32 Note (probably harmless): No library found for -luuid Note (probably harmless): No library found for -lws2_32 Note (probably harmless): No library found for -lmpr Note (probably harmless): No library found for -lwinmm Note (probably harmless): No library found for -lversion Note (probably harmless): No library found for -lodbc32 Note (probably harmless): No library found for -lodbccp32 Note (probably harmless): No library found for -lcomctl32 Note (probably harmless): No library found for -lbufferoverflowU Note (probably harmless): No library found for -lmsvcrt Writing Makefile for Sybase::DBlib C:\Sybase15 Unknown Client Library version - assuming FreeTDS. Writing Makefile for Sybase::Sybperl Writing Makefile for Sybase

Thank you for the help!


In reply to Failed to install Sybperl in window 2003 64bit Sybase 15.5 by Dhani

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.