Forum Moderators: coopster

Message Too Old, No Replies

Installing PEAR package in php

         

superxtian

2:11 pm on Aug 23, 2008 (gmt 0)

10+ Year Member



is there anyone has the idea on installing PEAR package on php?

eelixduppy

4:20 pm on Aug 23, 2008 (gmt 0)



Here's the documentation: [pear.php.net...]

superxtian

8:41 am on Aug 24, 2008 (gmt 0)

10+ Year Member



thanks a lot eelixduppy

but im still having problem, i was trying to install RoundCube WebMail ang i get this problem

<--

Check for required 3rd party libs

PEAR: NOT OK(Failed to load PEAR.php;)
DB: NOT AVAILABLE(Use MDB2 instead)
MDB2: NOT OK(Failed to load MDB2.php; )
Net_SMTP: NOT OK(Failed to load Net/SMTP.php; )
Mail_mime: NOT OK(Failed to load Mail/mime.php; )
iilConnection: OK

-->

coopster

1:28 pm on Aug 25, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Looks like you are attempting to install/run some software that requires PEAR. And the software is not finding the PEAR package. Check to see if PEAR is on your machine and if so, modify your include_path [php.net] to include the path to PEAR (that is the easiest and most common way to invoke PEAR).

superxtian

2:46 pm on Aug 30, 2008 (gmt 0)

10+ Year Member



i will try that one

thanks for the help coopster.