I am trying to setup SAML based SSO using mod_auth_mellon on apache HTTP running RHEL 7.9, but getting these errors in apache logs. Can someone please help me here? I have all the libraries and LD_LIBRARY_PATH is also defined.
{ "timestamp":"Wed Oct 25 01:48:50 2023TWed Oct 25 01:48:50 2023.2023-10-25 01:48:50Z", "function" : "[core:notice]" , "process" : "[pid 18269:tid 139762094909312]" , "message" : "AH00094: Command line: '/apps/apache/2.4.57/bin/httpd -f /apps/apache/conf/httpd.conf'" , "referer" : },
func=xmlSecCryptoDLLibraryCreate:file=dl.c:line=146:obj=lt_dlopenext:subj=unknown:error=7:io function failed:filename=libxmlsec1-openssl
func=xmlSecCryptoDLGetLibraryFunctions:file=dl.c:line=498:obj=unknown:subj=xmlSecCryptoDLLibraryCreate:error=1:xmlsec library function failed:crypto=openssl
func=xmlSecCryptoDLLoadLibrary:file=dl.c:line=449:obj=unknown:subj=xmlSecCryptoDLGetLibraryFunctions:error=1:xmlsec library function failed:
(process:18274): Lasso-CRITICAL **: 01:48:50.626: 2023-10-25 01:48:50 (lasso.c/:182) Unable to load default xmlsec-crypto library. Make surethat you have it installed and check shared libraries path(LD_LIBRARY_PATH) environment variable.
func=xmlSecCryptoDLLibraryCreate:file=dl.c:line=146:obj=lt_dlopenext:subj=unknown:error=7:io function failed:filename=libxmlsec1-openssl
func=xmlSecCryptoDLGetLibraryFunctions:file=dl.c:line=498:obj=unknown:subj=xmlSecCryptoDLLibraryCreate:error=1:xmlsec library function failed:crypto=openssl
func=xmlSecCryptoDLLoadLibrary:file=dl.c:line=449:obj=unknown:subj=xmlSecCryptoDLGetLibraryFunctions:error=1:xmlsec library function failed:
Trying to setup SAML based SSO using mod_auth_mellon.so on RHEL apache http server.