Can we verify that the formats defined for 32bit sun4
solaris will work under 64bit solaris? If so, I'll change
$archname to =~ /sun4-solaris/ instead of eq "sun4-solaris".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had this problem back in 2002 when trying to build
Cricket. To fix it, I had to edit
$crickethome/lib/RRD/Format.pm to add support for
sun4-solaris-64int.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=31668
Can we verify that the formats defined for 32bit sun4
solaris will work under 64bit solaris? If so, I'll change
$archname to =~ /sun4-solaris/ instead of eq "sun4-solaris".
Logged In: YES
user_id=8470
Do we have access to a Solaris 64bit machine for testing this?
Or possibly does anyone know which Sun boxes are 64bit so I
know what boxes to look for to test this?
Logged In: NO
This patch works:
http://sourceforge.net/mailarchive/message.php?msg_id=9604111
Logged In: NO
I had this problem back in 2002 when trying to build
Cricket. To fix it, I had to edit
$crickethome/lib/RRD/Format.pm to add support for
sun4-solaris-64int.