how to upgrade Perl

2004-07-26 Thread Perica Veljanovski
Hi all, How do I upgrade perl version 5.005_03 to Perl 5.8 on my FreeBSD 4.10-RELEASE from ports? Tryed: cd /usr/ports/lang/perl5.8 make install and nothing happend :P ps. /usr/ports/comms/p5-Device-SerialPort does not run on Perl5.0 10x -- <> ___

Re: how to upgrade Perl

2004-07-26 Thread Peter Risdon
Perica Veljanovski wrote: Hi all, How do I upgrade perl version 5.005_03 to Perl 5.8 on my FreeBSD 4.10-RELEASE from ports? Tryed: cd /usr/ports/lang/perl5.8 make install and nothing happend :P Nothing at all? Was there no output on the console? If you did see the normal kind of burbling, but still

Re: how to upgrade Perl

2004-07-26 Thread Simon Barner
Perica Veljanovski wrote: > Hi all, > > How do I upgrade perl version 5.005_03 to Perl 5.8 on my FreeBSD 4.10-RELEASE > from ports? > > Tryed: > cd /usr/ports/lang/perl5.8 > make install > and nothing happend :P You have to use the use.perl script: # use.perl port For more information have a l

Re: how to upgrade Perl

2004-07-26 Thread Perica Veljanovski
> > How do I upgrade perl version 5.005_03 to Perl 5.8 on my FreeBSD 4.10-RELEASE > > from ports? > > > > Tryed: > > cd /usr/ports/lang/perl5.8 > > make install > > and nothing happend :P > > Nothing at all? Was there no output on the console? > > If you did see the normal kind of burbling, but

Re: how to upgrade Perl

2004-07-26 Thread merv
You will also have to reinstall all the other p5 ports that you may have installed prior to this upgrade. So that they all compile for 5.8 On Monday 26 July 2004 12:09, Perica Veljanovski wrote: > > > How do I upgrade perl version 5.005_03 to Perl 5.8 on my FreeBSD > > > 4.10-RELEASE from ports?

Re: how to upgrade Perl

2004-07-26 Thread Paul Schmehl
--On Monday, July 26, 2004 12:46:06 PM +0100 merv <[EMAIL PROTECTED]> wrote: You will also have to reinstall all the other p5 ports that you may have installed prior to this upgrade. So that they all compile for 5.8 This explains something. I tried to upgrade perl and ran use.perl port, but that

Re: how to upgrade Perl

2004-07-26 Thread merv
pkg_version -v | grep "p5" On Monday 26 July 2004 16:49, Paul Schmehl wrote: > --On Monday, July 26, 2004 12:46:06 PM +0100 merv <[EMAIL PROTECTED]> wrote: > > You will also have to reinstall all the other p5 ports that you may have > > installed prior to this upgrade. So that they all compile f