You are not logged in.

#1 2017-07-19 01:33:35

anark10n
Member
Registered: 2012-10-13
Posts: 211

[Solved] ifuse error from libssl version

Hey there

So when i attempt to mount an iPhone 4s with ifuse, I get the following error:

ifuse: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

I get the same error when I run ideviceinfo.

Any help with this would be much appreciated.

Last edited by anark10n (2017-07-19 09:19:37)

Offline

#2 2017-07-19 05:20:56

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [Solved] ifuse error from libssl version

Openssl was upgraded to 1.1 in february. Packages depending on openssl have all been rebuilt, so this issue should not arise, unless...

Have you run a partial upgrade at some point?
Or are you using ifuse-git from the AUR? In this case you need to rebuild it (although that package has been upgraded in february, too).


pkgshackscfgblag

Offline

#3 2017-07-19 07:26:47

anark10n
Member
Registered: 2012-10-13
Posts: 211

Re: [Solved] ifuse error from libssl version

Ran a full system upgrade, and I'm using the ifuse package from the official repos. Still getting the same error.

Offline

#4 2017-07-19 07:47:31

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

Re: [Solved] ifuse error from libssl version

Please install pax-utils and show us the output of:

lddtree /usr/bin/ifuse
pacman -Qm

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

#5 2017-07-19 08:18:34

anark10n
Member
Registered: 2012-10-13
Posts: 211

Re: [Solved] ifuse error from libssl version

Output of lddtre /usr/bin/ifuse:

/usr/bin/ifuse (interpreter => /lib64/ld-linux-x86-64.so.2)
    libfuse.so.2 => /lib64/libfuse.so.2
        libdl.so.2 => /lib64/libdl.so.2
    libimobiledevice.so.6 => /lib64/libimobiledevice.so.6
        libssl.so.1.0.0 => None
        libcrypto.so.1.0.0 => None
        libusbmuxd.so.4 => /lib64/libusbmuxd.so.4
    libplist.so.3 => /lib64/libplist.so.3
    libpthread.so.0 => /lib64/libpthread.so.0
    libc.so.6 => /lib64/libc.so.6

Output of pacman -Qm

idevicerestore-git 1:r546.cae1734-1
libimobiledevice-git 1:1.2.0.r45.g9df4e69-1
libirecovery-git 2:0.1.1.r106.g17307ec-1
libplist-git 1:1.12.r63.g5e8fb61-1
libusbmuxd-git 1.0.10.r10.g8e6ce39-1
package-query 1.8-2
usbmuxd-git 1:1.1.0.r25.g35e5d48-1
yaourt 1.8.1-1

Offline

#6 2017-07-19 08:22:17

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

Re: [Solved] ifuse error from libssl version

Recompile libimobiledevice-git or switch to the official repository version. You should really be rebuilding -git packages regularly, otherwise what's the point of using them?


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-07-19 09:19:17

anark10n
Member
Registered: 2012-10-13
Posts: 211

Re: [Solved] ifuse error from libssl version

Right, thanks for that. That solved it. I will keep your advice in mind.

Offline

Board footer

Powered by FluxBB