Salut à tous,
J'ai un soucis plutot... tres ennuyeux
Je suis sur la 12.04, et j'ai voulu passer de php 5.3 à 5.4. Bon, en fait, cela m'a installé la php 5.5, mais bon, jusque là
J'ai donc fait :
sudo add-apt-repository ppa:ondrej/php5
puis avec apt-get un :
1 2 3
| - update
- upgrade
- et dist-upgrade. |
Tous a bien marché, sauf qu'Apache ne fonctionne plus :
No apache MPM package installed
Voici ma config du coup :
1 2 3 4 5 6
| $ dpkg -l |grep apache2
ii apache2-utils 2.2.22-1ubuntu1.4 utility programs for webservers
ii apache2.2-bin 2.2.22-1ubuntu1.4 Apache HTTP Server common binary files
rc apache2.2-common 2.2.22-1ubuntu1.4 Apache HTTP Server common files
rc libapache2-mod-php5 5.3.28-1~dotdeb.0 server-side, HTML-embedded scripting language (Apache 2 module) |
1 2 3 4 5 6 7 8 9 10 11 12 13
| $ aptitude show -D apache2-mpm-prefork
Paquet : apache2-mpm-prefork
État: non installé
Version : 2.4.7-1+sury.org~precise+1
Priorité : supplémentaire
Section : oldlibs
Responsable : Debian Apache Maintainers <debian-apache@lists.debian.org>
Architecture : i386
Taille décompressée : 22,5 k
Dépend: apache2 (= 2.4.7-1+sury.org~precise+1)
Fournit: httpd, httpd-cgi
Description : transitional prefork MPM package for apache2
This is a transitional package to apache2 for users of apache2-mpm-prefork and can be safely removed after the installation is complete. |
php -v me renvoi çà (bon, j'ai une erreur de openssl, mais j'avais çà avant, donc c pas çà :
1 2 3 4 5 6
| $ php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/curl.so' - /lib/i386-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.1' not found (required by /usr/lib/i386-linux-gnu/libcurl.so.4) in Unknown on line 0
PHP 5.5.9-1+sury.org~precise+1 (cli) (built: Feb 13 2014 15:48:37)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies |
Quelqu'un pourrait me filer un coup de main svp ?
Merci
Fabrice
Partager