it appears that it is necessary to add to CMake rule to find path to htsearch. The default path is /usr/lib/cgi-bin/htsearch. Commit 83f044c5 changed the path to /srv/www/cgi-bin/htsearch - probably specific to certain distributions. However at least on Debian and Ubuntu it caused a problem.
Therefore, I propose add to CMake rule to search cgi-bin/htsearch on usual paths (/usr/lib, /srv/www, some other?). With the fact that is possible to set the path as a build option.
What do you think?
I had a feeling something like this would happen. Let's make this work for everybody.
I presume the cmake rule will automatically update the backend perl script?
Should I revert the patch?
Darrell
Dne ne 2. února 2014 Darrell Anderson napsal(a):
it appears that it is necessary to add to CMake rule to find path to htsearch. The default path is /usr/lib/cgi-bin/htsearch. Commit 83f044c5 changed the path to /srv/www/cgi-bin/htsearch - probably specific to certain distributions. However at least on Debian and Ubuntu it caused a problem.
Therefore, I propose add to CMake rule to search cgi-bin/htsearch on usual paths (/usr/lib, /srv/www, some other?). With the fact that is possible to set the path as a build option.
What do you think?
I had a feeling something like this would happen. Let's make this work for everybody.
I presume the cmake rule will automatically update the backend perl script?
Should I revert the patch?
Darrell
No, leave the patch in place - I'll make an update. I hope soon :)
Slavek --