You are not logged in.

#1 2017-04-22 23:34:48

sato
Member
Registered: 2017-04-22
Posts: 5

libssl error : not found [SOLVED]

hey guys,

new install of Arch tried to run qbittorrent but it was throwing up this weird error message about being unable to locate the openssl stuff,

libssl.so.1.1 => not found
libcrypto.so.1.1 => not found

tried symlinking and read the documentation on the wiki but nothing at all seems to work and just seems like i'm breaking things further and further trying to get this stuff found. what's the easiest way to fix this problem before i completely just nuke the install and start over for the 20th time this month ?


$ qbittorrent
qbittorrent: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Last edited by sato (2017-04-23 00:11:03)

Offline

#2 2017-04-22 23:44:13

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,842
Website

Re: libssl error : not found [SOLVED]

How are you installing Arch? Please post your /etc/pacman.conf and /var/log/pacman.log.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2017-04-22 23:47:10

sato
Member
Registered: 2017-04-22
Posts: 5

Re: libssl error : not found [SOLVED]

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.


#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
[2017-04-23 08:12] [PACMAN] Running 'pacman -S qt4'
[2017-04-23 08:12] [ALPM] transaction started
[2017-04-23 08:12] [ALPM] installed qt4 (4.8.7-16)
[2017-04-23 08:12] [ALPM] transaction completed
[2017-04-23 08:12] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:12] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:12] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:12] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2017-04-23 08:24] [PACMAN] Running 'pacman -S libssl'
[2017-04-23 08:25] [PACMAN] Running 'pacman -S libssl1.0.0 libssl-dev'
[2017-04-23 08:25] [PACMAN] Running 'pacman -S libssl'
[2017-04-23 08:25] [PACMAN] Running 'pacman -S openssl'
[2017-04-23 08:25] [ALPM] transaction started
[2017-04-23 08:25] [ALPM] reinstalled openssl (1.0.2.k-1)
[2017-04-23 08:25] [ALPM] transaction completed
[2017-04-23 08:25] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:29] [PAMAC] synchronizing package lists
[2017-04-23 08:32] [PACMAN] Running 'pacman -S lib32-openssl-compatibility'
[2017-04-23 08:32] [PACMAN] Running 'pacman -S lib32-openssl'
[2017-04-23 08:32] [ALPM] transaction started
[2017-04-23 08:32] [ALPM] reinstalled lib32-openssl (1:1.0.2.k-1)
[2017-04-23 08:32] [ALPM] transaction completed
[2017-04-23 08:32] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:38] [PACMAN] Running 'pacman -Syu'
[2017-04-23 08:38] [PACMAN] synchronizing package lists
[2017-04-23 08:38] [PACMAN] starting full system upgrade
[2017-04-23 08:38] [PACMAN] Running 'pacman -Syuu'
[2017-04-23 08:38] [PACMAN] synchronizing package lists
[2017-04-23 08:38] [PACMAN] starting full system upgrade
[2017-04-23 08:38] [PACMAN] Running 'pacman -R qbittorrent'
[2017-04-23 08:38] [ALPM] transaction started
[2017-04-23 08:38] [ALPM] removed qbittorrent (3.3.11-1)
[2017-04-23 08:38] [ALPM] transaction completed
[2017-04-23 08:38] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:38] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:38] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:38] [PACMAN] Running 'pacman -S qbittorrent'
[2017-04-23 08:38] [ALPM] transaction started
[2017-04-23 08:38] [ALPM] installed qbittorrent (3.3.11-1)
[2017-04-23 08:38] [ALPM] transaction completed
[2017-04-23 08:38] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:38] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:38] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:40] [PACMAN] Running 'pacman -R qbittorrent'
[2017-04-23 08:40] [ALPM] transaction started
[2017-04-23 08:40] [ALPM] removed qbittorrent (3.3.11-1)
[2017-04-23 08:40] [ALPM] transaction completed
[2017-04-23 08:40] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:40] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:40] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:41] [PACMAN] Running 'pacman -R libtorrent-rasterbar'
[2017-04-23 08:41] [ALPM] transaction started
[2017-04-23 08:41] [ALPM] removed libtorrent-rasterbar (1:1.1.3-1)
[2017-04-23 08:41] [ALPM] transaction completed
[2017-04-23 08:41] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:41] [PACMAN] Running 'pacman -S qbittorrent'
[2017-04-23 08:41] [ALPM] transaction started
[2017-04-23 08:41] [ALPM] installed libtorrent-rasterbar (1:1.1.3-1)
[2017-04-23 08:41] [ALPM] installed qbittorrent (3.3.11-1)
[2017-04-23 08:41] [ALPM] transaction completed
[2017-04-23 08:41] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:41] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:41] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:50] [PACMAN] Running 'pacman -R qbittorrent'
[2017-04-23 08:50] [ALPM] transaction started
[2017-04-23 08:50] [ALPM] removed qbittorrent (3.3.11-1)
[2017-04-23 08:51] [ALPM] transaction completed
[2017-04-23 08:51] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:51] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:51] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:51] [PACMAN] Running 'pacman -R libtorrent*'
[2017-04-23 08:51] [PACMAN] Running 'pacman -R libtorrent-rasterbar'
[2017-04-23 08:51] [ALPM] transaction started
[2017-04-23 08:51] [ALPM] removed libtorrent-rasterbar (1:1.1.3-1)
[2017-04-23 08:51] [ALPM] transaction completed
[2017-04-23 08:51] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:51] [PACMAN] Running 'pacman -S utorrent'
[2017-04-23 08:52] [PACMAN] Running 'pacman -S transmission-cli'
[2017-04-23 08:52] [ALPM] transaction started
[2017-04-23 08:52] [ALPM] installed transmission-cli (2.92-5)
[2017-04-23 08:52] [ALPM] transaction completed
[2017-04-23 08:52] [ALPM] running 'systemd-sysusers.hook'...
[2017-04-23 08:52] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-04-23 08:52] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:52] [PACMAN] Running 'pacman -S transmission'
[2017-04-23 08:52] [PACMAN] Running 'pacman -S transmission-gtk'
[2017-04-23 08:52] [ALPM] transaction started
[2017-04-23 08:52] [ALPM] reinstalled transmission-gtk (2.92-5)
[2017-04-23 08:52] [ALPM] transaction completed
[2017-04-23 08:52] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 08:52] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:52] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 08:52] [PACMAN] Running 'pacman -S transmission-qt'
[2017-04-23 08:52] [ALPM] transaction started
[2017-04-23 08:52] [ALPM] installed transmission-qt (2.92-5)
[2017-04-23 08:52] [ALPM] transaction completed
[2017-04-23 08:52] [ALPM] running 'systemd-update.hook'...
[2017-04-23 08:52] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 09:23] [PACMAN] Running 'pacman -S deluge'
[2017-04-23 09:23] [ALPM] transaction started
[2017-04-23 09:23] [ALPM] installed python2-xdg (0.25-4)
[2017-04-23 09:23] [ALPM] installed libtorrent-rasterbar (1:1.1.3-1)
[2017-04-23 09:23] [ALPM] installed python2-zope-interface (4.3.3-3)
[2017-04-23 09:23] [ALPM] installed python2-click (6.7-1)
[2017-04-23 09:23] [ALPM] installed python2-incremental (16.10.1-2)
[2017-04-23 09:23] [ALPM] installed python2-constantly (15.1.0-2)
[2017-04-23 09:23] [ALPM] installed python2-attrs (16.3.0-2)
[2017-04-23 09:23] [ALPM] installed python2-pyparsing (2.2.0-1)
[2017-04-23 09:23] [ALPM] installed python2-six (1.10.0-3)
[2017-04-23 09:23] [ALPM] installed python2-packaging (16.8-2)
[2017-04-23 09:23] [ALPM] installed python2-appdirs (1.4.3-1)
[2017-04-23 09:23] [ALPM] installed python2-setuptools (1:35.0.1-1)
[2017-04-23 09:23] [ALPM] installed python2-automat (0.5.0-1)
[2017-04-23 09:23] [ALPM] installed python2-twisted (17.1.0-1)
[2017-04-23 09:23] [ALPM] installed python2-pyasn1 (0.2.3-1)
[2017-04-23 09:23] [ALPM] installed python2-ply (3.10-1)
[2017-04-23 09:23] [ALPM] installed python2-pycparser (2.17-2)
[2017-04-23 09:23] [ALPM] installed python2-cffi (1.10.0-1)
[2017-04-23 09:23] [ALPM] installed python2-enum34 (1.1.6-1)
[2017-04-23 09:23] [ALPM] installed python2-idna (2.5-1)
[2017-04-23 09:23] [ALPM] installed python2-ipaddress (1.0.18-1)
[2017-04-23 09:23] [ALPM] installed python2-asn1crypto (0.22.0-1)
[2017-04-23 09:23] [ALPM] installed python2-cryptography (1.8.1-2)
[2017-04-23 09:23] [ALPM] installed python2-pyopenssl (16.2.0-2)
[2017-04-23 09:23] [ALPM] installed python2-chardet (2.3.0-4)
[2017-04-23 09:23] [ALPM] installed deluge (1.3.14-1)
[2017-04-23 09:23] [ALPM] transaction completed
[2017-04-23 09:23] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 09:23] [ALPM] running 'systemd-update.hook'...
[2017-04-23 09:23] [ALPM] running 'update-desktop-database.hook'...
[2017-04-23 09:24] [PACMAN] Running 'pacman -S openssl-libs'
[2017-04-23 09:26] [ALPM] transaction started
[2017-04-23 09:26] [ALPM] reinstalled lib32-openssl (1:1.0.2.k-1)
[2017-04-23 09:26] [ALPM] transaction completed
[2017-04-23 09:26] [ALPM] running 'systemd-update.hook'...
[2017-04-23 09:26] [ALPM] transaction started
[2017-04-23 09:26] [ALPM] reinstalled openssl (1.0.2.k-1)
[2017-04-23 09:26] [ALPM] transaction completed
[2017-04-23 09:26] [ALPM] running 'systemd-update.hook'...
[2017-04-23 09:28] [PACMAN] Running 'pacman -Syyu'
[2017-04-23 09:28] [PACMAN] synchronizing package lists
[2017-04-23 09:29] [PACMAN] starting full system upgrade
[2017-04-23 09:40] [PACMAN] Running 'pacman -S qbittorrent'
[2017-04-23 09:40] [ALPM] transaction started
[2017-04-23 09:40] [ALPM] installed qbittorrent (3.3.11-1)
[2017-04-23 09:40] [ALPM] transaction completed
[2017-04-23 09:40] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-04-23 09:40] [ALPM] running 'systemd-update.hook'...
[2017-04-23 09:40] [ALPM] running 'update-desktop-database.hook'...

