htsearch under the commandline is working fine. But with Apache 1.3.19 some problems appear:
Internal Server Error with the error.log-entry: "Premature end of script headers: /home/www/web4/htdig-cgi-bin/htsearch"
I had something like that happen... the problem turned out to be that the environment of the user running htsearch (i.e. the user that's running the web server software) wasn't quite right. It didn't have the correct LD_LIBRARY_PATH set (this is on a Solaris box). To fix it, I added this to my httpd.conf:
SetEnv LD_LIBRARY_PATH /opt/sfw/lib
so that my libstdc++.so.2.10.0 could be found.
-- Patrick Robinson AHNR Info Technology, Virginia Tech [EMAIL PROTECTED]
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ 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

