Page 1 of 3

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 21 Apr 2023, 17:35
by Freesongs
Does anyone have an xzm of a newer version of the Zoom program for Virtual meetings? I am using Porteus Desktop 5.0 OCR3 because when I upgrade to the final version of 5.0 it does not allow me to start up with 2 monitors which I need because one is not easy to view with the xcfe desktop

Zoom 5.9.3 is on the forums and I have that but it no longer works. Zoom says needs to be 5.10 or higher.

I downloaded the deb file from Zoom and tried each of the tools to convert deb to xzm and neither would start after I activated them.

If not does anyone know what dependencies I would be missing. I am a novice and mostly use xzm files and rarely use the console so I cannot do a lot there.

Thank you in advance.

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 22 Apr 2023, 17:23
by Blaze
Hi Freesongs.
Yes, I have zoom-linux-5.14.5-x86_64-1bl_bundle.xzm (but I tested it in Cinnamon)
Freesongs wrote:
21 Apr 2023, 17:35
If not does anyone know what dependencies I would be missing.

Code: Select all

su
toor
getpkg xcb-util-image xcb-util-keysyms

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 25 Apr 2023, 10:01
by rych
Blaze wrote:
22 Apr 2023, 17:23
I have zoom-linux-5.14.5-x86_64-1bl_bundle.xzm
Thanks, but running it in OpenBox, with or without the xcb-util-image, xcb-util-keysyms (but I'm sure I already had those, how to check?) ... doesn't work. In a terminal, `zoom` simply doesn't start and prints no messages.

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 25 Apr 2023, 12:23
by Freesongs
Thanks Blaze. I tried the
su
toor
getpkg xcb-util-image xcb-util-keysyms
and got the error message could not find and went to the page and found what works is
su
toor
getpkg xcb-util-image xcb-util-keysyms-0.4.1-x86_64-1.txz

So I successfully got keysyms and activated it with the Zoom xzm you gave me and Zoom did not actually start.
Same thing with the converted deb file from deb to xzm from Zoom and keysyms.

Still experimenting and if anyone else has info or xzm that works, please post it.

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 25 Apr 2023, 14:38
by Blaze
rych wrote:
25 Apr 2023, 10:01
In a terminal, `zoom` simply doesn't start and prints no messages.
you must to run

Code: Select all

/opt/zoom/ZoomLauncher
Freesongs, this is strange, coz it works for me fine
Image
Activate my module and check missing deps via command

Code: Select all

ldd /opt/zoom/zoom
I have this output

Code: Select all

# ldd /opt/zoom/zoom
	linux-vdso.so.1 (0x00007fff317ef000)
	libcef.so => not found
	libffmpeg.so => not found
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f7ab4b38000)
	libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f7ab49f7000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f7ab49f2000)
	libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f7ab49c7000)
	libxcb-xfixes.so.0 => /usr/lib64/libxcb-xfixes.so.0 (0x00007f7ab49be000)
	libxcb-shape.so.0 => /usr/lib64/libxcb-shape.so.0 (0x00007f7ab49b8000)
	libxcb-shm.so.0 => /usr/lib64/libxcb-shm.so.0 (0x00007f7ab49b3000)
	libxcb-randr.so.0 => /usr/lib64/libxcb-randr.so.0 (0x00007f7ab49a1000)
	libxcb-image.so.0 => /usr/lib64/libxcb-image.so.0 (0x00007f7ab499b000)
	libxcb-keysyms.so.1 => /usr/lib64/libxcb-keysyms.so.1 (0x00007f7aaa9f9000)
	libxcb-xtest.so.0 => /usr/lib64/libxcb-xtest.so.0 (0x00007f7aaa9f4000)
	libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007f7aaa9eb000)
	libXtst.so.6 => /usr/lib64/libXtst.so.6 (0x00007f7aaa9e3000)
	libgio-2.0.so.0 => /usr/lib64/libgio-2.0.so.0 (0x00007f7aaa810000)
	libgobject-2.0.so.0 => /usr/lib64/libgobject-2.0.so.0 (0x00007f7aaa7b6000)
	libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x00007f7aaa7ad000)
	libgbm.so.1 => /usr/lib64/libgbm.so.1 (0x00007f7aaa79d000)
	libdrm.so.2 => /usr/lib64/libdrm.so.2 (0x00007f7aaa789000)
	libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f7aaa655000)
	libdbus-1.so.3 => /usr/lib64/libdbus-1.so.3 (0x00007f7aaa601000)
	libQt5QuickWidgets.so.5 => not found
	libQt5Quick.so.5 => not found
	libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5 (0x00007f7aa9f72000)
	libQt5X11Extras.so.5 => /usr/lib64/libQt5X11Extras.so.5 (0x00007f7aa9f6b000)
	libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5 (0x00007f7aa984a000)
	libQt5Qml.so.5 => not found
	libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5 (0x00007f7aa96ad000)
	libQt5DBus.so.5 => /usr/lib64/libQt5DBus.so.5 (0x00007f7aa961b000)
	libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5 (0x00007f7aa90c8000)
	libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007f7aa903a000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7aa9035000)
	libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f7aa8e21000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f7aa8d3d000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f7aa8b21000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f7ab4b58000)
	libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x00007f7aa8b06000)
	libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f7aa8b01000)
	libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007f7aa8af9000)
	libxcb-util.so.1 => /usr/lib64/libxcb-util.so.1 (0x00007f7aa8af1000)
	libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f7aa8adb000)
	libXi.so.6 => /usr/lib64/libXi.so.6 (0x00007f7aa8ac8000)
	libz.so.1 => /lib64/libz.so.1 (0x00007f7aa8aae000)
	libmount.so.1 => /lib64/libmount.so.1 (0x00007f7aa8a51000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f7aa8a3e000)
	libffi.so.7 => /usr/lib64/libffi.so.7 (0x00007f7aa8a32000)
	libwayland-server.so.0 => /usr/lib64/libwayland-server.so.0 (0x00007f7aa8a19000)
	libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007f7aa89e9000)
	libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f7aa8971000)
	libelogind.so.0 => /lib64/libelogind.so.0 (0x00007f7aa88c7000)
	libpng16.so.16 => /usr/lib64/libpng16.so.16 (0x00007f7aa8891000)
	libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f7aa883d000)
	libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007f7aa87a6000)
	libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00007f7aa84c0000)
	libicui18n.so.69 => /usr/lib64/libicui18n.so.69 (0x00007f7aa8190000)
	libicuuc.so.69 => /usr/lib64/libicuuc.so.69 (0x00007f7aa7f96000)
	libicudata.so.69 => /usr/lib64/libicudata.so.69 (0x00007f7aa643d000)
	libpcre2-16.so.0 => /usr/lib64/libpcre2-16.so.0 (0x00007f7aa63af000)
	libzstd.so.1 => /lib64/libzstd.so.1 (0x00007f7aa62f1000)
	libgthread-2.0.so.0 => /usr/lib64/libgthread-2.0.so.0 (0x00007f7aa62ec000)
	libGLX.so.0 => /usr/lib64/libGLX.so.0 (0x00007f7aa62b9000)
	libGLdispatch.so.0 => /usr/lib64/libGLdispatch.so.0 (0x00007f7aa6200000)
	libblkid.so.1 => /lib64/libblkid.so.1 (0x00007f7aa61ab000)
	libcap.so.2 => /lib64/libcap.so.2 (0x00007f7aa619e000)
	libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f7aa60c7000)
	libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f7aa6099000)
	libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f7aa6093000)
	libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f7aa6082000)
	libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f7aa607b000

