Install libcurl pour PHP5 sous Debian Sarge
Bonjour,
je souhaite installer la librairie php5-curl sur ma Debian Sarge mais je ne le trouve pas dans ma liste de paquets disponibles (seul PHP4 est dispo) :
Code:
1 2 3 4 5
|
root@web1:~# aptitude search curl | grep php
v php4-cgi-curl -
p php4-curl - CURL module for php4
root@web1:~# |
Voici mon source.list
Code:
1 2 3 4 5 6 7 8 9
|
root@web1:~# cat /etc/apt/sources.list
#deb file:///cdrom/ sarge main
#deb-src <a href="http://ftp.fr.debian.org/debian/" target="_blank">http://ftp.fr.debian.org/debian/</a> sarge main non-free contrib
#deb <a href="http://security.debian.org/" target="_blank">http://security.debian.org/</a> sarge/updates main contrib non-free
#deb <a href="http://www.backports.org/debian/" target="_blank">http://www.backports.org/debian/</a> sarge-backports main contrib non-free
#deb-src <a href="http://www.backports.org/debian/" target="_blank">http://www.backports.org/debian/</a> sarge-backports main contrib non-free
deb <a href="http://oss.oracle.com/debian/" target="_blank">http://oss.oracle.com/debian/</a> unstable main non-free |
Je ne suis pas à l'aise avec les backports et j'imagine qu'il pourrait y avoir une solution avec les backports.
Pourriez-vous m'indiquer quel backport puis-je utiliser ? ou une autre méthode pour arriver à mes fins ? ;)
Merci d'avance