WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Error en TCZ's  (Read 2590 times)

Offline beroje

  • Full Member
  • ***
  • Posts: 130
Error en TCZ's
« on: July 22, 2013, 01:32:08 PM »
tc@box:~$ version
4.7.7

Many failures to work Tinycorelinux produced by extensions.
Muchas fallas para trabajar Tinycorelinux producidas por las extensiones.
====================================================
""tce-load -i gtkpod.tcz""
---------------------------------------------
libogg.tcz: OK
libvorbis.tcz: OK
libplist.tcz: OK
hal-info.tcz: OK
libusb.tcz: OK
usb-utils.tcz: OK
libpci.tcz: OK
pci-utils.tcz: OK
hal.tcz: OK
libmp4v2.tcz: OK
flac.tcz: OK
libao.tcz: OK
vorbis-tools.tcz: OK
libid3tag.tcz: OK
usbmuxd.tcz: OK
libimobiledevice.tcz: OK
libgpod.tcz: OK
libart.tcz: OK
ttf-bitstream-vera.tcz: OK
libglade.tcz: OK
libgnomecanvas.tcz: OK
gtkpod.tcz: OK
tc@box:~$ gtkpod
gtkpod: error while loading shared libraries: libimobiledevice.so.1: cannot open shared object file: No such file or directory
tc@box:~$

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: Error en TCZ's
« Reply #1 on: July 22, 2013, 03:02:43 PM »
Does gtkpod2 work?

Offline beroje

  • Full Member
  • ***
  • Posts: 130
Re: Error en TCZ's
« Reply #2 on: July 22, 2013, 05:57:25 PM »
gnome-icon-theme.tcz: OK
libmp4v2.tcz: OK
libid3tag.tcz: OK
libgda.tcz: OK
libxslt.tcz: OK
gdl-1.0.tcz: OK
ncurses-common.tcz: OK
ncurses.tcz: OK
vte.tcz: OK
libIDL.tcz: OK
ORBit2.tcz: OK
GConf.tcz: OK
libunique.tcz: OK
libanjuta.tcz: OK
libplist.tcz: OK
libusb.tcz: OK
usbmuxd.tcz: OK
libimobiledevice.tcz: OK
libgpod.tcz: OK
gtkpod2.tcz: OK
tc@box:~$ gtkpod
gtkpod: error while loading shared libraries: libimobiledevice.so.1: cannot open shared object file: No such file or directory

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11242
Re: Error en TCZ's
« Reply #3 on: July 23, 2013, 08:23:49 AM »
Hi beroje
Quote
gtkpod: error while loading shared libraries: libimobiledevice.so.1: cannot open shared object file: No such file or directory
The error is caused because  libimobiledevice.tcz  now contains  libimobiledevice.so.3
You can either try creating a link to that and see if that solves the problem:
Code: [Select]
ln -s /usr/local/lib/libimobiledevice.so.3 /usr/local/lib/libimobiledevice.so.1or try installing  gtkpod2.tcz  and see if that works any better.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: Error en TCZ's
« Reply #4 on: July 26, 2013, 11:45:56 PM »
recompiled libgpod and gtkpod2 uploaded

..things should work now

Offline beroje

  • Full Member
  • ***
  • Posts: 130
Re: Error en TCZ's
« Reply #5 on: July 27, 2013, 07:58:17 AM »
Great, thank you. Works well for me.
Que bien, gracias. Funciona bien para mi.