itunnel

Hello,
im new in linux
i have opensuse 11.1 with kde4
i want to copy music and videos to my ipod touch(it has the same file system as iphone) as it is described here
but i cant install itunnel
i downladed it from here, but i cant install it
i downloaded itunnel-0.0.5.tgz, unpack it to my home folder, go in it, make itunnel executable , open terminal but when i type
./itunnel 7777 (7777 is port number)
it writes this:
./itunnel: error while loading shared libraries: libiphone.so.0: cannot open shared object file: No such file or directory
http://img27.imageshack.us/img27/7967/sceenshot.th.jpg](http://img27.imageshack.us/my.php?image=sceenshot.jpg)
i tried to type this under root, but it doesnt help
how can i install this programm?
plz help me
sry for ma english

you need the libiphone library, which afaik, is currently not packaged for suse. However, you can still get the source and compile it yourself http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page

hmmm, seems I was wrong. There are suse packages on Webpin

Webpin

thank you, i installed all the packages from here, bit it doesnt help, the same error
http://img4.imageshack.us/img4/2677/sceenshotw.th.jpg](http://img4.imageshack.us/my.php?image=sceenshotw.jpg)

install the development package of libiphone and then RECOMPILE your application again so it can pick it up.

and how to recompile application?

type ‘make’ in your terminal. For this to work, you need GCC and Make installed (maybe a few more too). Easiest way to install them is to go in YaST Software Management, choose ‘patterns’ and use the Development pattern

ive installed basic development pattern, which contains GCC and make
then i type “make” bit it writes me this:
gooseman@linux-47a4:~/Downloads/iphone/itunnel-0.0.5> make
make: Цель `all’ не требует выполнения команд.

in english it is something like this:
make: target “all” doesnt need commands

http://img13.imageshack.us/img13/7967/sceenshot.th.jpg](http://img13.imageshack.us/my.php?image=sceenshot.jpg)

i tried “make itunnel”, but it said smth like “itunnel doesnt need an update”

could anybody install this app on opensuse?

Hi
I just downloaded itunnel and extracted the tarball and ran it with the
command (no chmoding required!!);


../itunnel

It showed your error, then downloaded and installed libiphone0 found
here;
<http://download.opensuse.org/repositories/home:/FunkyM:/iphone/openSUSE_11.1&gt;

Now when run it works, but quits due to not having an iphone connected.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 (i586) Kernel 2.6.27.19-3.2-pae
up 18:07, 2 users, load average: 0.47, 0.31, 0.21
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

for me it dont download anything
maybe it is because i have a 64 bit linux, i installed 32 bit compability(dont know how to spell this word) package but it doesnt help

how to run it as i have a 32 bit host?

Hi
Looks like you need the libusb-0_1-4-32bit libraries installed.
<http://forums.whirlpool.net.au/forum-replies-archive.cfm/1140635.html&gt;


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 (i586) Kernel 2.6.27.19-3.2-pae
up 22:37, 2 users, load average: 0.23, 0.31, 0.24
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

thank you very much for your help
ive installed 32 bit version and it works fine in it)