Quote:
Originally Posted by
binlib
You need the 64bit version of perl.
What do you mean 64bit perl? can you give me more details? what's wrong with the perl script? how to check how many bits is the perl based on?
The OS of the machine is solaries U8.
the perl of the machine is perl5/5.8.4
Thanks.
# /usr/bin/perl -v
This is perl, v5.8.4 built for i86pc-solaris-64int
(with 32 registered patches, see perl -V for more detail)
---------- Post updated at 11:33 PM ---------- Previous update was at 09:31 PM ----------
ok, maybe you are right. I saw this:By default, perl will be compiled as a 32-bit application. Unless you want to allocate more than ~ 4GB of memory inside perl, or unless you need more than 255 open file descriptors, you probably don't need perl to be a 64-bit app.
in
README.solaris - search.cpan.org.