Date: Mon, 23 Apr 2001 22:31:43 +0200 From: Anton Berezin <tobez@tobez.org> To: Jay Sachs <jay@eziba.com> Cc: freebsd-stable@freebsd.org Subject: Re: slight perl IO::Socket weirdness after cvsup & buildworld 4.3RC1 -> RC5 Message-ID: <20010423223143.A32742@heechee.tobez.org> In-Reply-To: <3AE0380B.CE7BF2AA@eziba.com>; from jay@eziba.com on Fri, Apr 20, 2001 at 09:22:19AM -0400 References: <3AE0380B.CE7BF2AA@eziba.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 20, 2001 at 09:22:19AM -0400, Jay Sachs wrote: > Everything was fine under RC1, and two days ago I successfully upgraded > again from RC1 -> RC5. > Poking around in /usr/libdata/perl, I noticed the following: > > thelonius% cd /usr/libdata/perl/5.00503/mach/IO > thelonius% ls -la Socket* > -r--r--r-- 1 root wheel 16948 May 2 1999 Socket.pm > > Socket: > total 15 > drwxr-xr-x 2 root wheel 512 Mar 16 16:58 ./ > drwxr-xr-x 3 root wheel 512 Apr 19 14:44 ../ > -r--r--r-- 1 root wheel 9570 May 20 1998 INET.pm > -r--r--r-- 1 root wheel 3015 Mar 18 1998 UNIX.pm > > Unfortunately I don't know what it looked like before, but this is > definitely different than my 4.2-STABLE box at home, where the Socket > subdirectory and related files do NOT exist. > > Any clues on this one? Yes. You have installed IO-1.20 on the machine in question. You did that using CPAN, instead of using FreeBSD port devel/p5-IO, which DTRT. Your 4.2-STABLE machine does not have this problem because you have not installed IO-1.20 on it. FreeBSD 4.X, including 4.3, does not have the files you mention in the base system. Cheers, +Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010423223143.A32742>