Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > > I have a simmilar problem with results not been displayed so I > tried the suggestion of calling search.cgi and the output is NOT the queries that >go to the SQL server, but the output that goes to the screen.
Did you recompiled with #define DEBUG_SQL in sql.c? Please note that screen output is sent to stdout, but debug information is sent to stderr. So try this: ./search.cgi word >/dev/null 2>debug.txt Then check debug.txt content. Reply: <http://www.mnogosearch.org/board/message.php?id=3877> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
