On Wed, 2011-11-30 at 13:25 -0800, Eric Rasmussen wrote: > I found the wpa_supplicant patch at this site and it seems to have > installed correctly. > http://icelord.net/wordpress/archives/tag/nerd > > > However, now I have a problem with installing WiMax Tools. Here is > the end of the make command: > > Making all in InfraStack/OSAgnostic/Product/AppSrvInfra > make[2]: Entering directory > `/home/ewr/Desktop/wimax-1.5.2/InfraStack/OSAgnostic/Product/AppSrvInfra' > CCLD wimaxd > /usr/bin/ld: cannot find -leap > collect2: ld returned 1 exit status > make[2]: *** [wimaxd] Error 1 > make[2]: Leaving directory > `/home/ewr/Desktop/wimax-1.5.2/InfraStack/OSAgnostic/Product/AppSrvInfra' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/ewr/Desktop/wimax-1.5.2' > make: *** [all] Error 2 > > > What do you think? Thanks in advance. You need to have 'libeap' installed in your normal library paths. I don't think it will install by itself if you use 'make install' in the supplicant sources, so try after applying the libeap patch try: make LIB=/usr/lib -C ../src/eap_peer install or /usr/lib64 if you're doing 64 bit. Dan