>>>>> On Tue, 14 Nov 2023 09:42:44 +0100, Uwe Schuerkamp said: > > Anyway, I compiled openssl-3.0.12 from source on the 20.04 director / > stored and provided the location to bacula's configure script using > the "--with-openssl" directive in order to recompile it using the new > libraries / binaries in /server/openssl-3.012 (the chosen installation > location for the modern openssl). > > Sadly, bacula's "configure" failed to pick up the correct location and > insisted on using the system-provided binaries and libraries from the > old, system-provided ssl installation, so I guess something is not > right w/r to bacula's configure option for openssl.
The --with-openssl=..path-to-openssl-install.. option works for me (Debian 11), where ..path-to-openssl-install.. is the path containing files like: include/openssl/ssl.h lib/libssl.so Also, LD_LIBRARY_PATH needs to be set at runtime. __Martin _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users