* blackwater dev <[EMAIL PROTECTED]>:
> I am trying to install something via pear and have tried to add the
> channels from two different programs but get errors each time:
>
> pear channel-discover pear.chiaraquartet.net
> PHP Warning:  PHP Startup: Unable to load dynamic library
> './php_mcrypt.so' - ./php_mcrypt.so: cannot open shared object file:
> No such file or directory in Unknown on line 0
> Command 'pear.chiaraquartet.net' is not valid, try 'pear help'
>
> I tried this with another channel and got the same error...of course
> the channel name was different.  Is there something special I need for
> this?  I have php 5.0.3

You need to compile PHP --with-mcrypt and --with-mhash, as the PEAR
installer for >=1.4.0 is dependent on one or more libraries that require
these.

-- 
Matthew Weier O'Phinney
Zend Certified Engineer
http://weierophinney.net/matthew/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to