in reply to Re: Installing module Sys::Syslog without installing whole Perl
in thread Installing module Sys::Syslog without installing whole Perl

Well, yeah except the error was Can't locate loadable object for module Sys::Syslog in @INC which indicates that the .pm file of the module was located succesfully but perl couldn't locate the compiled XS component required.

/J\

Replies are listed 'Best First'.
Re^3: Installing module Sys::Syslog without installing whole Perl
by Fletch (Bishop) on Aug 15, 2005 at 18:22 UTC

    Not to mention that I'm really skeptical that even if you try and compile it you're going to have syslog(3) on a Windows box (under Cygwin maybe it'd be available).

    --
    We're looking for people in ATL

      Do you know I completely missed the fact that the OP was using Windows. No it won't work. The OP will probably want to try out Net::Syslog which will log to a remote syslogd over a network.

      /J\