Problem solved. Yes, it was the library paths. Under the old OS (sol7), libstdc++'s location was compiled in. Somehow that's gotten lost under solaris 8. Whatever.
The workaround I currently have is to set the LD_LIBRARY_PATH in the wrapper to point at all the right places. Obviously, I'll have to recompile the whole thing with LD_RUN_PATH set correctly. Thanks to Jim Cole for pointing me in the right direction. Cheers. Fil Salustri Jim Cole wrote: > > Filippo A. Salustri's bits of Mon, 29 Jul 2002 translated to: > > >I'm running htdig version 3.2 beta 3 on a solaris 8 Sun box, and I'm > >having trouble getting a wrapper script for htsearch to work properly. > > > >Here's the symptoms: > > > >If I run the script from a command line prompt, and REQUEST_METHOD is > >unset, then I get the right output. > > > >If I run the script thru http as a proper CGI, then it seems that > >htsearch does run, but I get no results. > > Have you checked the web server error log to see if it contains > anything of interest? > > There are some issues with library paths under Solaris that might > be causing problems. It could be that the shell from which you > tested at the command line had a valid library path defined, but > that the web server environment does not. A problem of this type > could also easily account for the fact that everything works on > one box, but not the other. See http://www.htdig.org/FAQ.html#q3.6 > for more information on this issue. > > Jim -- Prof. Filippo A. Salustri, Ph.D., P.Eng. Department of Mechanical, Aerospace, and Industrial Engineering Ryerson University Tel: 416/979-5000 x7749 350 Victoria St. Fax: 416/979-5265 Toronto, ON email: [EMAIL PROTECTED] M5B 2K3 Canada http://deed.ryerson.ca/~fil/ ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ 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

