I am trying to install DBI on an XP laptop under Cygwin. CPAN install failed. Looks like it is failing while trying to install prerequisite Net:Daemon (and perhaps other things). So I tried to install just that.

cpan[6]> test Net::Daemon Running test for module 'Net::Daemon' Running make for M/MN/MNOONING/Net-Daemon/Net-Daemon-0.43.tar.gz CPAN.pm: Going to build M/MN/MNOONING/Net-Daemon/Net-Daemon-0.43.tar +.gz Checking if your kit is complete... Looks good Writing Makefile for Net::Daemon cp lib/Net/Daemon/Test.pm blib/lib/Net/Daemon/Test.pm cp lib/Net/Daemon.pm blib/lib/Net/Daemon.pm cp lib/Net/Daemon/Log.pm blib/lib/Net/Daemon/Log.pm MNOONING/Net-Daemon/Net-Daemon-0.43.tar.gz /usr/bin/make -- OK Running make test /usr/bin/perl5.10.0.exe "-MExtUtils::Command::MM" "-e" "test_harness(0 +, 'blib/li b', 'blib/arch')" t/*.t t/base............ok t/config..........no connection to syslog available - /dev/log is not a socket at blib/lib/Net/Daemon/Log.pm line +114 Server process didn't create a file 'ndtest.prt'. at /cygdrive/c/Docum +ents and S ettings/huffman_s/.cpan/build/Net-Daemon-2UzCir/blib/lib/Net/Daemon/Te +st.pm line 317. t/config.......... Dubious, test returned 2 (wstat 512, 0x200) Failed 5/5 subtests t/fork............no connection to syslog available - /dev/log is not a socket at blib/lib/Net/Daemon/Log.pm line +114 Server process didn't create a file 'ndtest.prt'. at /cygdrive/c/Docum +ents and S ettings/huffman_s/.cpan/build/Net-Daemon-2UzCir/blib/lib/Net/Daemon/Te +st.pm line 317. t/fork............ Failed 5/5 subtests t/forkm...........Unexpected return from Bind(). Server died: no connection to syslog available - /dev/log is not a socket at blib/lib/Net/Daemon/Log.pm line +114 Client: Error Cannot connect: Connection refused at t/forkm.t line 93.

Not sure why this would be. Any suggestions would be welcome. Thanks

Skip

In reply to Trouble installing DBI::Bundle by SkipHuffman

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.