[1.1.9.28] wget fails with missing libssl.so.1.0.0
I have enabled developer mode to play with a few applications i was getting used to on my laptop like wget for downloading files with unstable connections.
After updating to 1.1.9.28 wget will not run anymore:
wget: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
i tried to use "pkcon update" and to reinstall libssl nd wget but to no avail, also "pkcon search file libssl.so.1.0.0" gives no results.
I understand that this is not a priority, but can this please be fixed?
Forgot to mention that it has worked without a hitch before the update.
Shoppinguin ( 2015-09-11 14:28:32 +0200 )editRelease Notes say that openssl has been updated, i would guess that you need a new version of wget built against the new library
r0kk3rz ( 2015-09-11 15:25:49 +0200 )editThanks, i have disabled openrepos for now as there is not much of use there that works with SFOS 2 yet. Seems like pkcon still tries to access the repo despite that. Will now try to build a new wget from source.
Shoppinguin ( 2015-09-11 15:34:59 +0200 )edit@r0kk3rz It should work againts the new library as well but for some reason this particular wget does not use /usr/lib/libssl.so.10 which is a symlink againts libssl.so.1.0.2d.
tigeli ( 2015-09-11 19:12:44 +0200 )edit