I am trying to install DBD::Sybase (both version 1.07 and 1.08) for Perl v5.8.8 on a Windows XP OS. I am running the makefile.PL then NMAKE to do the installation. I have installed the Visual C++ express and the SDK that I downloaded from Microsoft. The installation appears to go well except for a list of warnings, but nothing fatal. The first time I try to use DBD::Sybase in a Perl script I get the following Windows error: "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix the problem" When I search for this dll, I find 2 versions of it. A 612k version and a 480k version. I copied each of these into a path that is loaded and I get the following error messages respectively: 612k An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information 480k The procedure entry point _except_handler4_common could not be located in the dynamic link library MSVCR80.dll Any thoughts on what I am doing wrong? Any help is appreciated. Thanks

In reply to Installing DBD::Sybase on Windows XP by airdoc

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.