Re: Zoom and linuxolator

2020-03-28 Thread Amit Yaron

Hi,
I have a similar problem, but I'll try to do my best.
First, if you need library files that do not exist, go and find the rpm 
packages in which the shared object exist from:

http://mirror.centos.org/centos-7/7.7.1908/os/x86_64/Packages/

A good resource for finding the relevant rpm package by shared object is:
https://pkgs.org

I guess the rest is a problem of environment variables (for example: 
when XDG_RUNTIME_DIR is not defined, Zoom creates it for you, but when 
it is defined, a sub-directory named 'pulse' is created as well).

Maybe, the following page can help:
https://github.com/pyqt/python-qt5/wiki/Qt-Environment-Variable-Reference

... and contact Zoom's support team.

On 27.3.2020 14:21, Alexandr Krivulya wrote:

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 copied application starts and 
crashed with following error:


zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: ][client: Linux][OS: 
CentOS Linux 7 (Core)][Hardware: CPU Core:8 Frenquency:2.2 G Memory 
size:16227MB CPU Brand:Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz GPU 
Brand:][Req ID: ]

Linux Client Version is 3.5.361976.0301
QSG_RENDER_LOOP is
XDG_CURRENT_DESKTOP = KDE;   GDMSESSION =
Graphics Card Info::
Zoom package arch is 64bit, runing OS arch is x86_64
AppIconMgr::systemDesktopName log Desktop Name: 
/usr/local/share/xsessions/plasma

qt.svg: link image0 hasn't been detected!
qt.svg: :/images/wechat.svg:10:6: Could not resolve property: pattern0
setsockopt(SOL_SOCKET, SO_PASSCRED): Протокол недоступен
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting.

ExceptionHandler::SendContinueSignalToChild sys_write failed:Обрыв канала
ExceptionHandler::GenerateDump waitpid failed:Неправильный дескриптор 
файла
ExceptionHandler::WaitForContinueSignal sys_read failed:Неправильный 
дескриптор файла

Abort (core dumped)
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to 
"freebsd-emulation-unsubscr...@freebsd.org"


___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Zoom and linuxolator

2020-03-28 Thread Alexandr Krivulya

27.03.20 20:57, Theron пишет:

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 ".".




chrpath -l /compat/linux/opt/zoom/ZoomLauncher
/compat/linux/opt/zoom/ZoomLauncher: no rpath or runpath tag found.

___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"