The Visitor counter doesn't work.
If the Web Search software is installed on a Unix web server, remove the COUNTPATH line from the lib.conf file.
If the problem persists: Make sure the tmp folder has been created beneath the cgi-bin folder.
I get an Internal Server Error when trying to run libsearch.cgi.
Please try these suggestions, one at a time.
use CGI::Session;
use LWP::Simple qw(mirror getstore is_error status_message);
Can't locate CGI/Session.pm in @INC ...
Open libsearch.cgi in notepad, set the status bar on (View, Status bar), go to line mentioned (usually 1016 or 1051) and put a # at the start of the line. That line is trying to look for a module that is not on the web server.
The line will be
use CGI::Session;
Make a suggestion for this page.