LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-19-2020, 10:29 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,359

Rep: Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333
Zoom & Qt5 stuff


Code:
bash-5.0$ /opt/zoom/zoom
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
/opt/zoom/zoom: symbol lookup error: /opt/zoom/imageformats/libqsvg.so: undefined symbol: _ZdlPvm, version Qt_5
bash-5.0$ /opt/zoom/zoom.sh #This is their debug mode!
=============================================================================================
This is debug mode of zoom client. Once crash, zoom will generate core dump under this mode.
=============================================================================================
The current core dump file is "core".
Do you want to modify the default core dump file name?
 (yes) or (no):n
current user role:
dec
/opt/zoom
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: 50:B7:C3:50:D6:B5][client: Linux][OS: Slackware 14.2 x86_64 (post 14.2 -current)][Hardware: CPU Core:2 Frenquency:2.4 G Memory size:5840MB CPU Brand:       Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz GPU Brand:][Req ID: ]
Linux Client Version is 5.3.472687.1012
QSG_RENDER_LOOP is 
XDG_CURRENT_DESKTOP = XFCE;   GDMSESSION = 
Graphics Card Info:: 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Zoom package arch is 64bit, runing OS arch is x86_64
AppIconMgr::systemDesktopName log Desktop Name: xfce 
qt.svg: link image0 hasn't been detected!
qt.svg: :/images/wechat.svg:10:6: Could not resolve property: pattern0
error was 0
          
And it starts up with no error :-o
Could this be my local Qt-5.15.1 interfering with zoom's older Qt? Or should I be doing something about the picture format
 
Old 10-19-2020, 11:27 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by business_kid View Post
Could this be my local Qt-5.15.1 interfering with zoom's older Qt?
might be: you can check that removing the bundled Qt5 stuff from the zoom tarball, like described here

https://www.linuxquestions.org/quest...2/#post6121443
 
Old 10-19-2020, 01:10 PM   #3
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
I'm running Zoom 5.3.472687.1012 on -current (from the SBo SlackBuild, but version bumped), not seeing any errors with qt5-5.15.1-x86_64-2 installed.
 
Old 10-20-2020, 03:34 AM   #4
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
I just upgraded to 5.3.472687.1012, all is working well. I use my own SlackBuild but the only real differences are I use the zoom_x86_64.rpm as my source and install to /usr/lib64/zoom-client.
 
Old 10-20-2020, 05:30 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,359

Original Poster
Rep: Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333
Quote:
Originally Posted by drgibbon View Post
I'm running Zoom 5.3.472687.1012 on -current (from the SBo SlackBuild, but version bumped), not seeing any errors with qt5-5.15.1-x86_64-2 installed.
Interesting. I have the unzipped tar (Zoom 5.3.472687.1012) in /opt, & qt5-5.15.1-x86_64-1 from Alien Bob. The -1 & -2 are Slackware in-house things afaict, and not a package version.I also have a recently decent qt5-webkit - 5.212 or somesuch.

The only other thing that strikes me is that the zoom.sh alters the LD_LIBRARY_PATH, to /opt/zoom
Code:
#From /opt/zoom/zoom.sh

#LD_LIBRARY_PATH=$dirname/Qt/lib
LD_LIBRARY_PATH=$dirname
export LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
ulimit -c unlimited
$dirname/$appname "$@"
So the difference is that in running the zoom binary, the system has the run of my various libraries, but in zoom.sh it doesn't

EDIT: Well, another idea bites the dust. To test the LD_LIBRARY_PATH idea I hacked the script, set "LD_LIBRARY_PATH=$dirname" to "LD_LIBRARY_PATH=LD_LIBRARY_PATH:$dirname". And still, /opt/zoom/zoom.sh starts, but /opt/zoom/zoom pukes
Quote:
bash-5.0$ /opt/zoom/zoom
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
/opt/zoom/zoom: symbol lookup error: /opt/zoom/imageformats/libqsvg.so: undefined symbol: _ZdlPvm, version Qt_5

Last edited by business_kid; 10-20-2020 at 05:50 AM.
 
Old 10-20-2020, 06:46 AM   #6
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,073

Rep: Reputation: 745Reputation: 745Reputation: 745Reputation: 745Reputation: 745Reputation: 745Reputation: 745
Never had any problems with interference between Slackware's qt5 (right now qt5-5.15.1-x86_64-2) and the qt stuff that's part of zoom and resides in /opt/zoom-linux (right now qt5-5.9.9).

You write that you have the unzipped zoom tar in /opt, so apparently you haven't built and installed a SBo package. Maybe worth a try, since that solution works for me, and apparently for christretusn and drgibbon as well.

EDIT the -1 and -2 (et cetera) do indeed signify package versions, and sometimes that can be of great importance. From the Slackware changelog:
Quote:
Wed Oct 14 03:52:13 UTC 2020
l/qt5-5.15.1-x86_64-2.txz: Rebuilt.
Recompiled against llvm-11.0.0.
Which is why reading the changelog is important for -current users.

Last edited by kgha; 10-20-2020 at 06:56 AM.
 
Old 10-20-2020, 10:29 AM   #7
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by business_kid View Post
Interesting. I have the unzipped tar (Zoom 5.3.472687.1012) in /opt, & qt5-5.15.1-x86_64-1 from Alien Bob. The -1 & -2 are Slackware in-house things afaict, and not a package version.
Yeah the number at the end is just the build number, but compile options could have changed or whatever.

Quote:
Originally Posted by business_kid View Post
The only other thing that strikes me is that the zoom.sh alters the LD_LIBRARY_PATH
The normal way to start it is with the 'ZoomLauncher' binary. For what it's worth, if i run the 'zoom' binary I also get:
Code:
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
./zoom: symbol lookup error: /opt/zoom-linux/imageformats/libqsvg.so: undefined symbol: _ZdlPvm, version Qt_5
but no problems with ZoomLauncher.
 
Old 10-20-2020, 10:29 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,359

Original Poster
Rep: Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333
Yeah, you're right. Just lazy, I guess. I'll set about it. I just altered the entry in startup to zoom.sh, but that's the lazy way.
 
Old 10-20-2020, 10:52 AM   #9
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Hm, well ZoomLauncher is the usual way to start it from what I can see (e.g., SlackBuild on SBo will give you a desktop entry pointing to ZoomLauncher right from the start).
 
Old 10-20-2020, 12:06 PM   #10
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
I get no errors when launching zoom.
 
Old 10-25-2020, 02:47 PM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,359

Original Poster
Rep: Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333
Marked solved because ZoomLauncher works here too. It used barf on the 1st version, but they obviously fixed that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Forget About Zoom — Here are 3 Open Source Zoom Alternatives LXer Syndicated Linux News 3 12-12-2020 03:39 PM
why would my columns in LibreOffice separate as zoom out and overlap as zoom in 1sweetwater! Linux - Software 18 02-10-2015 08:50 AM
Query regarding "Zoom in" and "Zoom Out" on Fedora-17 ajaygarg Linux - Desktop 2 12-03-2012 11:59 PM
Zoom Zoom barnelli-jones LinuxQuestions.org Member Intro 1 06-27-2012 08:55 PM
plasma hangs - zoom out but no zoom in CollieJim Linux - Desktop 3 04-06-2010 08:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration