[imp] problem with pear channel-discover
Alain Fauconnet
alain at ait.ac.th
Tue Sep 5 18:41:48 PDT 2006
On Tue, Sep 05, 2006 at 04:45:12PM -0700, Michael Ryerse wrote:
> Hi, I am trying to install Horde/Imp and ran into a problem.
> Everything seems to be going OK, I am following the steps outlined
> here: http://wiki.horde.org/FC4InstallationNotes?referrer=HowTo and
> when I get to the step where it says to run the command "pear
> channel-discover pear.horde.org" I get the following results:
>
> [root at ryerse framework]# pear channel-discover pear.horde.org
> PHP Warning: PHP Startup: Unable to load
> dynamic library '/usr/lib/php/modules/pgsql.so' - libpq.so.4: cannot
> open shared object file: No such file or directory in Unknown on line
> 0
This warning (not a fatal error) just tells you that you try to load
the Postgresql PHP extension in your php.ini, and that extension is
not installed on your system. Just edit your php.ini and comment out
(prepend ';') the line that says:
extension=pgsql.so
> Command 'pear.horde.org' is not valid, try 'pear help'
> [root at ryerse framework]#
For this one I don't have much of a clue. Does
pear -v channel-discover pear.horde.org
show anything interesting?
Greets,
_Alain_
More information about the imp
mailing list