Ich versuche, eine neue Python-Umgebung auf meinem Shared Hosting zu installieren. Ich folge den Schritten in diesem Beitrag :
mkdir ~/src
wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz
tar -zxvf Python-2.7.1.tar.gz
cd Python-2.7.1
mkdir ~/.localpython
./configure --prefix=/home/<user>/.localpython
make
make install
Nachdem ich zum Befehl "./configure --prefix = / home //. Localpython" gekommen bin, erhalte ich die folgende Ausgabe:
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux3
checking EXTRAPLATDIR...
checking machine type as reported by uname -m... x86_64
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home3/mikos89/Python-2.7.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Wie kann dieses Problem gelöst werden? Ich habe 3 Stunden lang versucht, eine Lösung zu finden, stecke aber immer noch an einem Ort fest.
AKTUALISIEREN
Hostgator erlaubt gcc nicht für ihre freigegebenen Konten: http://support.hostgator.com/articles/pre-sales-questions/compatible-technologies