Zoom Newer Version needed 5.9.3 no work xcfe

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
Freesongs
White ninja
White ninja
Posts: 4
Joined: 21 Apr 2023, 17:22
Distribution: 5.0_OCR3

Zoom Newer Version needed 5.9.3 no work xcfe

Post#1 by Freesongs » 21 Apr 2023, 17:35

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.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3882
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#2 by Blaze » 22 Apr 2023, 17:23

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
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#3 by rych » 25 Apr 2023, 10:01

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.

Freesongs
White ninja
White ninja
Posts: 4
Joined: 21 Apr 2023, 17:22
Distribution: 5.0_OCR3

Zoom Newer Version needed 5.9.3 no work xcfe

Post#4 by Freesongs » 25 Apr 2023, 12:23

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.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3882
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#5 by Blaze » 25 Apr 2023, 14:38

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.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Freesongs
White ninja
White ninja
Posts: 4
Joined: 21 Apr 2023, 17:22
Distribution: 5.0_OCR3

Zoom Newer Version needed 5.9.3 no work xcfe

Post#6 by Freesongs » 25 Apr 2023, 21:55

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

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Zoom Newer Version needed 5.9.3 no work xcfe

Post#7 by babam » 25 Apr 2023, 23:41

Code: Select all

getpkg xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm
Sorry, my English is bad.

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#8 by rych » 26 Apr 2023, 10:06

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

User avatar
Blaze
DEV Team
DEV Team
Posts: 3882
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#9 by Blaze » 26 Apr 2023, 10:27

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.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

beny
Full of knowledge
Full of knowledge
Posts: 2092
Joined: 02 Jan 2011, 11:33
Location: italy

Zoom Newer Version needed 5.9.3 no work xcfe

Post#10 by beny » 26 Apr 2023, 11:05

No root allowed for zoom,only guest

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#11 by rych » 27 Apr 2023, 06:51

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?

User avatar
Blaze
DEV Team
DEV Team
Posts: 3882
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#12 by Blaze » 27 Apr 2023, 12:10

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
?
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#13 by rych » 29 Apr 2023, 08:58

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

User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#14 by wread » 04 May 2023, 19:26

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)
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

User avatar
Blaze
DEV Team
DEV Team
Posts: 3882
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Zoom Newer Version needed 5.9.3 no work xcfe

Post#15 by Blaze » 05 May 2023, 05:03

How about to try zoom and his deps in Always Fresh mode?
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Post Reply