Find the answer to your Linux question:
Results 1 to 3 of 3
Installing and Compiling Perl on Linux using i686 & x86-64 Processors. -------------------------------------------------------------------------------- While installing perl5.8.9 on i686 and X86-64 linux machines specifying the default path /usr/local two different folder are ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    2

    Question Installing and Compiling Perl on Linux using i686 & x86-64 Processors.

    Installing and Compiling Perl on Linux using i686 & x86-64 Processors.

    --------------------------------------------------------------------------------

    While installing perl5.8.9 on i686 and X86-64 linux machines specifying the default path /usr/local two different folder are created with namings related to the type of processor in the system.

    If we install perl on i686 then the folder structure for i686 linux machine is like
    /usr/local/lib/perl5/5.8.9/i686-linux
    /usr/local/lib/perl5/site_perl/5.8.9/i686-linux and

    if we install perl on x86-64 then the folder structure for x86_64 linux machine looks like
    /usr/local/lib/perl5/5.8.9/x86_64-linux
    /usr/local/lib/perl5/site_perl/5.8.9/x86_64-linux

    Is it really required to compile perl on different architectures of linux and have to maintain seprate folder structures according to the machine architecture. Can we have a unique folder which we maintain for solaris machinces.

    Anyone Please help me on this.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Because Linux supports both 32-bit and 64-bit binaries on 64-bit systems, this behavior is expected. As for compiling both 32-bit (i686) and 64-bit (x86_64) versions, that is entirely up to you.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309
    Quote Originally Posted by subashvr View Post
    Installing and Compiling Perl on Linux using i686 & x86-64 Processors.

    --------------------------------------------------------------------------------

    While installing perl5.8.9 on i686 and X86-64 linux machines specifying the default path /usr/local two different folder are created with namings related to the type of processor in the system.

    If we install perl on i686 then the folder structure for i686 linux machine is like
    /usr/local/lib/perl5/5.8.9/i686-linux
    /usr/local/lib/perl5/site_perl/5.8.9/i686-linux and

    if we install perl on x86-64 then the folder structure for x86_64 linux machine looks like
    /usr/local/lib/perl5/5.8.9/x86_64-linux
    /usr/local/lib/perl5/site_perl/5.8.9/x86_64-linux

    Is it really required to compile perl on different architectures of linux and have to maintain seprate folder structures according to the machine architecture. Can we have a unique folder which we maintain for solaris machinces.

    Anyone Please help me on this.
    read given link it help you
    http://www.linuxforums.org/forum/lin...bit-linux.html
    Take risks: if you win, you will be happy; if you lose, you will be wise.
    New Users : Read This First

Posting Permissions

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