Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: pan on March 11, 2016, 10:19:18 AM

Title: How do I open FileZilla?
Post by: pan on March 11, 2016, 10:19:18 AM
I see the icon, but it doesn't open.
Title: Re: How do I open FileZilla?
Post by: Misalf on March 11, 2016, 10:42:22 AM
Works for me.

Any error message when running  filezilla  from a terminal window?
Title: Re: How do I open FileZilla?
Post by: pan on March 11, 2016, 08:53:45 PM
It doesn't find libiconv.so.2.
Title: Re: How do I open FileZilla?
Post by: Misalf on March 11, 2016, 09:23:09 PM
Which version of Core are you using?

If on x86 below tc7.x then download and load  libiconv.tcz .
Code: [Select]
wget -P /etc/sysconfig/tcedir/optional http://tinycorelinux.net/5.x/x86/tcz/libiconv.tcz
tce-load -i libiconv.tcz
Just make sure you don't have it loaded when compiling anything.
Title: Re: How do I open FileZilla?
Post by: pan on March 12, 2016, 02:04:45 PM
Thanks :)