You made a directory name with a space in it
`/home/lee/install/httrack 3.43/httrack-3.43.1'
Get rid of the space. eg
`/home/lee/install/httrackGOTCHA3.43/httrack-3.43.1'
And start over (I hope that works)
Furthermore:
./configure && make && make install
is fearless compiling as root.
Do as an unprivileged user;
./configure && make
And the following as root:
make install
|