Item806: NatSkin search in topbar fails under windows
Priority: Normal
Current State: No Action Required
Released In:
Target Release:
Applies To: Extension
Component: NatSkin
Branches:
Using the search results in an internal server error:
(OS 3)Das System kann den angegebenen Pfad nicht finden. : couldn't create child process: 720003: natsearch, referer:
http://domaine.tld/foswiki/bin/view/Dokumentation/WebHome (OS 3)Das System kann den angegebenen Pfad nicht finden. : couldn't spawn child process: C:/Programme/Foswiki/Foswiki/bin/natsearch, referer:
http://domaint.tld/foswiki/bin/view/Dokumentation/WebHome
Is
egrep
installed? Does
$Foswiki::cfg{NatSearch}{EgrepCmd}
point to the right location?
--
MichaelDaum - 19 Jan 2009
Egrep was installed, the Gnu one Svens installer uses. There is a bin/egrep file, while its not an executable. Looking at the storage egrp cmd, it uses bin/grep.exe -E
i could not get this running after all, setting
=$Foswiki::cfg{NatSearch}{EgrepCmd}
= "c:....bin/egrep" or "c:..."bin/grep.exe-E"
It is a windows-problem only. I will try to reproduce it on my Windows-VM later, when i have time to install the
NatSkin
--
EugenMayer - 20 Jan 2009
Anybody interested in this item? Or i close it
--
EugenMayer - 12 Feb 2009
Nice coincidence with
Question224: The error is cause by an incorrect shebang. (Incorrect in the windows context.)
--
OliverKrueger - 04 Jul 2009