From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 19:30:00 2003 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 3BB8A16A4CE for ; Mon, 15 Dec 2003 19:30:00 -0800 (PST) Received: from redhat.vipersystems.biz (user198.net263.oh.sprint-hsd.net [208.17.71.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FD4A43D33 for ; Mon, 15 Dec 2003 19:29:57 -0800 (PST) (envelope-from jason@vipersystems.biz) Received: (qmail 43200 invoked by uid 85); 16 Dec 2003 03:29:45 -0000 Received: from jason@vipersystems.biz by redhat.vipersystems.biz by uid 82 with qmail-scanner-1.16 (clamscan: 0.65. spamassassin: 2.61. Clear:. Processed in 0.767487 secs); 16 Dec 2003 03:29:45 -0000 Received: from localhost (HELO vipersystems.biz) (127.0.0.1) by localhost with SMTP; 16 Dec 2003 03:29:45 -0000 Received: from 65.40.130.233 (SquirrelMail authenticated user jason@vipersystems.biz) by vipersystems.biz with HTTP; Mon, 15 Dec 2003 22:29:45 -0500 (EST) Message-ID: <20457.65.40.130.233.1071545385.squirrel@vipersystems.biz> Date: Mon, 15 Dec 2003 22:29:45 -0500 (EST) From: "Jason Lieurance" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.12[cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Perl clean-up in freebsd 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: Tue, 16 Dec 2003 03:30:00 -0000 Hello, I have a FreeBSD 4.7 server and I just updated perl from 5.8 to 5.8.2 with the ports-upgrade. I have a mess with all theses perls(no pun intended). Webmin(ver 1.21) perl module shows 5.8 at the top instead of 5.8.2 and there are 3 of the same modules listed for every perl module (5.0053, 5.8, 5.8.2). 5.8.2 is installed correctly and is being used as the default as I have checked conf files and so forth. How do I get rid of the left over perls(5.0053 and 5.8) as I still see their directories and obviously their modules? But more importantly, also make sure nothing depends on these old versions before I delete them. -- Jason