SUMMARY (2): PID: executable: /sbin/loader: Fatal error: cannot map library

From: José Antonio Puga Facal (toni.puga@si.upct.es)
Date: Fri Jul 04 2003 - 03:28:43 EDT


        Hi again. I decided to include too the explanation of Joe Mario:
oni:
   All of the debug or error messages from the loader that print the
   message "Cannot map library" also include the library name.
   The calls are all of the form:

        error("Cannot map library %s", libname);

   It looks like you might have a corrupt library where the string
   containing the name is NULL. That's just a guess.
   One thought is to set the following environment variable to see
   if the loader debug information can help you isolate your problem.
   Here's the csh syntax:
        
        setenv _RLD_ARGS "-debug map -log /tmp/temp.log"

   Set that variable just before you run your app. Run your app, then
   look into the /tmp/temp.log file to see if there is any more information
   about the failure.



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:26 EDT