[krbdev.mit.edu #5774] AIX 5.x shared library build issue

Public Submitter via RT rt-comment at krbdev.mit.edu
Tue Sep 25 11:10:10 EDT 2007


Hi -

Please consider the following patch to address build failure on AIX 5.x
(tested on AIX 5.3 w/ XLC v.7).  The patch generates shared libraries in
a manner nearly identical to what is currently done for AIX 4.x - i.e.
does not assume dlopen()'able objects have the same extension as shared
libraries.  Additionally, the patch modifies the library construction
command to include runtime search path.  Without this, the search path
is based on the path used at compile time (-L).


It also removes the special case for aix in
src/plugins/kdb/db2/confiure.in since all component objects of the db
library were already being linked in individually.



More information about the krb5-bugs mailing list