Question
Hi,
I'm having a problem with the Search function that does not return any result.
I followed step-by-step the windows cookbook.
Index is working and this does not look like a standard "misconfigured grep" error.
When I set a wrong path to grep then I can see the error in the logs, but now the path is right and I have no error in the logs.
No matter the search pattern I always get 0 results.
bin/configure reports only 2 warnings under localization (it shows the correct version of grep, rcs and everything else).
bin/testenv does report quite a bit of warnings, but frankly they do not make much sense as it says that several variables are not set, when in fact they are set (configure sees them).
Any suggestions? Things I could try to track the cause of the problem?
Environment
--
TWikiGuest - 18 Oct 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I attached the result of testenv, I also attach httpd.conf.
--
TWikiGuest - 18 Oct 2006
Found the solution.
I followed the windows installation cookbook a bit too literally and replaced the entire fgreg line with grep -F, i.e. I removed all the additional options that where appended.
--
TWikiGuest - 19 Oct 2006