Re: freeradius-wpe broken
I have the same problem. Are there any updates/fixes?
Re: freeradius-wpe broken
Hi,
Download, configure, make, make install openssl OR locate the include & lib folder of openssl in bt5
Download, patch, configure with the openssl include & lib folder, make, make install freeradius 2.0.2/2.1.7
The problem is freeradius cant locate the openssl include & lib, so it is not installed with openssl.
Edit:
Fix for freeradius is already released
http://redmine.backtrack-linux.org:8080/issues/115
Re: freeradius-wpe broken
Thanks! Can you give a little bit more in-depth explanation how to do this? From what i remember, one had to download freeradius then patch it with WPE. However, i remember a freeradius-wpe tarball somewhere in one of the BT directories. maybe somewhere in /pentest? Is that what i should use?
Re: freeradius-wpe broken
The code below are not tested
Installing OpenSSL
Code:
wget http://www.openssl.org/source/openssl-1.0.0d.tar.gz
tar -xvf openssl-1.0.0d.tar.gz
cd openssl-1.0.0d
./configure --prefix=/usr/local/openssl
make
make install
Installing freeradius with WPE patch
Code:
wget ftp://ftp.freeradius.org/pub/freeradius/old/freeradius-server-2.1.7.tar.gz
tar -xvf freeradius-server-2.1.7.tar.gz
wget http://www.willhackforsushi.com/code/freeradius-wpe/freeradius-wpe-2.1.7.patch
cd freeradius-server-2.1.7
patch -p1 < ../freeradius-wpe-2.1.7.patch
./configure --with-openssl-includes=/usr/local/openssl/include --with-openssl-libraries=/usr/local/openssl/lib
make
make install
Generate certificates
Code:
cd freeradius-server-2.1.7/raddb/certs
./bootstrap
sudo cp -r * /usr/local/etc/raddb/certs
Re: freeradius-wpe broken
Thanks for posting the link to the fix! Works great!
Re: freeradius-wpe broken
Just installed BT5 R1, and now freeradius-wpe returns "Segmentation Fault" when run. This is after applying the fix (install libssl-dev, run ./configure && make && install)
Re: freeradius-wpe broken
Could the updated kernel have anything to do with this? Is there anyway around it?
Re: freeradius-wpe broken
I am having the same Segfault issue as BlackOp after installing the fix on BT5r1. If anyone has any ideas on how to rectify this it would be appreciated.
Re : Re: freeradius-wpe broken
I can confirm! On backtrack 5 R1 (gnome 32 bits vm version and on a kde 32 bits installation) . Segmentation fault occur in a fresh and up todate install of freeradius-wpe...
If anyone knows the solution I'm interested ...
Thankyou!