Hi While compiling 32 bit kerberos on HP-UX, I am getting the following error. It seems to me that SO_EXT variable from Makefile.in files is not properly set to 'sl' in respective Makefile. I manually changed it from 'so' to 'sl' and code started compiling. These plugins Makefiles need some adjustments related to dynamic library file name extension. 32/krb5-1.6.2/doc/CHANGES 32/krb5-1.6.2/src/plugins/kdb/ldap/Makefile.in 32/krb5-1.6.2/src/plugins/kdb/db2/Makefile.in 32/krb5-1.6.2/src/plugins/kdb/db2/Makefile 32/krb5-1.6.2/src/plugins/locate/python/Makefile.in 32/krb5-1.6.2/src/plugins/preauth/cksum_body/Makefile.in 32/krb5-1.6.2/src/plugins/preauth/cksum_body/Makefile 32/krb5-1.6.2/src/plugins/preauth/wpse/Makefile.in 32/krb5-1.6.2/src/plugins/preauth/wpse/Makefile + gcc -fPIC -shared -Wl,+h,libdb.1 -Wl,-c,hpux10.exports -o libdb.1.1 hash/hash.so hash/hash_bigkey.so hash/hash_debug.so hash/hash_func.so hash/hash_log2.so hash/hash_page.so hash/hsearch.so hash/dbm.so btree/bt_close.so btree/bt_conv.so btree/bt_debug.so btree/bt_delete.so btree/bt_get.so btree/bt_open.so btree/bt_overflow.so btree/bt_page.so btree/bt_put.so btree/bt_search.so btree/bt_seq.so btree/bt_split.so btree/bt_utils.so db/db.so mpool/mpool.so recno/rec_close.so recno/rec_delete.so recno/rec_get.so recno/rec_open.so recno/rec_put.so recno/rec_search.so recno/rec_seq.so recno/rec_utils.so rm -f libdb.sl ln -s libdb.1.1 libdb.sl rm -f libdb.1 ln -s libdb.1.1 libdb.1 gmake[4]: Leaving directory `/home/srbpkg/srbpkg/kerberos/32/krb5-1.6.2/src/plugins/kdb/db2/libdb2' gmake[3]: *** No rule to make target `db2.so', needed by `all-unix'. Stop. gmake[3]: Leaving directory `/home/srbpkg/srbpkg/kerberos/32/krb5-1.6.2/src/plugins/kdb/db2' gmake[2]: *** [all-recurse] Error 1 gmake[2]: Leaving directory `/home/srbpkg/srbpkg/kerberos/32/krb5-1.6.2/src' gmake[1]: *** [compile32] Error 2 gmake[1]: Leaving directory `/home/srbpkg/srbpkg/kerberos'