Results 1 to 5 of 5

Thread: perl 5.12.1 on ubuntu 11.04 server error

  1. #1
    Join Date
    Jan 2007
    Beans
    22

    perl 5.12.1 on ubuntu 11.04 server error

    hi all..

    i have ubuntu server 11.04 with default perl installed version 5.10.1, then i have download another perl (5.12.1) an i put to "/usr/local/perl5.12.1".
    when i try run "/usr/local/perl5.12.1/bin/perl -v" it say "bash: /usr/local/perl5.12.1/bin/perl: No such file or directory"

    can anybody help me please...

    Regard

  2. #2
    Join Date
    Dec 2012
    Location
    Canada
    Beans
    187
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: perl 5.12.1 on ubuntu 11.04 server error

    What do you see when you do...

    Code:
    ls /usr/local/perl5.12.1/bin/*
    ...or perhaps...

    Code:
    ls -l /usr/local/perl5.12.1/bin/perl

  3. #3
    Join Date
    Jan 2007
    Beans
    22

    Re: perl 5.12.1 on ubuntu 11.04 server error

    i do this commad
    Code:
    ls -l /usr/local/perl5.12.1/bin/
    and the result is
    Code:
    -rwxr-xr-x 1 root root 1418337 2013-03-07 09:50 perl
    i do this command
    Code:
    ls -l /ucar/local/perl5.12.1/
    the result is
    Code:
    drwxr-xr-x 2 root root 4096 2013-03-07 09:50 bin
    drwxr-xr-x 4 root root 4096 2013-03-07 09:50 lib
    Regard

  4. #4
    Join Date
    Apr 2012
    Beans
    7,256

    Re: perl 5.12.1 on ubuntu 11.04 server error

    is the downloaded perl the correct architecture for your system (32 bit versus 64 bit)?

    you can check with the 'file' command

    Code:
    file /usr/local/perl5.12.1/bin/perl

  5. #5
    Join Date
    Jan 2007
    Beans
    22

    Re: perl 5.12.1 on ubuntu 11.04 server error

    hi all...

    I have solve this error, i delete reinstall the perl and it's work

    Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •