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.
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
Comment #1
markwk commentedI downloaded and add the file to libraries. Still no luck. Must I name it something special ?
Comment #2
markwk commentedMistyped 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.
Comment #3
kyle_mathews commentedNo that's all you should have to do. OGM loads the library itself when it runs.
Comment #4
markwk commentedThe 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.
Comment #5
markwk commentedComment #6
kyle_mathews commentedTry installing the extension using apt-get.
Comment #7
markwk commentedThe 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.
Comment #8
markwk commentedComment #9
kyle_mathews commented