[Bug 19767] Re: Kde help search fails too quietly if htdig is not installed
mugginz
mugginz1 at gmail.com
Sat Jun 21 10:04:47 UTC 2008
Cyril BUQUET,
Unfortunately the failure you're having is another example of dash
breaking something.
I did what you suggested
1) sudo apt-get install htdig
2) sudo vi /usr/bin/khc_docbookdig.pl
>>> change : my $findpath = "$kdekdehtmldir/$lang/";
>>> with : my $findpath = "$kdehtmldir/$lang/";
(line 94)
But then had to change the sym link for /bin/sh from dash to bash.
3) sudo mv /bin/sh /bin/sh.old
4) sudo ln -s /bin/bash /bin/sh
And then when I re-ran the index build it worked.
Probably would be better to change the script that the help indexer uses
to explicitly call /bin/bash instead of /bin/sh though.
--
Kde help search fails too quietly if htdig is not installed
https://bugs.launchpad.net/bugs/19767
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.
More information about the kubuntu-bugs
mailing list