Given the compilation hassles on a variety of servers/hosting environments etc, is it possible to "compile" ht:dig on my personal machine, and then somehow move ONLY the files to my website? I dont know if this is how htdig is structured? Does it *have* to be compiled on the server that it runs on?
You can compile on one machine and install on another, in theory at least. If the machines have the same hardware architecture and the same, or similar, operating systems, you might be able to get away with a static build that will run on both. If you do this, keep in mind that some of the paths are hardcoded in executables; on the build machine, it will be necessary to specify paths appropriate for the box to which you plan to deploy. If the two machines differ significantly in any way, you are probably heading down a rocky road with this approach.
Jim
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

