FS#53578 - [teamspeak] Teamspeak doesn't start with [testing] openssl
Attached to Project:
Community Packages
Opened by Dario Ostuni (dariost) - Wednesday, 05 April 2017, 19:49 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 16 April 2017, 14:34 GMT
Opened by Dario Ostuni (dariost) - Wednesday, 05 April 2017, 19:49 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 16 April 2017, 14:34 GMT
|
Details
Description:
After installing openssl 1.1.0.e-1 teamspeak doesn't start anymore, it gives the following error: $ teamspeak3 ./ts3client_linux_amd64: ./libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libQt5Network.so.5) ./ts3client_linux_amd64: ./libssl.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libQt5Network.so.5) Additional info: openssl 1.1.0.e-1 openssl-1.0 1.0.2.k-3 teamspeak3 3.1.3-2 |
This task depends upon
see https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/teamspeak3#n34
include again the bundle qt5 solve the problem
the patch also remove the insecure RPATH adding chrpath to makedepends and patch the executable with it
greetings
http://wstaw.org/m/2017/04/13/Screenshot_20170413_194408.png
EDIT: seems break when open the TS options
https://sl1pkn07.wtf/paste/view/d38c9e45
EDIT2: incremental patch
https://sl1pkn07.wtf/paste/view/022dea02
now open the options without crash.
also remove the sed lines because do nothing in the ts3client_runscript.sh script
While you're at it.
Why use the /usr/bin/teamspeak3 wrapper when a symlink will suffice?
Edit:
Tools -> Options -> Addons
Browsing doesn't work. Is this still related or does it deserve a seperate issue?
Edit 2:
Also this:
Installed Qt WebEngine locales directory not found at location /opt/teamspeak3/translations/qtwebengine_locales. Trying application directory...
but the directory is here: /opt/teamspeak3/qtwebengines_locales
The qtwebengine_locales thing doesn't appear to cause the problem with the browsing not working. I moved the locales to the directory it was searching in and it apparently found it because it didn't error again but the browsing still doesn't work. Also, I believe the browsing not working probably is due to another issue.
I'm going to close this issue. Please make a new one for the browsing problems.