voici le message qui s’affiche quand je lance la commande drush
PHP Warning : PHP Startup : Unable to load dynamic library ‘/usr/lib/php5/20090626+lfs/pdo_sqlite.so’ - /usr/lib/php5/20090626+lfs/pdo_sqlite.so : cannot open shared object file : No such file or directory in Unknown on line 0
PHP Warning : PHP Startup : Unable to load dynamic library ‘/usr/lib/php5/20090626+lfs/sqlite.so’ - /usr/lib/php5/20090626+lfs/sqlite.so : cannot open shared object file : No such file or directory in Unknown on line 0
PHP Warning : PHP Startup : Unable to load dynamic library ‘/usr/lib/php5/20090626+lfs/sqlite3.so’ - /usr/lib/php5/20090626+lfs/sqlite3.so : cannot open shared object file : No such file or directory in Unknown on line 0
PHP Fatal error : Allowed memory size of 262144 bytes exhausted (tried to allocate 261900 bytes) in Unknown on line 0
Could not startup.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires

Il doit manquer quelques librairies php.
Essaye :
sudo apt-get install php5-sqliteComment as-tu installé drush ? A priori (cf. http://aronbarbosa.com/content/introduction-drush) il suffirait de l’installer via un apt-get, mais je n’ai pas testé
vincent59
2594