| Subject: Re: installation on my linux web hosting provider |
Author: Xavier Roche |
Date: 12/27/2005 22:09 |
| | > i was wondering
> if there is a way to install httrack without having
> root/admin access.
Just try:
./configure --prefix=$HOME
make
make install
And then, in your .profile (or .bashrc):
export PATH=$PATH:$HOME/bin
export LD_LIBRARY_PATH=$HOME/lib
This should do the trick!
| |
|
|
|
|
d
Created with FORUM 2.0.11