====== Fileinfo pecl extension installation on OpenSuse 10.2 ====== Requirements you should install with yast: * file-devel - this package includes (libmagic) - http://www.darwinsys.com/file/ * autoconf Of course you should have php installed also. Now run command: pecl install fileinfo Do not forget to load this extension in your php.ini: extension=fileinfo.so