Cita:
Iniciado por javierfz Hola a todos, yo estoy con el mismo problema.
Necesito hacer el update de php, tengo un VPS con plesk.
Me conecte via SSH con terminal, tenlo Mac OS X (leopard), consigo hacer bien las siguientes instrucciones:
wget htp://uk2.php.net/get/php-5.3.0.tar...php.net/mirror
tar zxvf php-5.3.0.tar.gz
cd php-5.3.0
./configure –enable-soap
Cuando quiero hacer el make o make install me sale el siguiente error:
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
Alguien me podria orientar un poco ?
Muchisimas gracias.
Intenta con ./configure
y luego make && make install