Code: Select all

# ldd /opt/zoom/zoom | grep found
	libcef.so => not found
	libffmpeg.so => not found
	libQt5QuickWidgets.so.5 => not found
	libQt5Quick.so.5 => not found
	libQt5Qml.so.5 => not found
Отправлено спустя 3 минуты 17 секунд:
Freesongs wrote:
25 Apr 2023, 12:23
su
toor
getpkg xcb-util-image xcb-util-keysyms
and got the error message could not find and went to the page and found what works is
Image

Отправлено спустя 12 минут 35 секунд:
Seems I know that's the problem. I have activated
qt5-base-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
+ you can activate:
qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
open terminal and run:

Code: Select all

su
toor
echo '/opt/zoom/cef' >> /etc/ld.so.conf
echo 'ldconfig' >> /etc/rc.d/rc.local
ldconfig
ldd /opt/zoom/zoom | grep found
and all dependencies of zoom will be closed.

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 25 Apr 2023, 21:55
by Freesongs
Thank you Blaze I did duplicate the output and got 2 files of dependencies
xcb-util-keysyms-0.4.1-x86_64-0.xzm
xcb-util-image-0.4.0-x86_64-5.xzm

I activated those with the Zoom module and it shows in the menu but when I select it nothing happens

I then followed your next suggestion
+ you can activate:
qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
open terminal and run:

