>>>>> On Wed, 15 Nov 2023 16:47:34 +0100, Uwe Schuerkamp said:
> 
> 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.

Yes, I noticed that configure picks up the openssl binary in /usr/bin, but
that is a separate issue.  The binary is used to generate random passwords
during configure, but it is not used by the compiled Bacula code.

__Martin


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

Reply via email to