> mdpme4_g.mdcrd: sys err Value too large for defined data type
> ... Linux ...
There is probably some sort of extended (64-bit) file system
involved. In amber/src/carnal/util.c:
if (stat(path, &sbuf) == -1) {
The call to 'stat()' should probably be something like 'stat_64()'
for your machine:
% man stat
to see if such a call exists.
Bill Ross
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Nov 05 2003 - 13:53:03 PST