You are not logged in.

#1 2010-05-02 02:27:08

Darkade
Member
From: Mexico, Puebla
Registered: 2009-03-28
Posts: 10

[SOLVED] Cannot open libimobiledevice.so (iPhone Tethering)

Hello! I'm trying to compile libimobiledevice and ipheth from git. Everything works fine (or at least as expected) except for the ipheth-pairing program.

I followed this tutorial:
http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver

and I'm getting the libimobiledevice from here:
http://github.com/mcolyer/libiphone

This is the error I get when trying to run /lib/udev/ipheth-pair

ivan /lib/udev $  ./ipheth-pair
./ipheth-pair: error while loading shared libraries: libimobiledevice.so.1: cannot open shared object file: No such file or directory

And here are the libimobiledevice files.

ivan /lib/udev $  sudo find / -iname "libimobiledevice*"
/usr/local/include/libimobiledevice
/usr/local/include/libimobiledevice/libimobiledevice.h
/usr/local/lib/libimobiledevice.a
/usr/local/lib/pkgconfig/libimobiledevice-1.0.pc
/usr/local/lib/libimobiledevice.so.1
/usr/local/lib/libimobiledevice.la
/usr/local/lib/libimobiledevice.so.1.0.0
/usr/local/lib/libimobiledevice.so

Thanks in advance smile

EDIT: The module works fine (just in case)

ivan /lib/udev $  dmesg | grep ipheth
ipheth 2-2:4.2: Apple iPhone USB Ethernet device attached
usbcore: registered new interface driver ipheth

Last edited by Darkade (2010-05-02 17:19:52)

Offline

#2 2010-05-02 04:36:35

Darkade
Member
From: Mexico, Puebla
Registered: 2009-03-28
Posts: 10

Re: [SOLVED] Cannot open libimobiledevice.so (iPhone Tethering)

Got it solved, I even wrote a entry in the wiki smile
http://wiki.archlinux.org/index.php/IPh … ve_Support

Offline

Board footer

Powered by FluxBB