| Hello Xavier,
> Yes, your should get that:
> <http://www.httrack.com/index.php?p=21>
>
> I assume that the /usr/share/httrack directory does not
> contains the necessary files:
>
> # ls -l /usr/share/httrack/
> total 40
> lrwxrwxrwx 1 root root 19 May 17 10:52
> html -> ../doc/httrack/html
> drwxr-xr-x 2 root root 4096 May 17 10:52
> icons
> drwxr-xr-x 2 root root 4096 May 17 10:52 lang
> -rw-r--r-- 1 root root 22034 May 11 15:36
> lang.def
> drwxr-xr-x 2 root root 4096 May 17 10:51
> libtest
> drwxr-xr-x 2 root root 4096 May 17 10:51
> templates
>
> The 'html' and 'lang' folders, and the 'lang.def' file,
> are absolutely mandatory.
this is what I get:
abc@linux:~> ls -l /usr/local/share/httrack
insgesamt 40
drwxr-xr-x 2 root root 4096 2003-05-17 17:00
icons
drwxr-xr-x 2 root root 4096 2003-05-17 16:59 lang
-rw-r--r-- 1 root root 22034 2003-05-17 16:59
lang.def
drwxr-xr-x 2 root root 4096 2003-05-17 16:59
libtest
drwxr-xr-x 2 root root 4096 2003-05-17 16:59
templates
Obviously, the html folder is missing. Any idea what I
should do to get it? Or went something wrong with compiling
/ installing?
> The current webhttrack script is not really smart, and has
> the /usr/share/httrack hard-coded:
>
> (${BINPATH}/htsserver /usr/share/httrack/ path
> ${HOME}/websites $@; echo SRVURL=error)
> > ${TMPSRVFILE}&
>
> You may change this path to fit your needs?>
> To test:
> htsserver <the path where you can file the mandatory files>/
>
> And then, browse with mozilla the URL which is displayed.
>
> Can you check if modifying the script and/or calling
> htsserver directly is solving the problems?>
I already had modified the script and adjusted paths,
otherwise mozilla would not have been started.
Calling htsserver directly gives me this:
abc@linux:~> htsserver /usr/local/share/httrack
Initialzing the server..
Okay, temporary server installed.
The URL is:
URL=http://linux:8080/
PID=2178
unable to find lang.def strings in /usr/local/share/httrack
Unable to create the server
Done
EXITED
What is missing? The lang.def file is there, as well as the
lang folder.
Regards
Frank | |