Hi,

I am trying to install some php extensions on my OBSD 4.5 box, which is to run a Horde email server.

I am following along, and see that I need 3 extensions via pecl: lzf, fileinfo and memcache.

I run "pecl install fileinfo" (for example). It looks like everything installs just fine, no complaints. But nowhere on the system can I find the file fileinfo.so (find / -iname "fileinfo.so").

I'm supposed to add the line extension=fileinfo.so to my php.ini, but of course, this doesn't work, since the file doesn't exist.

At first I though it might be because I had php installed via pkg, but I reinstalled with ports (adding all the configure options indicated on the horde docs) -- and it still doesn't work.

Is this thing broken, or does OBSD handle pecl differently now?

I appreciate the help.

(btw, I am disabling the apache chroot jail for this server -- horde is a bear in a jail...)

Chris

Reply via email to