Hi,
I realize this is an old thread.
Nevertheless it has helped me today, so thanks for that :-)
I'd like to be able to keep my own git repository on my hosted webserver
I am trying to get make working on my hosted shared server, running centos.
At least the make command is recognized now, but I'm stuck at:
Code:
[~/src/git-1.6.5.4]# make
/bin/sh: curl-config: command not found
CC fast-import.o
/bin/sh: /usr/bin/gcc: Permission denied
make: *** [fast-import.o] Error 126
I've tried adding libgcc-4.1.2-46.el5_4.1.x86_64.rpm to /mygcc but am not sure what to add to my .bash_profile to make it work.
Would I also need these:
rpm-build-4.4.2.3-18.el5.x86_64.rpm
make-3.81-3.el5.x86_64.rpm
How can I solve this?
Any problems that I have not foreseen yet?
Thanks a lot,
Erwin