then I loaded
xcb-util-keysyms-0.4.1-x86_64-0.xzm
xcb-util-image-0.4.0-x86_64-5.xzm
and the Zoom file and got a menu item but nothing happened when clicking on it.

I also tried with the file I downloaded from Zoom site and converted to xzm

If anyone has a combined xzm with the dependencies included I would like to try that if possible.

Thanks for your help Blaze

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 25 Apr 2023, 23:41
by babam

Code: Select all

getpkg xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 26 Apr 2023, 10:06
by rych
Blaze, It doesn't run anyway:

Code: Select all

root@porteus:~# /opt/zoom/zoom
/opt/zoom/zoom: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory
root@porteus:~# zoom
root@porteus:~# /opt/zoom/ZoomLauncher 
root@porteus:~# zoom
Although I have less same missing dependencies as you:

Code: Select all

# ldd /opt/zoom/zoom | grep found
	libcef.so => not found
	libffmpeg.so => not found
	libQt5QuickWidgets.so.5 => not found
	libQt5Quick.so.5 => not found

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 26 Apr 2023, 10:27
by Blaze
rych,
open terminal and run:

Code: Select all

su
toor
echo '/opt/zoom/cef' >> /etc/ld.so.conf
echo 'ldconfig' >> /etc/rc.d/rc.local
ldconfig
ldd /opt/zoom/zoom | grep found
and all dependencies of zoom will be closed.

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 26 Apr 2023, 11:05
by beny
No root allowed for zoom,only guest

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 27 Apr 2023, 06:51
by rych
Blaze wrote:
26 Apr 2023, 10:27
all dependencies of zoom will be closed
Not all:

Code: Select all

# /opt/zoom/zoom
/opt/zoom/zoom: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory
# echo $LD_LIBRARY_PATH

# LD_LIBRARY_PATH=/opt/zoom/cef      /opt/zoom/zoom
/opt/zoom/zoom: error while loading shared libraries: libQt5QuickWidgets.so.5: cannot open shared object file: No such file or directory
Where do I get those missing Qt5 libraries from, I forget?

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 27 Apr 2023, 12:10
by Blaze
rych wrote:
27 Apr 2023, 06:51
/opt/zoom/zoom: error while loading shared libraries: libQt5QuickWidgets.so.5: cannot open shared object file: No such file or directory

Code: Select all

# lsxzm qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm | grep libQt5QuickWidgets.so.5
/usr/lib64/libQt5QuickWidgets.so.5
/usr/lib64/libQt5QuickWidgets.so.5.15
/usr/lib64/libQt5QuickWidgets.so.5.15.3
qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
rych wrote:
27 Apr 2023, 06:51
/opt/zoom/zoom: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory

Code: Select all

# lsxzm zoom-linux-5.14.5-x86_64-1bl_bundle.xzm | grep libcef
/opt/zoom/cef/libcef.so

su
toor
echo '/opt/zoom/cef' >> /etc/ld.so.conf
echo 'ldconfig' >> /etc/rc.d/rc.local
ldconfig
ldd /opt/zoom/zoom | grep found
?

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 29 Apr 2023, 08:58
by rych
After activating the
Blaze wrote:
27 Apr 2023, 12:10
qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
... the error becomes:

Code: Select all

root@porteus:~# LD_LIBRARY_PATH=/opt/zoom/cef      /opt/zoom/zoom
/opt/zoom/zoom: symbol lookup error: /opt/zoom/zoom: undefined symbol: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13find_first_ofEPKcmm, version Qt_5

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 04 May 2023, 19:26
by wread
Hi all!
to find the "undefined symbol" you need to install qt5-15.9 from slackware current.....and this leads you to a long chain of updates starting with libssl.so ,etc. etc.
In other words, it is better to start thinking of porteus 6.0 or whatever....
Meanwhile zoom-5.9.3 does the job, or not?

B)

Zoom Newer Version needed 5.9.3 no work xcfe

Posted: 05 May 2023, 05:03
by Blaze
How about to try zoom and his deps in Always Fresh mode?