I setup my server using Nginx and PHP(5.2)-FPM and added the pear package with this command "$ pear install Mail_Mime" It is installed and shows up with "pear list." But still showing up as missing in Drupal.

Comments

markwk’s picture

I downloaded and add the file to libraries. Still no luck. Must I name it something special ?

markwk’s picture

Mistyped obviously: $ pear install Mail_mimeDecode

I would assume this needs to be added to the php.ini file but I'm drawing a blank on how.

kyle_mathews’s picture

Status: Active » Fixed

No that's all you should have to do. OGM loads the library itself when it runs.

markwk’s picture

The pear extension is here: /usr/local/lib/php/Mail/mimeDecode.php
php.ini is currently set as: include_path = ".:/usr/local/lib/php"

The status report still shows: not found.

markwk’s picture

Status: Fixed » Active
kyle_mathews’s picture

Try installing the extension using apt-get.

markwk’s picture

The following NEW packages will be installed:
php-mail-mimedecode php-pear php5-cli php5-common

Doing that would install php traditionally and defeat the purpose of nginx/php-fpm setup that I compiled.

markwk’s picture

Category: support » bug
kyle_mathews’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.