Date: Fri, 2 Aug 1996 08:44:56 +0200 (SAT) From: R Bezuidenhout <rbezuide@mikom.csir.co.za> To: freebsd-hackers@freebsd.org Subject: h2ph and machine/* Message-ID: <199608020644.IAA01827@zibbi.mikom.csir.co.za>
next in thread | raw e-mail | index | archive | help
Hi all I am using a perl script that is trying to use syslog for its logging. It includes /usr/share/perl/syslog.ph which in turn tries to include /usr/share/perl/machine/ansi.ph In /usr/share/perl/syslog.ph if (defined &KERNEL) { } else { require 'machine/ansi.ph'; require 'sys/cdefs.ph'; } But there is no machine directory in /usr/share/perl .. only a sys. I had a look and in the Makefile in /usr/src/gnu/usr.bin/perl/x2p and there h2ph is called: h2ph * sys/* ??? Why isn't machine/* added to this list ? Is there a reason for this ... if there isn't :) can someone please add it :) I see this in 2.1.5 and CURRENT Thanx Reinier -- ######################################################################## # # # Reinier Bezuidenhout Company: Mikomtek CSIR, ZA # # # # Network Engineer - NetSec development team # # # # Current Projects: NetSec - Secure Platform firewall system # # http://www.mikom.csir.co.za # # # # E-mail: rbezuide@mikom.csir.co.za # # # ########################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608020644.IAA01827>