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
<[EMAIL PROTECTED]>
http://ache.pp.ru/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to