From owner-freebsd-hackers Mon Apr 10 20:41:28 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA06601 for hackers-outgoing; Mon, 10 Apr 1995 20:41:28 -0700 Received: from teton.Mines.Colorado.EDU (mbarkah@teton.Mines.Colorado.EDU [138.67.1.21]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id UAA06588 for ; Mon, 10 Apr 1995 20:41:21 -0700 Received: by teton.Mines.Colorado.EDU (AIX 3.2/UCB 5.64/4.03) id AA40422; Mon, 10 Apr 1995 21:41:19 -0600 From: mbarkah@teton.Mines.Colorado.EDU (Ade Barkah) Message-Id: <9504110341.AA40422@teton.Mines.Colorado.EDU> Subject: Re: perl5.001 patches needed To: hackers@FreeBSD.org Date: Mon, 10 Apr 1995 21:41:18 -0600 (MDT) Cc: asami@cs.berkeley.edu X-Mailer: ELM [version 2.4 PL22] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 993 Sender: hackers-owner@FreeBSD.org Precedence: bulk >It's not easy for a user to just rebuild the library, I'm afraid. You >may have to grab the includes, ld, or some such. > >Did anyone make a work-around patch for perl for this? If so, can >s/he contact me? I think we've been receiving enough questions about >perl lately, a port (or at least a package...Brian? :) is in order.... > >Satoshi I built perl 5.001 a couple of days ago on my 2.0-R system... of course I'm not sure what all I did (*) but it passes all tests with no errors. I started to make a package out of it but haven't tested it yet; or I can send someone a gzip-tar of the entire perl directory with the configuration files and binaries still intact if anyone is interested. Just don't use it for Satan.. =) As I'm sure all of you know Satan v.1.0 opens up a security hole. -Ade Barkah (*) What I think what I did was to force some things to be staticly loaded and things went smoothly. I was surprised that it passed with no errors, but, I'm not complaining.