https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253445
--- Comment #14 from Robert Wing <[email protected]> --- (In reply to [email protected] from comment #13) If you get around to it...try the following on your 13.0 machine and let us know if it works: # curl https://people.freebsd.org/~rew/libbe-D30636.so --output libbe-D30636.so # env LD_PRELOAD=/absolute/path/to/libbe-D30636.so /sbin/bectl -r tank list The curl command is downloading a patched version of the libbe library. This patched libbe version uses Wes's patch found at https://reviews.freebsd.org/D30636 You must pass the absolute path of the patched libbe library to LD_PRELOAD. -- You are receiving this mail because: You are on the CC list for the bug.
