Re: Upgrade Perl5.8.7



Brian Wakem <no@xxxxxxxxx> writes:

> dcoleyoung@xxxxxxxxx wrote:
>> Hi,
>> I'm trying to upgrade perl for Linux Mandrake 10.2. I ran all the
>> steps
>> to make, make test and make install cleanly. When I run perl -v it
>> still shows the version as 5.8.6. Perl is still being launched as an
>> old version.
>> If anyone can help me give me a suggestion that would be great!
>> Thanks,
>> Dan
>
>
> /usr/bin/perl is probably a symlink to /usr/bin/perl5.8.6 (or
> /usr/bin/perl5, which in-turn links to /usr/bin/perl5.8.6), and you
> probably now have a /usr/bin/perl5.8.7, you need to link /usr/bin/perl
> (or /usr/bin/perl5) to it.

Another possibility - the default prefix to install Perl under is /usr/local,
so you may have /usr/local/bin/perl && /usr/local/bin/perl5.8.7.

Same solution though, a link from /usr/bin/perl to whatever you want to use
as the default Perl.

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
.



Relevant Pages

  • Re: Web Forms / Perl / SPAM detection
    ... Brian Wakem wrote: ... mechanism as an annoyance for legit users. ... suggestions on existing Perl based solutions (trails blazed before ...
    (comp.lang.perl.misc)
  • Re: Open variable txt file
    ... Brian Wakem wrote: ... Is there a way to tell perl to open a txt file from a variable passed ... from Flash. ... If failure had no penalty success would not be a prize ...
    (comp.lang.perl.misc)
  • Re: how to find such strings?
    ... Chris Lowth wrote: ... >> I am a newer for Perl, ... Brian Wakem ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: windows one liner to output unix line feed
    ... Brian Wakem wrote: ... Win32 Perl sadly ignores settings in $ENVor passed via ... the open pragma for the ARGVOUT handle, ...
    (comp.lang.perl.misc)
  • Re: Quick urlencode for bash scripts.
    ... Brian Wakem writes: ... >> I've been looking for a way to urlencode stuff to send over the web ... >> without using perl or php (totally overkill for what i needed). ...
    (comp.os.linux.misc)