Article 6K342 Zoom on LiveSlak - Library issues

Zoom on LiveSlak - Library issues

by
business_kid
from LinuxQuestions.org on (#6K342)
I tried installing the 'Other Linux' tarball of Zoom-5.15.10 on my live usb, but it won't run, and just returns a prompt. It's missing libraries, and libcef.so at least is in /opt/zoom, because I see it.
I did try adding /opt/zoom to/etc/ld.so.conf, but nothing fixes the errors. Here's the dialogue Code:live@darkstar:~$ sudo nano /etc/ld.so.conf
Password:
live@darkstar:~$ sudo /sbin/ldconfig
live@darkstar:~$ ldd /opt/zoom/zoom |grep found
libcef.so => not found
libffmpeg.so => not found
libQt5QuickWidgets.so.5 => not found
libQt5Quick.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5X11Extras.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Qml.so.5 => not found
libQt5Network.so.5 => not found
libQt5DBus.so.5 => not found
libQt5Xml.so.5 => not found
libQt5Core.so.5 => not found
live@darkstar:~$ export LD_LIBRARY_PATH=/opt/zoom:$LD_LIBRARY_PATH;
live@darkstar:~$ /sbin/ldconfig
/sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
live@darkstar:~$ sudo /sbin/ldconfig
live@darkstar:~$ ldd /opt/zoom/zoom |grep found
libcef.so => not found
libffmpeg.so => not found
libQt5QuickWidgets.so.5 => not found
libQt5Quick.so.5 => not found
libQt5Widgets.so.5 => not found
libQt5X11Extras.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Qml.so.5 => not found
libQt5Network.so.5 => not found
libQt5DBus.so.5 => not found
libQt5Xml.so.5 => not found
libQt5Core.so.5 => not found
live@darkstar:~$Now sure, I acknowledge
  1. There's some very fancy stuff going on on that live usb.
  2. Zoom certainly taints that.
  3. There might be a library shortage because I'm using the XFCE flavour of the Live USB, although I do have Multilib & wine-7.3 on it as well.
All that said, how can I fix this issue?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments