| > Also when i run webhtttrack I get
> ./webhttrack(30396): could not find htsserver
Did you install ('make install') all components, like
htsserver ?
The script looks in various folders
(/usr/local/bin /usr/share/bin /usr/bin /usr/lib/httrack /us
r/local/lib/httrack /usr/local/share/httrack
${HOME}/usr/bin ${HOME}/bin) for htsserver.
It seems also that html server files are missing
Here is, for example, what you should get approximately:
$ ls -l /usr/share/httrack/
total 44
lrwxrwxrwx 1 root root 19 Oct 4 15:08
html -> ../doc/httrack/html
drwxr-xr-x 2 root root 4096 Oct 4 15:08
icons
drwxr-xr-x 2 root root 4096 Oct 4 15:08 lang
-rw-r--r-- 1 root root 22034 Oct 4 15:03
lang.def
-rw-r--r-- 1 root root 146 Oct 4 15:03
lang.indexes
drwxr-xr-x 2 root root 4096 Oct 4 15:08
libtest
drwxr-xr-x 2 root root 4096 Oct 4 15:08
templates
$ ls -l /usr/share/httrack/html/server/
total 248
-rw-r--r-- 1 root root 4316 Oct 4 15:04
about.html
-rw-r--r-- 1 root root 6633 Oct 4 15:04
addurl.html
-rw-r--r-- 1 root root 3891 Oct 4 15:04
error.html
-rw-r--r-- 1 root root 663 Oct 4 15:04
exit.html
-rw-r--r-- 1 root root 4579 Oct 4 15:04
file.html
...
Also, use recent (>3.29.30) releases.
| |