From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 10:07:00 2005 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 9E68116A4CF for ; Tue, 1 Feb 2005 10:07:00 +0000 (GMT) Received: from mailgw2.post.dk (mailgw2.post.dk [193.3.69.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B930E43D48 for ; Tue, 1 Feb 2005 10:06:59 +0000 (GMT) (envelope-from peter.lidell@post.dk) Received: from srwsha501.postdk.net ([10.23.1.40]) by mailgw2.post.dk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 1 Feb 2005 11:06:57 +0100 Received: From exbrha502.postdk.net ([193.3.82.25]) by srwsha501.postdk.net (WebShield SMTP v4.5 MR1a); id 1107252417835; Tue, 1 Feb 2005 11:06:57 +0100 Received: from exmbxa501.postdk.net ([193.3.82.26]) by exbrha502.postdk.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 1 Feb 2005 11:06:57 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 1 Feb 2005 11:06:57 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Perl modules Thread-Index: AcUIRcNNn3i6GkleRM6TUIUJMthnZg== From: To: X-OriginalArrivalTime: 01 Feb 2005 10:06:57.0682 (UTC) FILETIME=[C3920720:01C50845] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Perl modules 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, 01 Feb 2005 10:07:00 -0000 Hello, I have to do thise things: A) if Perl is installed from pkg_add and not the ports, uninstall it. pkg_delete -f perl5.8 B) add ENABLE_SUIDPERL=3Dtrue to /etc/make.conf C) cd to /usr/ports/lang/perl5.8 D) make -DENABLE_SUIDPERL"TRUE" install clean E) re-install all the perl modules from the ports. F) Follow the QMR manual to the T!!! The "Re-install of the perl modules from ports" part.... How do I do = that? How do I id all my perl modules and is there a way to re-install = them all together? Hope you all can help me out. Thanks for your time. Kind regards Peter