Re: using zstd compression - any particular build options?
Martin Simmons <[email protected]>
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Wed, 11 Jun 2025 12:28:57 -0400, Dan Langille said: > > On Wed, Jun 11, 2025, at 12:11 PM, John Lockard wrote: > > I seem to remember that there's an error in the Makefile which won't enable zstd if lzo isn't also enabled. > > That part is interesting. My testing, with the --with-curl option mentioned earlier, reveals that GZIP and LTO compression options both yield a compressed FileSet. > > In particular, I tested LTO both with and without the --with-curl option - both resulted in non-zero values for "Software Compression" (e.g. 63.6% 2.7:1) > > zstd has no compression results, either with or without the --with-curl option. > I am composing another reply with more detail. Please post the lines from the configure output between checking for socket and checking for library containing dlopen __Martin