According to Jason Hellwege: > I'm trying to get 3.2.0b4 running (111101 snapshot) on a box running > Solaris 2.6 using Netscape Enterprise as the webserver. > > - htDig has compiled fine. > - rundig has built its databases OK > - running htsearch from the command line works > and produces the HTML output I expected > - trying to run htsearch from the web fails with "Server Error" > the server's error log reports: > "program terminated without a valid CGI header." > - I've swapped my old 3.1.5 installation in place of the 3.2 > directory and have successfully run it from the web, so > it doesn't appear to be a webserver config problem > - I've checked the permissions for 3.2 and all looks OK > > Any suggestions for what I can try next?
Yes, have a look at the web server's error log. Chances are you'll find a few messages there about some shared libraries it can't access. Try reconfiguring with --disable-shared and see if that fixes the problem. If it still fails, check the error log again to see what other libraries may still be missing, or if there are other error messages that point in the right direction. If some of the system's shared libraries are missing (e.g. libz), have a look at http://www.htdig.org/FAQ.html#q3.6 -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 _______________________________________________ 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

