Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 1998 14:56:32 +0000
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Keith Anderson <keith@apcs.com.au>
Cc:        questions@FreeBSD.ORG
Subject:   Re: FreeBSD > linux and perl
Message-ID:  <19981212145632.A45171@scientia.demon.co.uk>
In-Reply-To: <XFMail.981212202705.keith@apcs.com.au>
References:  <XFMail.981212202705.keith@apcs.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Keith Anderson wrote:

> root@host radius]# perl generateRADIUS.pl 
>             Undefined subroutine &Sys::Syslog::LOG_DEBUG called at
> /usr/lib/perl5/5.00502/Sys/Syslog.pm line 114.
>  BEGIN failed--compilation aborted at generateRADIUS.pl line 3.

Try:

cd /usr/include; h2ph *.h */*.h

on the machine where the program is failing to recreate the .ph files
perl uses. (LOG_DEBUG is defined in syslog.h, which h2ph converts to
syslog.ph in the perl library directory, which Sys/Syslog.pm uses.)

-- 
Ben Smithurst
ben@scientia.demon.co.uk

send a blank message to ben+pgp@scientia.demon.co.uk for PGP key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981212145632.A45171>