Hi,

I'm trying to compile bareos on arch. This worked in the past, but since arch switched to openssl 3.x from openssl 1.x, bareos fails to compile due to using deprecated functions:

HMAC_CTX_new, HMAC_Init_ex, HMAC_Update, HMAC_Final, SHA256_Init, SHA256_Update, SHA256_Final

I was also trying to tell cmake to use openssl-1.1 which is provided on arch in /usr/include/openssl-1.1/openssl and /usr/lib/openssl-1.1, but I fail to give cmake the proper configuration.

Can anyone please point me either at some branch or patch, that makes bareos compile with openssl 3.x, or enlighten me on how to tell cmake to search for libcrypto.so in a non-default location?

regards,
Erich

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/81353182-1773-6d77-e77f-37b3c378cab9%40eckner.net.

Reply via email to