mailparse

jlixfeld

Verified User
Joined
Jun 1, 2009
Messages
60
I'm trying to install mailparse for php5 (suPHP).

I used pecl install mailparse, but it doesn't seem to want to work.

I checked to see if there was a way to do this with custombuild, but I couldn't see anything; did I miss it?

phpinfo(); says my config file is: /usr/local/etc/php5/cgi/php.ini

I have the extension loaded:

# grep mailparse /usr/local/etc/php5/cgi/php.ini
extension=mailparse.so


Extension exists:
-rwxr-xr-x 1 root root 150287 Nov 24 17:23 /usr/local/php5/include/php/ext/mailparse.so


Any pointers?
 
Back
Top