Hello, I am attempting to build Santuario v2.0.4 for C++ for the first time and I am having trouble with the configuration script. Here is some output. This is confusing because libcrypto for openssl 102u is clearly present in the directory where the confg script is configured to search.
checking whether Xalan classes require MemoryManager... yes checking for OpenSSL cflags... -I/data/shawn.fox/repos/tp/openssl-102u-install/include checking for OpenSSL libraries... -L/data/shawn.fox/repos/tp/openssl-102u-install/lib -lcrypto -lssl configure: error: "Unable to find libcrypto" [sfox]>ls /data/shawn.fox/repos/tp/openssl-102u-install/lib engines libcrypto.so libssl.a libssl.so.1.0.0 libcrypto.a libcrypto.so.1.0.0 libssl.so pkgconfig Config command as follows which is how I've configured the build in the past. ./configure --prefix=$SANTUARIO_INSTALL --with-xerces=$XERCESCROOT --with-xalan=$XALANCROOT --with-openssl=$OPENSSL_INSTALL CFLAGS=-m64 CPPFLAGS=-m64 echo $OPENSSL_INSTALL /data/shawn.fox/repos/tp/openssl-102u-install echo $XERCESCROOT /data/shawn.fox/repos/tp/xerces-c-3.2.4-install/release echo $XALANCROOT /data/shawn.fox/repos/tp/xalan_c-1.12-install/release/ Am I misunderstanding something? It's not clear to me why the configuration cannot find the library in question. I've read Apache Santuario -- c_installation<https://santuario.apache.org/cinstallation.html> and I have built previous version of Santuario in a similar fashion with older versions of ssl. Thanks, Shawn Fox
