PHP and mime_magic extension

Rob Brandt yellowdog-general@lists.terrasoftsolutions.com
Fri Jan 3 19:39:01 2003


I'm trying to get the Horde project installed on my YellowDog 2.2
system and am having a terrible time.  The latest CVS versions of
Horde require that mime_magic be installed.  I can't get it to
"take" in php.  Anyone have experience with this?

I'm doing all the normal stuff.  In configure, I use
--enable-mime-magic and it has no complaints.  On the other hand,
I can't see in the output any references to it (although I might
have missed something).  There is no section for mime_magic in
phpinfo() once installed.

I have mod_mime_magic loaded in apache, FWIW.

I have an entry in php.ini for:

mime_magic.magicfile = "/usr/share/misc/magic.mime"

although I'm not sure the syntax is correct.  I have verified with
magic.mime is where I say it is.

Ideas?

Rob