cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: configure error - libs missing , not availible

From: Sergei Steshenko <sergstesh_at_yahoo.com>
Date: Sun, 25 Mar 2007 14:52:08 -0700 (PDT)

Charlie Reddington <charlie.reddington_at_gmail.com> wrote: The --with-XXX=[PATH] options want the prefix path for the libs, not the
include path. You should thus use --with-zlib=/usr, or perhaps even just
--with-zlib to just let it scan the default path (which most probably include
/usr).

In regardes to this, I have compiled curl with everything BUT gssapi, and it compiles fine. I believe that the issue has something to do with gssapi getting compiled.

Does it find the gssapi files with this? lib64 you say here. Is this a 64bit
lib? What about the other libs?

Good point, it's a 64 bit system, and I am installing the 64 bit curl, I just assumed that this is what it wanted. I did do more than guess, I ran "locate gss" and the libraries I found where in the lib64 directory. I will dig more into this one.

That looks weird. Have you checked config.log to see the exact error case that
failed?
There are a bunch of small failures, but, in relevance to what I think is failing I'm getting this :

configure:24696: gcc -c -g -O2 -I/usr/include/gssapi/ conftest.c >&5
conftest.c:61:17: gss.h: No such file or directory

So I think I have to point this to gss.h? That seems clear enough. I did a "locate gss.h" and I got this :

/usr/src/kernels/2.6.9-42.EL-x86_64/include/linux/sunrpc/auth_gss.h
/usr/src/kernels/2.6.9- 42.EL-x86_64/include/linux/sunrpc/svcauth_gss.h
/usr/src/kernels/2.6.9-42.0.8.EL-smp-x86_64/include/linux/sunrpc/auth_gss.h
 /usr/src/kernels/2.6.9-42.0.8.EL-smp-x86_64/include/linux/sunrpc/svcauth_gss.h
/usr/src/kernels/2.6.9-42.0.8.EL-largesmp-x86_64/include/linux/sunrpc/auth_gss.h
/usr/src/kernels/2.6.9-42.0.8.EL-largesmp-x86_64/include/linux/sunrpc/svcauth_gss.h
 /usr/src/kernels/2.6.9-42.0.8.EL-x86_64/include/linux/sunrpc/auth_gss.h
/usr/src/kernels/2.6.9-42.0.8.EL-x86_64/include/linux/sunrpc/svcauth_gss.h
 
Lots of close matches, but nothing that is exact. I'll dig around about this more.

Thanks,

Charlie

 I guess you need to start looking from here:

http://www.gnu.org/software/gss/manual/html_node/Header.html
.

--Sergei.

Applications From Scratch: http://appsfromscratch.berlios.de/
 
---------------------------------
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.
Received on 2007-03-25