Skip to content

xmlsec error #713

Answered by lsh123
idlebrain001 asked this question in Q&A
Discussion options

You must be logged in to vote

You are correct, it can't find libxmlsec1-openssl shared library:

func=xmlSecCryptoDLLibraryCreate:file=dl.c:line=146:obj=lt_dlopenext:subj=unknown:error=7:io function failed:filename=libxmlsec1-openssl

For setting LD_LIBRARY_PATH for apache, check out this guidelines (it's more complicated than just setting it in the profile):

https://serverfault.com/questions/424997/how-to-set-ld-library-path-on-vps-red-hat-linux-to-be-visible-by-apache

Also make sure that dependency libraries (e.g. openssl itself) is also in the LD_LIBRARY_PATH. If you are still having problems, try to also set LTDL_LIBRARY_PATH as well in the same way (libltdl sometime is picky).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lsh123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants