libimobiledevice / libideviceactivation

A library to handle the activation process of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
286 stars 131 forks source link

error while loading shared libraries !! #9

Closed AMJ-7 closed 9 years ago

AMJ-7 commented 9 years ago

Hi Martin

Thank you For all support & update Files

i have new issue in " libideviceactivation "

Note :

ideviceactivation: error while loading shared libraries: libideviceactivation.so.2: cannot open shared object file: No such file or directory

.......................

link image of issue

http://store1.up-00.com/2014-12/1418164797071.png http://store2.up-00.com/2014-12/1418165352021.png

FunkyM commented 9 years ago

If you write "ideviceactivation" you are running the system installed version. You need to write "./ideviceactivation" to run the one you just compiled. Pretty much documentation on compiling out there on the web, have a look. :)