OVH Community, votre nouvel espace communautaire.

Soucis installation cURL Debian 6.0 Squeeze


Linkitix
01/06/2012, 17h01
Bon je vais me répondre à moi même ça pourra servir à d'autres ^^ :

J'étais enfaite bloqué avec les changes logs !

Code:
php5 (5.3.3-7+squeeze5) squeeze-security; urgency=high

  * The following new directives were added as part of security fixes:
    - max_input_vars - specifies how many GET/POST/COOKIE input variables
      may be accepted.  Default value is set to 1000.
    - xsl.security_prefs - define forbidden operations within XSLT
      stylesheets.  Write operations are now disabled by default.

 -- Ondřej Surý   Mon, 23 Jan 2012 12:22:26 +0100

php5 (5.3.3-7+squeeze4) squeeze-security; urgency=low

  * Updated blowfish crypt() algorithm fixes the 8-bit character handling
    vulnerability (CVE-2011-2483) and adds more self-tests.  Unfortunately
    this change is incompatible with some old (wrong) generated hashes for
    passwords containing 8-bit characters.  Therefore the new salt prefix
    '$2x$' was introduced which can be used as a replacement for '$2a$'
    salt prefix in the password database in case the incompatibility is
    found.

 -- Ondřej Surý   Mon, 04 Jul 2011 10:31:16 +0200

/tmp/tmp93fjeS
Donc je les ai supprimés :

Code:
apt-get remove apt-listchanges 

Puis

 apt-get install php5-curl
Et la ça fonctionne nikel

A bientôt !

Linkitix
01/06/2012, 15h33
Bonjour à tous !

Voila j'ai installé cURL via ssh sur mon VPS (J'ai suivis ceci http://blog.chto.fr/2011/04/installer-curl/)

J'ai bien redémarré apache via ssh, j'ai même reboot mon vps mais rien à faire quand je vais voir mon phpinfo, aucun cURL à l'horizon !

Avez-vous une idée d'où pourrait provenir le problème ?

Merci d'avance !

Bien cordialement,

Quentin

EDIT :

Pourtant j'ai :
Code:
aptitude search curl | grep php
p   php5-curl                       - CURL module for php5