curl-users
Re: configure error - libs missing , not availible
Date: Sun, 25 Mar 2007 08:50:52 -0500
>
> 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
Received on 2007-03-25