Per Jessen wrote: > I'm trying to install the pecl mailparse extension, but I'm not > getting very far: > > pecl install mailparse > pecl/mailparse requires PHP extension "mbstring" > No valid packages found > install failed > > "mbstring" does not seem to be a php extension, and in any case I > built php with "--enable-mbstring". OK, I did a separate download of "mailparse-2.1.1.tgz", and attempted to install it like this: pecl install ./mailparse-2.1.1.tgz The extension 'zlib' couldn't be found. Please make sure your version of PHP was built with 'zlib' support. My php5 does have zlib support. Does this PECL stuff really work with php5? thanks Per Jessen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php