perl.64bit
  Home Bitcoin Casinos 2022 FAQ Contact Sign in
perl.64bit only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
perl.64bit Profileā€¦
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Make problem Building 64 bit Perl 5.8.8 from source on Solaris 10 with gcc 3.4.6         


Author: Frederick P A5IT Vachon
Date: Mar 20, 2008 08:02

Hi,

I am trying to build a 64 bit Perl from source on my home directory (as
non root) on Solaris 10. I downloaded the most current stable version
of Perl 5.8.8 from CPAN. I'm using the Solaris gcc compiler in
/usr/local/bin/gcc which is version 3.4.6. I get through the Configure
step OK but fail when trying to run make. The tail of the output is
listed below. I have searched the internet for others with this problem
but have not been able to find a solution. I have read the README file
for Solaris, the INSTALL notes and have looked through the hints script.
I am not a sysadmin so my options are limited - I cannot install a
different gcc compiler or make any changes to the system directories.
My objective is to have my own version of Perl so I can add the DBI and
DBD::ORACLE modules.

I am running Configure this way. I am taking all the defaults except I
remove directory /usr/lib as mentioned in the Solaris README notes.
sh ./Configure -Dprefix=/home/fred/perl_5.8.8 -Dcc=gcc -Duse64bitall
-Aldflags="-mcpu=v9 -m64" -Alddlflags="-mcpu=v9 -m64 -G"
Show full article (10.20Kb)
no comments
  Perl 5.10 complie on AMD64         


Author: Yu Ting
Date: Jan 4, 2008 05:29

Hi,

Is there anybody successfully complied the perl 5.10 on AMD64? I am using
ubuntu 7.10 and gcc.

Thanks,
Magix
no comments
  how to use $Storable::interwork_56_64bit         


Author: Saurabh
Date: Nov 20, 2007 00:42

hello,

please tell me how to use $Storable::interwork_56_64bit

Thanks in advance

Regards
Saruabh
no comments
  Performance issues         


Author: Philip Gladstone
Date: Sep 16, 2007 20:18

I'm running 5.8.8 on 64-bit linux, and I have a nasty performance issue
that does not happen with the same perl program on 32-bit linux.

A small sample that exhibits the problem is:

use strict;

use Time::HiRes qw(time);
use HTTP::Request;

my %%l;

my $now = time;
for (my $i = 0; $i < 30000; $i++) {
my $dt = HTTP::Request->new(GET => "http://localhost/");

$l{$i} = $dt;
if ($i %% 1000 == 999) {
print time - $now,"\n";
$now = time;
}
}
Show full article (1.00Kb)
no comments
  Setting up Perl perl5.005_03 on x86_64 bit         


Author: Walter Faleiro
Date: May 24, 2007 12:40

Hi,
I hope I am addressing this to the right mailing list.

We have some applications running on old linux7.2 systems which we need to
port to 64 bit systems

Currently I am trying to compile perl5.005_03 on a Linux 2.4.21-4.ELsmp #1
SMP Fri Oct 3 17:32:58 EDT 2003 x86_64 x86_64 x86_64 GNU/Linux system.

I get the following error
# make
make: *** No rule to make target `', needed by `miniperlmain.o'.
Stop.

The closest I came to fixing this is via the thread

http://www.mail-archive.com/perl5-porters@perl.org/msg91076.html

Has anyone got an idea of what patch I need to apply for the sytem here.

Thanks.

 Hi, I hope I am addressing this to the right mailing list.We  have some applications running on old linux7.2 systems which we need to port to 64 bit systemsCurrently I am trying to compile perl5.005_03
on a Linux 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:32:58 EDT 2003 x86_64 x86_64 x86_64 GNU/Linux system.I get the following error# makemake: *** No rule to make target `', needed by `miniperlmain.o'.  Stop.
The closest I came to fixing this is via the threadhttp://www.mail-archive.com/perl5-porters@perl.org/msg91076.html
Has anyone got an idea of what patch I need to apply for the sytem here.Thanks.
no comments
  modules not found         


Author: Dennis Heuer
Date: Oct 11, 2006 04:21

Am not shure if this is more of a general problem. I installed perl
into an unusual directory but new modules, like XML-Parser, weren't
able to find installed modules, like ExtUtils. Though the @INC output in
the error message was fully correct. I installed perl into /usr and it
just worked for so.

Can somebody give me a hint if there's some general problem with perl
when not resided in /usr

Regards,
Dennis Heuer
no comments
  AIX 64 bit PERL         


Author: Nandhiney Pichumani
Date: Aug 9, 2006 11:46

Hi,

We have a 64-bit AIX box with v5.3 ( supposed to have the updated
Date API to handle dates past Jan 19,2038) and PERL 64 bit version
installed, but can't seem to use the

ctime64(),localtime64(),gmtime64() and other 64 bit date API's
functions.

Is there some PERL library we need to get this to work?

Please advice.

Thanks,

Nandhini

630-598-8178(O)
Show full article (1.78Kb)
1 Comment