in reply to Re^2: Trouble installing DBI::Bundle
in thread Trouble installing DBI::Bundle

I'm actually not sure that the problem is in Cygwin, it maybe problem with Net::Daemon itself, or with some module it uses, particularly try to update Sys::Syslog. Also check if Cygwin's syslog.exe works, it should log messages into windows event log. Or, as I already told you, just put off with it, most likely you don't need it. Just install DBI instead of Bundle::DBI.

Replies are listed 'Best First'.
Re^4: Trouble installing DBI::Bundle
by Anonymous Monk on Jul 05, 2012 at 17:50 UTC
    Happy to report (on July 5, 2012) that your suggestion fixes the problem for me (on perl 5.10 on Cygwin 1.7.15 on Windows 7): installing Sys::Syslog causes the Net::Daemon to stop complaining about the missing /dev/log and it, too, installs successfully. It might help to make Net::Daemon's installer suggest installation of Sys::Syslog.
Re^4: Trouble installing DBI::Bundle
by SkipHuffman (Monk) on Dec 30, 2009 at 16:02 UTC

    Thanks, I will give that a try

    Skip