  | |  | Probably simple compile question using -lgssapi_krb5 | Probably simple compile question using -lgssapi_krb5 2005-06-27 - By Garrick Staples
Back On Mon, Jun 27, 2005 at 06:00:08PM -0400, nathan r. hruby alleged: > Hey folks, > > I can't seem to wrap my head around this today, perhaps someone can lend > me a clue? > > I'm compiling libssh2. It's building fine but there are some problems > making the shared library.. > > It's picking up LDFLAGS for krb and openssl, etc.. but sadly someplace > it's also picking up an "-lgssapi_krb5" too (I think from the openssl > pkg-config). This library doesn't seem to exist on my machine, but I get > the feeling what it should be is "-llibgssapi_krb5" which does exist (yes, > I do have krb-devel installed :)
"-lgssapi_krb5" is correct. The -l option will look for libname.so or libname.a.
> So, should there be a gssapi_krb5, if so what package does it live in? If > not, Is the openssl.pc pkg-info wrong or is libssh2's ./configure wrong > about the need for -lgssapi_krb5?
It probably just needs the directory with -L/usr/kerberos/lib
-- Garrick Staples, Linux/HPCC Administrator University of Southern California
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |