Re: Problem with Perl Version

2005-05-06 Thread Dick Hoogendijk
On 06 May Jim Campbell wrote:
 I installed lang/perl5.8 from my ports (...)
 (...) what am I doing wrong?

As said somewhere else: run use.perl

But better still: make a habit of reading the *end_screen* after a port
install. Very often useful information is diplayed there.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with perl version

2003-10-05 Thread RJ45


I am runing freebsd 5.1

I have a problem with perl versions
I need to use perl 5.8.0 but everytime I install from ports a application
which depends from perl 5.6 something is overwritten and perl 5.8.0 is not
avalaible and I have to make reinstall perl 5.8.0 every time.
Is there a way to set a system variable for perl5.8.0 as default?

I also tryed with this in /etc/make.conf

PERL_VER=5.8.0
PERL_VERSION=5.8.0


but it is useless. if I then install an application from ports which uses
perl5.6 the default perl becomes perl 5.6 regardless of make.conf
settings.

thank you very much

Rick



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with perl version

2003-10-05 Thread Mike Woods
On Sun, 5 Oct 2003 06:50:51 -0600 (MDT)
RJ45 [EMAIL PROTECTED] wrote:

 I have a problem with perl versions
 I need to use perl 5.8.0 but everytime I install from ports a application
 which depends from perl 5.6 something is overwritten and perl 5.8.0 is not
 avalaible and I have to make reinstall perl 5.8.0 every time.
 Is there a way to set a system variable for perl5.8.0 as default?

If your doing what i think your doing you'll kick yourself :D

Now, assuming perl5.8.0 installs a link to /usr/bin/perl 5.6.1 would overwrite that 
with's verion of perl BUT perl5.8.0 should still be there at /usr/local/bin/perl5.8.0 
:D

Now, the fun comes with modules :D

Mike Woods
IT Technician
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with perl version

2003-10-05 Thread yo _
After installing the newest perl port, at the command line type:

use.perl port

and FreeBSD will now default to using the ports and consequently latest 
version of perl. Conversely, to use the built-in system version of perl 
type:

use.perl system

Hope that helps out!
-Rian Hunter
From: Mike Woods [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: problem with perl version
Date: Sun, 5 Oct 2003 14:16:45 +0100
On Sun, 5 Oct 2003 06:50:51 -0600 (MDT)
RJ45 [EMAIL PROTECTED] wrote:
 I have a problem with perl versions
 I need to use perl 5.8.0 but everytime I install from ports a 
application
 which depends from perl 5.6 something is overwritten and perl 5.8.0 is 
not
 avalaible and I have to make reinstall perl 5.8.0 every time.
 Is there a way to set a system variable for perl5.8.0 as default?

If your doing what i think your doing you'll kick yourself :D

Now, assuming perl5.8.0 installs a link to /usr/bin/perl 5.6.1 would 
overwrite that with's verion of perl BUT perl5.8.0 should still be there at 
/usr/local/bin/perl5.8.0 :D

Now, the fun comes with modules :D

Mike Woods
IT Technician
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
Frustrated with dial-up? Get high-speed for as low as $29.95/month 
(depending on the local service providers in your area).  
https://broadband.msn.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]