Configure --with-ssllibs= doesn't work
Brought to you by:
sytsezelf
Even though --with-ssllibs is supplied with the valid path, it's not used. By adding debug lines in the for-loop(s), I see that the given directorie isn't traversed.
Used command:
./configure --without-ldap --without-lcap --without-priv --without-ssltlsext
I suspect the fact that $withval is used several times causes this issue.
Ugly work around:
perl -p -i -e 's!/opt/sfw/lib!/opt/sfw/lib /usr/lib/x86_64-linux-gnu!' ./configure
I suspect this hasn't worked in a while. Need to look into how this went wrong... might take me a while.
Ok, I remember. This was an ugly hack back when I was trying to get rfc3546 to work. It was never intended to allow you to specify exactly which libraries you wanted - only to allow a later version to be used, if you had put it in the usual spot. Never got around to it later.
Anyway. I replaced it with a slightly modified version of the current ax_check_openssl macro. Should work, haven't really been able to check with specified library path etc yet.
Where have you committed this change? (I can't see your changes in SF cvsweb)
Appears as if the anoncvs is lagging again. I'll mail you a snapshot.
fixed, including --without-ssl