Hi again,

On Tue, Nov 14, 2023 at 03:29:26PM +0000, Martin Simmons wrote:


> 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.
> 

That's weird, this definitely did not work on my end when using the
--with-openssl-Flag. Configure would pick up the openssl binary in
/usr/bin, so I had to modify LD_LIBRARY_PATH, PATH and set these flags

LDFLAGS=-L/server/openssl-3.0.12/lib64
CFLAGS=-I/server/openssl-3.0.12/include/

in order to successfully compile bacula using the new ssl libraries.

All the best,

Uwe



-- 
Uwe Schürkamp // email: <uwe.schuerk...@bertelsmann.de>





_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to