From owner-freebsd-questions Sat Dec 12 07:06:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01074 for freebsd-questions-outgoing; Sat, 12 Dec 1998 07:06:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01069 for ; Sat, 12 Dec 1998 07:06:01 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.054 #18) id 0zoqTA-000Bm2-00; Sat, 12 Dec 1998 14:56:32 +0000 Date: Sat, 12 Dec 1998 14:56:32 +0000 From: Ben Smithurst To: Keith Anderson Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD > linux and perl Message-ID: <19981212145632.A45171@scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.99i In-Reply-To: User-Agent: Mutt/0.94.99i (FreeBSD/3.0-CURRENT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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