cURL installation
Posted: Thu Mar 06, 2003 3:42 pm
I am on a shared server (FreeBSD 4.2.3) and trying to install cURL to my directory (since I do not have root access). I have followed the instructions on curl.haxx.se, but to no avail. Details follow:
1. I unpacked the *.tar.gz file /usr/home/my_directory/bin/curl-7.10.3
2. I then ran ./configure --prefix=/usr/home/my_directory/curl-7.10.3
3. ran make
4. ran make test (everything checked out fine)
5. Ran ./make install
Everything looks fine, but when I try to run curl, I get a permission denied error. I have chmod'd the executable, but I still am denied access.
Any ideas?
1. I unpacked the *.tar.gz file /usr/home/my_directory/bin/curl-7.10.3
2. I then ran ./configure --prefix=/usr/home/my_directory/curl-7.10.3
3. ran make
4. ran make test (everything checked out fine)
5. Ran ./make install
Everything looks fine, but when I try to run curl, I get a permission denied error. I have chmod'd the executable, but I still am denied access.
Any ideas?