Mod edit: Added code tags and merged posts -- WorMzy

Last edited by WorMzy (2017-04-22 23:57:45)

Offline

#4 2017-04-22 23:54:36

sato
Member
Registered: 2017-04-22
Posts: 5

Re: libssl error : not found [SOLVED]

when I try and run Deluge torrent client I get the following error:

$ deluge
:0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'.  Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied.  Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification.  Many valid certificate/hostname mappings may be rejected.

don't know if it's related. but I'm sure it just means my SSL files are screwed somehow.

Offline

#5 2017-04-22 23:57:39

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: libssl error : not found [SOLVED]

Please use code tags for terminal output. Thanks.
https://bbs.archlinux.org/help.php#bbcode


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#6 2017-04-23 00:01:23

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,842
Website

Re: libssl error : not found [SOLVED]

I've merged your outputs into one post and added code tags. In the future, please do not multi-post, and remember to use code tags when posting output (see https://wiki.archlinux.org/index.php/Co … s_and_code).

I've done a little research while I was waiting for you to post, and it seems that there is a packaging problem -- /usr/lib/libtorrent-rasterbar.so.9 depends on libssl.so.1.1, but that version of libssl is still in the testing repository. You should check for any open bug reports, and file one if there isn't one.

EDIT: I said open bug reports, but there is a closed one: https://bugs.archlinux.org/task/53758

Long story short, it should be fixed, and coming to a Mirror Near You™ shortly.

Last edited by WorMzy (2017-04-23 00:06:39)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2017-04-23 00:10:20

sato
Member
Registered: 2017-04-22
Posts: 5

Re: libssl error : not found [SOLVED]

thanks for the reply WorMzy, an update just pushed through and it now works perfectly fine. sorry for bothering you.

Offline

Board footer

Powered by FluxBB