On Mon, 28 Jan 2002, Darrell Golliher wrote: > Is it possible to share the same databases between Linux running on > Intel hardware and Solaris running on Sparc hardware?
The database file is binary, so there are bigendian/littleendian issues between Intel and SPARC. There are often other problems with transferring across different OS (e.g. Solaris/x86 v. Linux/x86). > BTW, I've been trying all this with 3.1.6 snapshots. In that case, you should take a look at the documentation for the htdump and htload programs. Check in the htdoc/ directory of a snapshot. The htdump program spits out an ASCII representation of the databases, which is naturally cross-platform. Htload on the other hand, will load databases from an ASCII representation. Should solve your problem. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

