Error Messages (F)

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 #


file .../db2.o not found


The db2.o file is not always immediately available on AIX installations, which can cause OpenLink's drivers for DB2 to fail.

If this file is not found at $DB2DIR/lib/db2.o, take the following steps --



find / -name libdb2.a -print | xargs ls -l



    
cd /usr/lpp/db2_07_01/lib/
            




    
mv shr.o shr.o.bak
            




    
ar x libdb2.a
            



    
ls -l
            




    
mv shr.o db2.o
chmod 755 db2.o
            



    
mv shr.o.bak shr.o
            

All binaries which depend on this dynamically loadable library should now work properly. Retest your OpenLink components.