In investigating some problems I have been having with my Solaris x86 boxen, it may be the case that largefile support be disable for Solx86 32bit as well as sparc 32 bit...
(original message) https://lists.openafs.org/pipermail/openafs-devel/2004-November/011177.html
Perhaps an appropriate patch to param.sunx86_510.h (et al) is in order:
*** param.sunx86_510.h.orig Fri Apr 15 15:21:29 2005 --- param.sunx86_510.h Fri Apr 15 14:19:01 2005 *************** *** 34,40 **** --- 34,42 ---- #define AFS_X86_ENV 1
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
+ #if defined(__x86_64)
#define AFS_64BIT_CLIENT 1
+ #endif
#define AFS_HAVE_FLOCK_SYSID 1
_______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
