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

Re: MIT to Heimdal porting, libraries to link with?



Kalle Svensson <kalle@nohup.se> writes:

> LIBS   = -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lk5crypto
> LIBS  += -ldyn -lcom_err -lpam -ldl -lc

It depends on what it tries to do.

I assume that -lkadm5clnt -lgssrpc -lgssapi_krb5 can be replaced with
only -lkadm5clnt, -lkdb5 is probably equivalent to -lhdb, but these
libraries are totally different, does this app grovel around in the
database by itself?

The rest can probably be replace by -lkrb5 -ldes -lcom_err

/Johan