Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: olihd on May 12, 2015, 02:57:07 AM

Title: viewnior lib missing 6.x
Post by: olihd on May 12, 2015, 02:57:07 AM
Hi,
can't get viewnior running. A lib is missing in v6.x - 5.x works. Tried any option in apps but no missing lib is displayed.
Title: Re: viewnior lib missing 6.x
Post by: Misalf on May 12, 2015, 03:05:25 AM
viewnior.tcz needs recompiling for 6.x.

You can edit its .dep file to load  libffi5.tcz  instead of  libffi.tcz  as a temporary solution.
Title: Re: viewnior lib missing 6.x
Post by: olihd on May 12, 2015, 03:22:44 AM
How can i edit the file?
Title: Re: viewnior lib missing 6.x
Post by: Juanito on May 12, 2015, 03:48:24 AM
something like "vi /mnt/sdb1/tce/optional/viewnior.tcz.dep"
Title: Re: viewnior lib missing 6.x
Post by: olihd on May 12, 2015, 05:22:07 AM
The dep-file did not contain libffi.tcz. Adding libffi5.tcz didn't change anything :-(
Title: Re: viewnior lib missing 6.x
Post by: Misalf on May 12, 2015, 05:28:12 AM
Try loading it manually
Code: [Select]
tce-load -i libffi5.tcz

Next time you load viewnior.tcz, libffi5.tcz will be loaded too.
This wont happen if  viewnior.tcz.dep  is changed after  viewnior.tcz  was loaded.
Title: Re: viewnior lib missing 6.x
Post by: olihd on May 12, 2015, 05:39:45 AM
libffi5.tcz is not found......
Title: Re: viewnior lib missing 6.x
Post by: Misalf on May 12, 2015, 05:47:40 AM
It needs to be downloaded first
Code: [Select]
tce-load -w libffi5.tcz
tce-load -i libffi5.tcz
Title: Re: viewnior lib missing 6.x
Post by: olihd on May 12, 2015, 06:11:32 AM
MANY THANKS! works now.....
it seems that tce-load -wi libffi5.tcz is all we need, no need to edit the deb-file.
Title: Re: viewnior lib missing 6.x
Post by: Misalf on May 12, 2015, 06:25:43 AM
If you edit your dep file, you won't need to remember why it won't run, until it gets rebuild.
I use Viewnior a lot. (:
Title: Re: viewnior lib missing 6.x
Post by: bmarkus on May 12, 2015, 07:00:05 AM
I will update viewnior to 1.5
Title: Re: viewnior lib missing 6.x
Post by: olihd on May 12, 2015, 12:09:18 PM
Will the new build run without the additional install of libffi5.tcz?

73 da6ka
Title: Re: viewnior lib missing 6.x
Post by: bmarkus on May 12, 2015, 12:19:04 PM
Will the new build run without the additional install of libffi5.tcz?

Sure