I don't know anything about Sybase in particular, so I won't try to talk about that aspect of your problem. update: but see below However, in general...

If you want to be able to easily install things off of CPAN, you may be happier with cygwin instead of, or in addition to, ActiveState's Perl distribution. ActiveState mostly just gives you Perl, with some Win32-specific extra parts. This is useful, and it's what a lot of people want, and it integrates well with Windows, but CPAN tends to like a little bit more in the way of a unix-oriented environment. cygwin OTOH is not just Perl, but an entire POSIX-style environment. As such, it includes things like gcc, make, wget, and so on and so forth, and as a result CPAN.pm will feel more at home.

update: Having wandered over to search.cpan.org and had a brief look at DBD::Sybase, it looks sortof as though possibly it might potentially be pure Perl; if that is the case, you can install just by tossing the Sybase.pm file in a directory called DBD within the correct directory (i.e., in @INC someplace). But I could be jumping to confusions.


$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/

In reply to Re: DBD::Sybase - I'm having trouble installing it by jonadab
in thread DBD::Sybase - I'm having trouble installing it by Lori713

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.