Charles Cazabon <[EMAIL PROTECTED]> wrote:
>Andres Rusconi <[EMAIL PROTECTED]> wrote:
>
>> suidperl: error while loading shared libraries: libc.so.6: failed to map
>> segment from shared object: Cannot allocate memory
>[...]
>> Can somebody help with this ?
>
>malloc() failed; you're low on memory/swap.
Or you've configured a memory limit on qmail-smtpd that's too
low. E.g., if you installed using LWQ, you have something like:
exec /usr/local/bin/softlimit -m 2000000 \
In /var/qmail/supervise/qmail-smtpd/run. Try making the 2000000 larger
until the error goes away. You'll need to restart the qmail-smtpd
supervise, too, if you're using it. Again, with LWQ this would be:
svc -k /var/qmail/supervise/qmail-qmtpd
-Dave