| I am using Linux; Debian. Since I do not have root access, I
cannot use the .deb package, so I downloaded
httrack-3.32-2.tar.gz from the download page, copied it to
the /tmp folder, and did the following, according to a
previous post:
cd /tmp
tar xvfz httrack-3.32-2.tar.gz
./configure --prefix=$HOME && make && make install
export PATH=$PATH:$HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/usr/lib
then I ran webhttrack and it said
/home/students/.../bin/webhttrack(16055): could not find
httrack directory
How do I make it work? | |