Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2000 20:44:43 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        mark@grondar.za
Cc:        current@freebsd.org
Subject:   perl standard modules not installed properly (with fix)
Message-ID:  <20000701204443.A43672@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
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
<ache@nagual.pp.ru>
http://ache.pp.ru/


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




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