You are not logged in.
Pages: 1
I just upgraded to iOS 4.2.1 and I am having trouble using ifuse to mount the filesystem before syncing with gtkpod.
The error I receive is:
GNUTLS ERROR: A TLS fatal alert has been received.this problem seems to be an issue with the current libimobiledevice package. I downloaded the latest version (1.0.4) to attempt to build that. While making the package I get this:
Making all in swig
make[2]: Entering directory `/home/cole/Downloads/libimobiledevice-1.0.4/swig'
false -python -I../include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.7 -I/usr/include -I../src -o imobiledevice_wrap.cxx imobiledevice.i
make[2]: *** [imobiledevice_wrap.cxx] Error 1
make[2]: Leaving directory `/home/cole/Downloads/libimobiledevice-1.0.4/swig'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cole/Downloads/libimobiledevice-1.0.4'
make: *** [all] Error 2Any ideas on how to get ifuse to work so I can sync now?
Last edited by whackedspinach (2010-12-26 04:14:10)
Offline
Per here:
http://libiphone.lighthouseapp.com/proj … ion-failed
Add a --without-swig to the ./configure and it should work...
Offline
I had done a system update and noticed that gnutls was updated. IT seems to work now.
Offline
Pages: 1