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

    Error Messages (6)

    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 #

    Could not load library libpthreads.a[shr_comm.o]

    Libpthreads errors are a common occurrence on AIX platforms. The errors occur if the libpthreads directory is not passed by the LIBPATH variable. Libpthreads errors also occur when OpenLink software is installed on an incompatible AIX server. If you receive libpthreads errors, take the following action:

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

    find / -name libpthreads.a -print
    


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

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

    4. Use export to pass the libpthreads 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...