After installing wimax-tools, you have to patch WPA Supplicant and install libeap.so from there: Download http://hostap.epitest.fi/releases/wpa_supplicant-0.7.2.tar.gz tar -xvzf wpa_supplicant-0.7.2.tar.gz cd wpa_supplicant-0.7.2/ patch -p1 < ../wpa_supplicant-0.7.2-generate-libeap-peer.patch make -C src/eap_peer sudo make -C src/eap_peer install cd .. rm -rf wpa_supplicant-0.7.2 On Sun, Jan 02, 2011 at 03:52:59PM -0500, Tony Michel wrote: > I'm trying to build the wimax network daemon for ubuntu 10.10 > following the directions in: > > http://linuxwimax.org/Download?action=AttachFile&do=get&target=wimax-a > > My build and target machine is: > > tony at ubuntu:~/wimax/wimaxnetworkservice$ uname -a > Linux ubuntu 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 > UTC 2010 i686 GNU/Linux > > > After some rummaging around I got the wimax-tools to build, but > the wimax network service dies in ./configure > > ...goes OK until... > > ---------------------------------- > > Using libwimax from /usr/local > checking for wimaxll_state_get... yes > checking for /usr/include/linux/wimax.h... yes > checking zlib.h usability... yes > checking zlib.h presence... yes > checking for zlib.h... yes > checking for gzopen in -lz... yes > Instrument has been disabled > Database support will be in clear text format > checking for LIBEAP0... configure: error: Package requirements > (libeap0 >= 0.7.0) were not met: > > No package 'libeap0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables LIBEAP0_CFLAGS > and LIBEAP0_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > ---------------------------------- > > Maybe libraries have a different name in ubuntu? Can you advise me how > get the libeap0 into the right place? My normal recourse would be to > "sudo apt-get install libeap0" > but that does not find libeap0. What am I doing wrong? > > AXM > > > > > _______________________________________________ > wimax mailing list > wimax at linuxwimax.org > http://lists.linuxwimax.org/listinfo/wimax >