Summary: | net-misc/curl-7.18.2 - checking default CA cert bundle/path... configure: error: --with-ca-path only works with openSSL | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John D Jones III <jnbek1972> |
Component: | New packages | Assignee: | Daniel Black (RETIRED) <dragonheart> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | cuciferus, gentoo |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Requested config.log |
Description
John D Jones III
2008-09-12 19:28:45 UTC
config.log, please. Created attachment 165305 [details]
Requested config.log
Hmm... The first incorrect check seems to be the following: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -I/usr/kerberos/include -Wl,-O1 conftest.c -lgdi32 -lldap -lrt -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -O2 -pipe $(LDFLAGS) -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -O2 -pipe $(LDFLAGS) -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lssl -lcrypto -ldl >&5 The incorrect part is $(LDFLAGS). It should be expanded, but for some reason it's not. Somehow, it got added to LIBS variable. What's more it seems doubled. Now, let's hear from the experts. But in the meantime, check what does `pkg-config openssl --libs` print for you. jnbek@nehemiah9:~% pkg-config openssl --libs [09/12/08][0:23:28] -lssl -lcrypto -ldl jnbek@nehemiah9:~% I can confirm this also with x86_64-pc-linux-gnu-4.3.1 couldn't reproduce with net-misc/curl-7.19.4 hoping it has been fixed upstream. let me know the emerge -pv curl output if this is still failing and reopen this bug. A user in the German Gentoo Forums also noticed this failure [1]. As there were three commonalities between this bug reporter and the one in the forum (x86_64, kerberos and ldap flag enabled), I asked him to disable ldap and/or kerberos. Disabling these two actually made it compile (I forgot to ask, whether he tried to disable only one of them - will do that now) So I ask to re-open the bug ... [1] http://forums.gentoo.org/viewtopic-t-743249.html (emerge --info included) For those still interested, it seems that this bug was actually a duplicate of bug 237273. Those still affected, please test. |