Subject: php and pecl package mailparse.
To: None <netbsd-users@netbsd.org>
From: Fredrik Carlsson <tb2kfre@chl.chalmers.se>
List: netbsd-users
Date: 05/08/2005 16:05:48
Hi,

I'm trying to install the mailparse package from pecl 
(http://pecl.php.net), but it wont work.
PHP 4.3.11 and mbstring is installed throught pkgsrc.

php-4.3.11          HTML-embedded scripting language
php-mbstring-4.3.11 PHP extension for multibyte characters support 
(currently, Japanese only)

Trying to install mailparse i get this error:

# pear install mailparse
downloading mailparse-2.1.1.tar ...
Starting to download mailparse-2.1.1.tar (-1 bytes)
......................................done: 181,760 bytes
'mbstring' PHP extension is not installed
mailparse: Dependencies failed

Suggestions on how i can get pear to understand that mbstring is installed?

The parameters in "pear config-show" looks okay.

// Fredrik Carlsson