> I just installed kdevelop on my potato machine and have a problem > with the help system. kdevelop-setup tells me that it cannot find > htsearch > and therefor not create the index for the documentation.
"apt-get install htdig" installs htsearch in "/usr/lib/cgi-bin/", from where kdevelop can't find it. Here's a quick fix: cd /usr/bin/ ln -s ../lib/cgi-bin/htsearch htsearch I'm not sure wether this should be fixed in htdig's package or in htdevelop's. My vote goes for htdig. Opinions? - Jarno