Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/02/2009, 11:38
fonzy2008
 
Fecha de Ingreso: julio-2008
Mensajes: 10
Antigüedad: 15 años, 9 meses
Puntos: 0
Sonrisa Instalación php.

Hola, buen día a todos !!

Necesito instalar php en un linux-suse (suse enterprise 2.6.5-7.97.smp x86_64) con mysql (5.0.41 community).
Como no estaba instalado, descargue el php-5.2.8.tar.gz y pretendo compilarlo e instalarlo (seria "mi primer php"..:)).
Dos preguntas :

Al ejecutar el ./configure me arroja este mensaje :

hq-alm-linsuse-intB:~/Install/php-5.2.8 # ./configure
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

hq-alm-linsuse-intB:~/Install/php-5.2.8 # echo $PATH
/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin


Alguna idea o luz al respecto...?

La segunda pregunta es : despues de superar este impase, se deberia poder realizar un make y compilaciones respectivas.. es suficiente con : make y despues make install o es necesario algun otro comando...?

Agradezco el apoyo.