Penguin

Differences between version 31 and predecessor to the previous major change of CommonErrors.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 31 Last edited on Wednesday, June 16, 2004 6:51:10 pm by SreejithKalyat Revert
Older page: version 30 Last edited on Thursday, June 10, 2004 6:40:03 pm by JohnMcPherson Revert
@@ -1,8 +1,13 @@
 !!error while loading shared library. cannot open shared object file 
  
 This occurs when it can't load a shared library, use "ldd(1)" to determine which libraries this program is trying to link against and which ones are missing or can't be linked against. eg: 
  ldd /bin/cat 
+  
+----  
+!!/usr/bin/perl: error while loading shared libraries: libc.so.6: cannot load shared object file: Cannot allocate memory.  
+  
+This error occured while using qmail-scanner.pl with qmail. In this case the memory softlimit of 2000000 was not enough, and increasing it to 3000000 solved the issue.  
  
 ---- 
 !!"No such file or directory" or "Bad interpreter: no such file or directory"