Tiny Core Linux

Tiny Core Base => Micro Core => Topic started by: adfgvx on July 26, 2012, 01:03:27 PM

Title: iwconfig file not found
Post by: adfgvx on July 26, 2012, 01:03:27 PM
Hello everyone,

I'm trying to establish a wireless network connection, but I get an error message when I try to run iwconfig that says "error while loading shared libraries: libiw.so.29: no such file or directory". How can I fix this? I'm following the instructions in the Tiny Core wiki for setting up wifi (sorry I can't post the link) under the section "More Advanced Setup: Using Wireless Tools".

Thank you!
Title: Re: iwconfig file not found
Post by: roberts on July 26, 2012, 02:39:12 PM
With command line only use provides.sh to search for what provides ?

tc@box:~$ provides.sh  libiw.so.29
libiw.tcz
Title: Re: iwconfig file not found
Post by: adfgvx on July 26, 2012, 03:15:08 PM
Never mind; there were dependencies of wireless-tools that I didn't have installed. Installing these solved my problem.
Title: Re: iwconfig file not found
Post by: roberts on July 26, 2012, 11:34:49 PM
FYI using the command line tool ab will auto load any needed dependencies.