Ivan F. Villanueva B. writes:
Hello, I'm setting up vserver and have a strange error with courier (.Outbox functionality) and exim4 providing sendmail. All packages from Debian 5.0 (lenny)The error on the logs: Mar 17 09:04:26 cont101 imapd: error sending a message, user=ivan: /usr/sbin/sendmail: error while loading shared libraries: libgpg-error.so.0: failed to map segment from shared object: Cannot allocate memory/Message send FAILED./ Although it seems a memory allocation issue, the vserver doesn't have any resource problem. 'sendmail' on the command line works fine, although I don't know exactly which parameters courier uses. How to know?
Your command-line environment probably relies on LD_LIBRARY_PATH to find shared libraries that are installed in non-standard locations. So, sendmail works when invoked from the command line. When invoked from other environments, it breaks.
If so, never use LD_LIBRARY_PATH. Using LD_LIBRARY_PATH is always wrong, see http://xahlee.org/UnixResource_dir/_/ldpath.html
You'll need to recompile Courier properly, with correct options so that the paths to all components is properly specified.
pgp37s8SwjOE1.pgp
Description: PGP signature
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
