>-----Original Message----- >From: fedora-list-bounces@xxxxxxxxxx >[mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Neil Cherry >Sent: Sunday, October 09, 2005 6:00 PM >To: For users of Fedora Core releases >Subject: Re: kernel source install > > >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". Neil and Craig, You're both correct, I don't have the openssl-devel installed. I'll try that and move on. Thanks again!!! jeff