in reply to syslog logging

I can't use Sys::Syslog yet. I can't use syslog.pl (same problem as Sys::Syslog (missing subroutine called &DEBUG_LOG)) which I am pretty sure that if I wanted to fix this I'd have to upgrade Perl.

What happened is that when Perl was installed and h2ph was run to turn C header files into Perl subroutines, this one conversion was botched.

If you have root access you might be able to patch it somehow.

Replies are listed 'Best First'.
Re: Re: syslog logging
by snafu (Chaplain) on Apr 17, 2001 at 01:09 UTC
    I checked this possibility and have found that it isn't the ph file. That is the odd part. The subroutine is in the module itself. I admit, the installation of the perl we have for this box is a lil screwy I think. I appreciate the advice though. Unfortunately, this isn't the cause of my problem. I do believe that it has something to do with how the module was installed though. I think there is something else missing from my copy of the module. I intend to try AgentM's idea and try perlxs out.

    ----------
    - Jim