Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/08/2015, 07:16
Avatar de lauser
lauser
Moderator Unix/Linux
 
Fecha de Ingreso: julio-2013
Ubicación: Odessa (Ukrania)
Mensajes: 3.278
Antigüedad: 10 años, 9 meses
Puntos: 401
Respuesta: Instalar CURL en Ubuntu Server 15.04

Damos por echo que seguiste los pasos correctos:

Código BASH:
Ver original
  1. sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
  2.  
  3. sudo apt-get install apache2
  4.  
  5. sudo apt-get install mysql-server mysql-client
  6.  
  7. sudo mysql_secure_installation
  8.  
  9. sudo apt-get install php5 libapache2-mod-php5
  10.  
  11. sudo apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
Te puse todos los módulos necesarios para un cms.


sudo mysql_secure_installation
Enter current password for root (enter for none): root password
Change the root password? N
Remove anonymous users? Y
Disallow root login remotely? Y
Remove test database and access to it? Y
Reload privilege tables now? Y
__________________
Los usuarios que te responden, lo hacen altruistamente y sin ánimo de lucro con el único fin de ayudarte. Se paciente y agradecido.
-SOLOLINUX-