| > I have a problem with webhttrack.
> when i launch the script, there is an error:
> root@freesby:/usr/local/bin# webhttrack
> Cannot find mozilla installation directory. Please set
The problem is that a "mozilla" script must remains
somewhere, and this is causing an error. Either erase this
script, or define the environment variable "BROWSER" in
your profile ; by putting these two lines in the file
~/.profile :
BROWSER=/usr/bin/konqueror
export BROWSER
(change the /usr/bin/konqueror path if needed)
| |