• Topic
  • Discussion
  • UdaWikiWeb.CannotLoadModuleLibc(Last) -- Owiki? , 2016-08-19 14:59:41 Edit owiki 2016-08-19 14:59:41

    Error Messages (C)

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    Cannot load module libc.a(shr.0)

    "Cannot load module libc.a(shr.0)" errors are a common occurrence on AIX platforms. The errors occur if the directory containing libc.a is not passed by the LIBPATH variable. "Module libc.a" errors also occur when OpenLink software is installed on an incompatible AIX server. If you receive "libc.a" errors, take the following action:

    1. Search your system for libc.a. You may use the following command:

    find / -name libc.a -print
    


    2. If libc.a is not found, your software may not be compatible with your operating system.

    3. If you find libc.a, record the path to the file. Then,...

    4. Use export to pass the libc.a directory to LIBPATH. For example:

    export LIBPATH=/usr/lib:$LIBPATH
    


    5. Repeat the event which produced the error.

    6. If the error persists, your software may still be incompatible with your operating system.|

    Evidence

    uname -a
    Name of .taz files


    Referenced by...