[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PkgMaster PHP4.1.2 and PEAR



> I am trying to install a webmail interface that uses PEAR and it is
> complaining that my machine does not have it. I have installed
> the PHP4.1.2 package from Pkgmaster.com on our RaQ4 and seems
> for some reason it does not come compiled with PEAR. However
> everything I have looked at says that PEAR comes default
> with PHP.
>
> Anyone know how to add it after I have the pkg installed?

Mikael Siirila Replies -------------------------------------------

I had the same problem and I found a ready-made PEAR package with
installation instructions on Horde Project's PEAR page, link below. Just
untar/unzip the provided package to some directory and add the path to the
php.ini.

http://www.horde.org/pear/

If you are installing IMP on a Raq4, you will have to tackle with the UW
IMAPD "Mail Folder Internal Data" messages. I went for Open Webmail instead,
as it was recently released as a handy Cobalt pkg.

--
Mikael Siirilä
mikael.siirila@xxxxxxxxx


Jim Scott Replies -------------------------------

Thanks Mikael,

That did the trick. Downloaded the files, created a directory /usr/lib/php
and moved the files to that directory. Modified my php.ini in
/etc/httpd/php.ini to point to the include_path to point to this directory.

Then was the fun part. Did not seem to make any difference. So I stopped and
started apache and then it worked. Guess all php.ini changes require a
reload of the server to put changes into effect.

It now works.

Jim