Replay… Problème d’installation.
Warning
It is recommended that you enable mime-magic or the fileinfo extention, you can get fileinfo here. http://us2.php.net/manual/en/ref.fileinfo.php
Sometimes it is not possible to get these functions running, so you can still use Relay and file types will be assumed by file extension.
D’abord trouvé ça :
http://life.lapin-blanc.net/blog/keyes/2007/08/30/faire-fonctionner-lextension-fileinfo
C’était a peu près cà mais une erreur sur ma config :
sudo pecl install fileinfo
Et je ne sais pas si le lien (sudo ln -s ln -s /usr/share/file/magic /etc/magic.mime) a été efficace, parce que là j’ai eu :
configure: error: Please reinstall the libmagic distribution
Il fallait installer la libemagic-dev…
apt-get install libmagic-dev
et ca passe…
