mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
missing symbol on startup #10852
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#10852
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mgaulton on GitHub (Sep 5, 2020).
Please provide the following information
qBittorrent version and Operating System
qbittorrent 4.2.5
Opensuse Tumbleweed
If on linux, libtorrent-rasterbar and Qt version
no Qt
libtorrent-rasterbar is 1.2.9
What is the problem
I had to rebuild my server after a disk failure.
Previously, running same os etc but going through upgrade path, I was able to run up until libsll48 was made the default.
I can't find libssl47 for tumbleweed currently to downgrade.
I now get this error which seems to indicate the symbol doesn't exist in libssl48
/usr/bin/qbittorrent-nox: symbol lookup error: /usr/bin/qbittorrent-nox: undefined symbol: _ZNK10libtorrent5entry4dictB5cxx11Ev
What is the expected behavior
libssl48 would allow for running
Steps to reproduce
install tumbleweed, install qbit from repos
Extra info(if any)
(type here)
@FranciscoPombal commented on GitHub (Sep 5, 2020):
The problem isn't
libssl. It's the way OpenSUSE is packaging libtorrent. The easiest workaround is to build libtorrent yourself in C++14 mode. Duplicate of https://github.com/qbittorrent/qBittorrent/issues/13322, read it for more info.