From owner-freebsd-current Sat Jul 1 9:45:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (hermes.dialup.ru [194.87.16.230]) by hub.freebsd.org (Postfix) with ESMTP id 839D637B5C7 for ; Sat, 1 Jul 2000 09:45:05 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.3/8.9.3) id UAA44750; Sat, 1 Jul 2000 20:44:44 +0400 (MSD) (envelope-from ache) Date: Sat, 1 Jul 2000 20:44:43 +0400 From: "Andrey A. Chernov" To: mark@grondar.za Cc: current@freebsd.org Subject: perl standard modules not installed properly (with fix) Message-ID: <20000701204443.A43672@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is after 'make world'. Just start perl and type 'use IO::Socket;' It seems that Errno.pm is not installed, i.e. contrib/perl5/ext/Errno is not handled. Fix included below: 61_# perl use IO::Socket; Can't locate Errno.pm in @INC (@INC contains: /usr/libdata/perl/5.006/mach /usr/libdata/perl/5.006 /usr/local/lib/perl5/site_perl/5.006/mach /usr/local/lib/perl5/site_perl/5.006 /usr/local/lib/perl5/site_perl/5.006 .) at /usr/libdata/perl/5.006/mach/IO/So cket.pm line 17. --- Makefile.bak Tue Jun 27 19:28:10 2000 +++ Makefile Sat Jul 1 20:41:46 2000 @@ -1,6 +1,6 @@ # $FreeBSD: src/gnu/usr.bin/perl/library/Makefile,v 1.2 2000/06/27 15:28:10 markm Exp $ -SUBDIR= B ByteLoader DB_File Dumper DProf Peek Fcntl Glob IO SysV \ +SUBDIR= B ByteLoader DB_File Dumper DProf Errno Peek Fcntl Glob IO SysV \ NDBM_File Opcode POSIX SDBM_File Socket Hostname Syslog attrs re all: man3pages -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message