Re: Perl modules

2005-02-09 Thread Olivier Nicole
Thanks it seems to do the trick. olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Perl modules

2005-02-08 Thread Andrew Lewis
On Wed, 9 Feb 2005 14:13:30 +0700 (ICT) Olivier Nicole <[EMAIL PROTECTED]> wrote: > Are you aware of any magical formula that would list the Perl modules > installed in a configuration? And an alternative approach: http://tek-tips.com/viewthread.cfm?qid=898931 -AL. _

Re: Perl modules

2005-02-08 Thread Andrew Lewis
On Wed, 9 Feb 2005 14:13:30 +0700 (ICT) Olivier Nicole <[EMAIL PROTECTED]> wrote: > Are you aware of any magical formula that would list the Perl modules > installed in a configuration? Your question interested me so I took it upon myself to Google for it. :p This should do it for you: http://ma

Re: Perl modules

2005-02-02 Thread Ruben de Groot
On Tue, Feb 01, 2005 at 11:06:57AM +0100, [EMAIL PROTECTED] typed: > 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=true to /etc/make.conf > C) cd to /usr/ports/lang/perl5.8 > D) make

Re: Perl modules

2005-02-01 Thread Gary Hayers
[EMAIL PROTECTED] wrote: 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=true to /etc/make.conf C) cd to /usr/ports/lang/perl5.8 D) make -DENABLE_SUIDPERL"TRUE" install clean E) re-install all the p