Jeff McKeon wrote:
I actually found wpa_supplicant prior to your email. Problem is I can't compile the damn thing.
wpa_supplicant-0.3.9]# make cc -MMD -O2 -Wall -g -I../driver/modules -I../utils -I../hostapd -DCONFIG_DRIVER_NDISWRAPPER -DEAP_LEAP -DIEEE8021X_EAPOL -DCONFIG_WIRELESS_EXTENSION -DCONFIG_CTRL_IFACE -c -o crypto.o crypto.c crypto.c:15:25: error: openssl/md4.h: No such file or directory crypto.c:16:25: error: openssl/des.h: No such file or directory
Do you have a copy of the .config file you used?
I have a copy of my config but it won't help you as you aren't using my setup. But the above pretty clearly says that you lack the openssl headers. To find out if it's loaded try: rpm -q openssl-devel I get: openssl-devel-0.9.7f-7 You will need openssl & openssl-devel: (From an email by Tony Nelson) I started by asking yum: $ yum list \*openssl\* which lead to: $ yum info openssl and then: $ su - # yum install openssl When "yum list" doesn't turn up anything I try "yum search". -- Linux Home Automation Neil Cherry ncherry@xxxxxxxxxxx http://home.comcast.net/~ncherry/ (Text only) http://hcs.sourceforge.net/ (HCS II) http://linuxha.blogspot.com/ My HA Blog