From owner-freebsd-questions@FreeBSD.ORG Sat Jul 24 00:20:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 981D016A4CE for ; Sat, 24 Jul 2004 00:20:33 +0000 (GMT) Received: from cwe.compwest.com.au (computerwest.com.au [202.72.158.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C830843D2F for ; Sat, 24 Jul 2004 00:20:27 +0000 (GMT) (envelope-from paul@bdug.org.au) Received: from mail.bdug.org.au (ant.parkview.compwest.com.au [202.72.170.31]) by cwe.compwest.com.au (8.12.11/8.12.6) with ESMTP id i6O0KQSU006103 for ; Sat, 24 Jul 2004 08:20:26 +0800 (WST) (envelope-from paul@bdug.org.au) Received: from wks (wks.bdug.org.au [192.168.0.2]) by mail.bdug.org.au (Postfix) with SMTP id C12A65BA1; Sat, 24 Jul 2004 08:20:25 +0800 (WST) From: "Paul Hamilton" To: "Kris Kennaway" Date: Sat, 24 Jul 2004 08:23:21 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20040721163044.GA81946@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: Freebsd-Questions Subject: RE: downloadable location of old FreeBSD packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 00:20:33 -0000 Thanks for the link Kris. I had a bit of a hunt around, looking for a 4.6 release, but none to be found :-( I have just finished trying a ports upgrade (current), but ran out of HD space! I guess, that's one nice reason to have a packages solution! Cheers, Paul -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kris Kennaway Sent: Thursday, 22 July 2004 12:31 AM To: Paul Hamilton Cc: Freebsd-Questions Subject: Re: downloadable location of old FreeBSD packages On Wed, Jul 21, 2004 at 11:53:51PM +0800, Paul Hamilton wrote: > Hi, > > I am hunting around for mpd package for FreeBSD 4.6 I have tried version > mpd-3.14 for FreeBSD 4.7, but get this error when trying to run it: > > /usr/libexec/ld-elf.so.1: Undefined symbol "_shadow_DES_check_key" > referenced from COPY relocation in /usr/local/sbin/mpd > > I have also tried version mpd-3.15 as well, but get the same results. > > This is a remote server, running on a busy modem, so I don't really want to > try and upgrade to the latest ports tree. Also the latest apparently > requires OpenSSL, and hence OpenSSH, and buy, I don't want to stuff that > upgrade up. I can't afford the drive. See http://mirrorlist.freebsd.org/FBSDsites.php Note that old versions of openssl have multiple security vulnerabilities, so it's not advisable to use them. Kris