[imp] IMP4.0-BETA: problem installing fileinfo

Stephen Braswell sbraswe1+horde at email.unc.edu
Fri Nov 5 11:03:06 PST 2004


Hi Steve,

When you install a PECL extension, you have to add it to your php.ini so it 
gets loaded.

Add the following line to your php.ini file to load the extension (I'm 
assuming the extension is installed in the directory specified by the 
'extension_dir' option in php.ini).

extension="fileinfo.so"


After that, restart Apache.


-Stephen

-- On Friday, November 05, 2004 1:38 PM -0500, Steve Lidie 
<sol0 at Lehigh.EDU> wrote:

> I'm in the beginning phases of installing IMP 4 - I have some problems
> reported via test.php, one of which is that I'm missing fileinfo.
> Running a fresh install of Fedora Core 2.  So I'm using PHP/pear from the
> Fedora install, and have done:
>
> pear config-set preferred_state beta
> pear install fileinfo
>
> And it installed a new .so file. I restarted Apache and even restarted
> the machine, but test.php still thinks fileinfo is not installed. Any
> ideas as to why are much appreciated... using Horde 3 beta of course.
>
> thanks,
>
> Steve


More information about the imp mailing list