make test fails on SLES 10.2 ia64 = undefined symbol: SSL_CTX_set_client_cert_cb
Joe Orton
joe at manyfish.co.uk
Thu May 7 16:41:55 EDT 2009
On Thu, May 07, 2009 at 03:26:22PM -0500, Mark Lavi wrote:
...
> ./configure --prefix=/data/bootstrap --with-libs=/data/bootstrap
> --without-gssapi --with-ssl=openssl --with-libxml2 \
> LD_LIBRARY_PATH=/data/bootstrap/lib LDFLAGS=-L/data/bootstrap/lib
> CPPFLAGS=-I/data/bootstrap/include
>
> Here's the pertinent openSSL portion...
...
> [exec] checking for openssl pkg-config data... yes
> [exec] configure: using SSL library configuration from pkg-config
1) configure is probably picking up pkg-config data from a system
OpenSSL
2) passing LD_LIBRARY_PATH on the configure line has no effect AFAIK -
it's certainly not passed through the neon build environment. Set this
as a normal env var before running configure.
3) Check by running "ldd" against the test/ssl binary to see whether the
built binary is picking up a system OpenSSL or your homebrew version.
Regards, Joe
More information about the neon
mailing list