On Sun, Feb 02, 2025 at 03:30:57PM +0100, Kirill A. Korinsky wrote: > On Sun, 02 Feb 2025 15:11:05 +0100, > Chaz Kettleson <c...@pyr3x.com> wrote: > > > > Hello, > > > > Anyone use matterbridge https://github.com/42wim/matterbridge on > > OpenBSD? I'm running 7.6 and attempting to run the pre-built 1.26 binary > > for and get the following: > > > > # ./matterbridge-1.26.0-openbsd-64bit > > matterbridge-1.26.0-openbsd-64bit:./matterbridge-1.26.0-openbsd-64bit: > > undefined symbol 'syscall' > > ld.so: matterbridge-1.26.0-openbsd-64bit: lazy binding failed! > > Killed > > > > Some quick googling leads me to believe this is an issue with go-based > > binaries. > > > > https://forum.exercism.org/t/cli-errror-ld-so-exercism-lazy-binding-failed/8801 > > > > Is the expectation to build these from source on the target machine > > despite there being pre-built binaries available? > > > > The cleaner way is install it from ports. > > I do have plan to port it, but I not sure when. > > -- > wbr, Kirill >
I agree -- that was my next step after confirming it had to be built from source. I have a few cycles and can take a stab at porting it. -- Chaz