libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
550 stars 207 forks source link

I'm Getting This Error Every Time I Run iRecovery #107

Closed XboxOneSogie720 closed 1 year ago

XboxOneSogie720 commented 1 year ago

I just finished building libirecovery on Linux Mint. Everything went fine, and it installed correctly. I can even press tab while typing the command in terminal, meaning that in theory, irecovery should now work. However, this is not the case. When running any command, it gives me this error, shown in the attachment. error

nikias commented 1 year ago

Have you tried to run sudo ldconfig ?

XboxOneSogie720 commented 1 year ago

@nikias I didn't even know that command existed. It'd be nice if it was in the readme, and if it wasn't, then I just missed it. Anyways, that worked. Thanks!