[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: heimdal misbuilds on AIX when kth-krb installed



>>>>> "Brandon" == Brandon S Allbery KF8NH <allbery@ece.cmu.edu> writes:

    Brandon> AIX's wonderful loader takes the libraries from the
    Brandon> kth-krb install in /usr/local/lib in preference to the
    Brandon> heimdal ones invoked via -L options. (I hate AIX
    Brandon> sometimes.)

    Brandon> This might be a libtool issue; suppose I can try to scare
    Brandon> up a more recent one and try again.  Then again, I don't
    Brandon> expect libtool to be able to help AIX much.

It might be a configure issue. Check your config.status file, and see
if there are any references to the bad libraries.

Alternatively, it might be a problem with how installed libraries are
found, with "-L dir library". This doesn't guarantee that only the
version in dir will be used, another version might be found
first. 

Please show us the command line where it fails...
-- 
Brian May <bam@snoopy.apana.org.au>