lorn has asked for the wisdom of the Perl Monks concerning the following question:

Hi, monks!

I have a machine with Solaris 10, my oracle is 64 bit version, i download the source of perl and compile but when i test, file /usr/local/bin/perl, his return ELF-32 bits, somebody had problem with perl + 64 bits? i need a help Thanks, and sorry for the bad english ;)

Lorn

-http://lornlab.org
-<a href="http://www.slackwarezine.com.br>http://www.slackwarezine.com.br-

Edit: g0n - moved node content out of signature div block

  • Comment on Compiling perl for Solaris with proc 64bits

Replies are listed 'Best First'.
Re: Compiling perl for Solaris with proc 64bits
by Argel (Prior) on Jun 30, 2006 at 18:41 UTC
    You may want to take a look at this thread:

    config.sh, as promised (Re: 64-bit Perl on SPARC Solaris)

    By default Perl compiles as 32-bit so you will need to specifiy some changes when it prompts you for the compile config. The config.sh in the thread mentioned above should help you figure out the changes you need to make.

    Also, my memory is really vague on this but you might want to compile without threading if you want it to work with Oracle. But as I said my memory is very vague on this so I could be wrong.