FS#62683 - libvirtd: failed to load module due to missing libcrypto.so.1.0.0

Attached to Project: Community Packages
Opened by EasyToRemember (EasyToRemember) - Monday, 20 May 2019, 16:49 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 20 May 2019, 16:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details


Description:
libvirtd[2105]: internal error: Failed to load module '/usr/lib/libvirt/storage-backend/libvirt_storage_backend_gluster.so': libcrypto.so.1.0.0: cannot open shared object file: No such file

Additional info:
* package version(s): libvirt 5.3.0-1, openssl 1.1.1.b-1

Steps to reproduce:
1. `pacman -Syu`
2. `pacman -R js52 openssl-1.0` (recommended by pacman: packages are not needed anymore)
2. `reboot`
3. `journalctl -r -u libvirtd.service`

Re-installing openssl-1.0-1.0.2.r-1-x86_64.pkg.tar.xz resolved the problem with missing library.

The dependency list of libvirt package shows openssl, however, it seems to depend on openssl-1.0.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 20 May 2019, 16:54 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Nothing in the libvirt package is linked to libcrypto at all. Use lddtree or set LD_DEBUG=files to figure out where the actual problem is.

Loading...