pkgsrc-Users archive

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

Re: ld problems with gssapi_krb5 and k5crypto



Marc Baudoin <babafou%babafou.eu.org@localhost> writes:

> It's quite reproducible and it only happens when
> security/mit-krb5 is installed (which has been installed recently
> on my system because it's needed by
> databases/postgresql16-client.

A wild guess:   something in libcup's configure is finding a script in
mit-krb5 and running it which then wants to include a bunch of libs but
they aren't buildlinked.  If that's right, the fix is to patch libcups
(or --disable-foo) to force it not to look for or find the mit-krb5
configure program.

You might try just removing /usr/pkg/bin/krb5-config and try building.
If that succeeds, with the rest there, that might be it.  Or perhaps
also rm the pkgconfig files:

lib/pkgconfig/gssrpc.pc
lib/pkgconfig/kadm-client.pc
lib/pkgconfig/kadm-server.pc
lib/pkgconfig/kdb.pc


of coures this will break your mit-krb5 pacakge so you'll want to remove
or replace it after experimenting.


Home | Main Index | Thread Index | Old Index