https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962
--- Comment #3 from groenv...@acm.org ---
The kernel does not offer bcmp:
$ nm /boot/kernel/kernel|grep -i bcmp
80cb4610 T timingsafe_bcmp
The port links vboxvfs.ko with a library that references bcmp
$ cat
/usr/ports/emulators/virt
Hi, emulation@ !
I'm trying to start Linux version of Zoom client [1] on my FreeBSD
(latest head) and I have two questions:
1. Why I need to copy all libraries from Zoom binary folder to
/compat/linux/lib64 because they are not found when application starts.
2. After all shared libraries are
Quoting Alexandr Krivulya (from Fri, 27 Mar
2020 15:21:49 +0200):
Hi, emulation@ !
I'm trying to start Linux version of Zoom client [1] on my FreeBSD
(latest head) and I have two questions:
1. Why I need to copy all libraries from Zoom binary folder to
/compat/linux/lib64 because the
27.03.20 19:29, Alexander Leidinger пишет:
Quoting Alexandr Krivulya (from Fri, 27 Mar
2020 15:21:49 +0200):
Hi, emulation@ !
I'm trying to start Linux version of Zoom client [1] on my FreeBSD
(latest head) and I have two questions:
1. Why I need to copy all libraries from Zoom binary f
Quoting Alexandr Krivulya (from Fri, 27 Mar
2020 20:27:21 +0200):
27.03.20 19:29, Alexander Leidinger пишет:
Quoting Alexandr Krivulya (from Fri, 27
Mar 2020 15:21:49 +0200):
Hi, emulation@ !
I'm trying to start Linux version of Zoom client [1] on my FreeBSD
(latest head) and I hav
On 2020-03-27 14:27, Alexandr Krivulya wrote:
Is it true even when executable and needed libraries are in the same
directory? In my case it is a same directory.
What are the executable's elf RPATH / RUNPATH ? IIRC this can be
configured to allow searching in ".".
Theron
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962
Mateusz Guzik changed:
What|Removed |Added
CC||m...@freebsd.org
--- Comment #4 fr