Hello, I'm building bacula 15.0.2 on FreeBSD 14.2 - and looking to establish if the client is capable of using zstd compression.
Original FreeBSD bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287403 The client does gzip compression, but they can't see to get zstd working. I was reading the docs, but https://www.bacula.org/15.0.x-manuals/en/main/index.html is giving a "503 Service Unavailable No server is available to handle this request." at present. The client I build looks like: nobody@142amd64-dvl:/usr/ports/sysutils/bacula15-client $ ldd /usr/local/sbin/bacula-fd /usr/local/sbin/bacula-fd: libintl.so.8 => /usr/local/lib/libintl.so.8 (0x390a11fc9000) libz.so.6 => /lib/libz.so.6 (0x390a1075a000) libbacfind-15.0.2.so => /usr/local/lib/libbacfind-15.0.2.so (0x390a10ef1000) libbaccfg-15.0.2.so => /usr/local/lib/libbaccfg-15.0.2.so (0x390a112b3000) libbac-15.0.2.so => /usr/local/lib/libbac-15.0.2.so (0x390a120d3000) libm.so.5 => /lib/libm.so.5 (0x390a12e86000) libthr.so.3 => /lib/libthr.so.3 (0x390a135dc000) libwrap.so.6 => /usr/lib/libwrap.so.6 (0x390a13c64000) libssl.so.30 => /usr/lib/libssl.so.30 (0x390a13cfc000) libcrypto.so.30 => /lib/libcrypto.so.30 (0x390a15bb0000) liblzo2.so.2 => /usr/local/lib/liblzo2.so.2 (0x390a14d40000) libc++.so.1 => /lib/libc++.so.1 (0x390a16494000) libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x390a1661e000) libc.so.7 => /lib/libc.so.7 (0x390a17375000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x390a18a5f000) [vdso] (0x390a10675000) I expected to see std mentioned... I tried building with --with-zstd in the build options - it did not change the above output. i.e --CONFIGURE_ARGS-- --disable-conio --enable-batch-insert --enable-smartalloc --sysconfdir=/usr/local/etc/bacula --with-baseport=9101 --with-db-name=bacula --with-db-user=bacula --with-dump-email=root@localhost --with-job-email=root@localhost --with-logdir=/var/log --with-plugindir=/usr/local/lib --with-readline=/usr/local --with-sbin-perm=755 --with-scriptdir=/usr/local/share/bacula --with-tcp-wrappers=/usr/lib --with-working-dir=/var/db/bacula --with-zstd --with-fd-group=wheel --with-fd-user=root --enable-client-only --enable-nls --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} Thank you. -- Dan Langille d...@langille.org _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users