PDA

View Full Version : Perl Modules -- Install


llacayo
2nd April 2008, 18:19
HI all,

I am trying to install Centreon, but I am having a problem with PEAR, the modules that I installed are a higher version that the ones that are required and the install page will not let me advance the installation .

Any Ideas on how to get around this,

DB_DataObject_FormBuilder Failed
Need DB_DataObject_FormBuilder-1.0.0RC4

When I do pear list I get
DB_DataObject_FormBuilder 1.0.0RC7 beta

I have ~15 others that are on the same boat.

any Ideas?

thanks

Luis

leoncx
2nd April 2008, 18:24
Hi,

Can you verify that your PEAR path is in the php.ini (include_path tag) for apache.

llacayo
2nd April 2008, 18:47
This is what I have:


; UNIX: "/path1:/path2"
include_path = ".:/usr/share/php:/usr/share/doc/php5-common"
;

I have restarted the apache but it still the same.

Thanks,

Luis

llacayo
2nd April 2008, 18:48
Do I need to add this to teh apache2.conf?

Thanks,

Luis

YvesDM
2nd April 2008, 21:18
try "pear upgrade PEAR"

Kind regards,
Yves ;-)

llacayo
2nd April 2008, 21:57
tried:

pear upgrade PEAR
Nothing to upgrade

Luis