Tiny Core Linux

General TC => General TC Talk => Topic started by: Player on October 27, 2012, 12:58:54 PM

Title: PacketiX vpnclient
Post by: Player on October 27, 2012, 12:58:54 PM
I wanted to try PacketiX vpnclient(can't post link, a google should do) on TinyCore, but it gives me an error:
Quote
-- Alert: PacketiX VPN Kernel --
String Library Init Failed.
Please check your locale settings and iconv() libraries.
I have libiconv, libiconv-dev, libiconv-locale loaded
I checked locale -a, only C and POSIX
Does that mean I have to get some other locales? If so, how?
Title: Re: PacketiX vpnclient
Post by: curaga on October 27, 2012, 02:01:40 PM
It's the eglibc_gconv extension they usually want. YMMV.
Title: Re: PacketiX vpnclient
Post by: Player on October 28, 2012, 02:18:34 AM
It's the eglibc_gconv extension they usually want. YMMV.
Thanks! That worked.

Now I ran into another problem. One guide tells me to add a ifcfg file in /etc/sysconfig/network-scripts/ then ifdown and ifup, the other tells me to dhclient name-of-my-virtual-network-interface-controller, to allocate its ip. Neither worked(command not found/nothing happens).