Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2003 18:18:49 +0930
From:      "Rob" <listone@deathbeforedecaf.net>
To:        <aaron@alpete.com>, <freebsd-questions@freebsd.org>
Subject:   Re: upgrading perl
Message-ID:  <001001c3229a$77039fa0$a4b826cb@goo>
References:  <E19Jkak-0003qR-00@host02.ipowerweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Install a perl port with a newer version:

  # cd /usr/ports/lang/perl5.8
  # make install

and run the command which makes it 'default' for the system:

  # use.perl port

This replaces the system perl binaries under /usr/bin with symlinks to
the new port in /usr/local/bin (though it seems to miss a few) and adds
some lines to /etc/make.conf so the new version will be used for
building software.

If you do this, there shouldn't be any need to remove the base system's
version of perl.

----- Original Message -----
From: "Aaron Peterson" <aaron@alpete.com>
To: <freebsd-questions@freebsd.org>
Sent: Sunday, May 25, 2003 11:16 AM
Subject: upgrading perl


> What is the proper way to go about upgrading perl, since the base
system
> installs 5.0 something.  I want to avoid the complications of having
> multiple versions of perl installed at once...  (using freebsd 4.8)
> --
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001001c3229a$77039fa0$a4b826cb>