PDA

View Full Version : Fail to install Radius server


idsdown
6th March 2009, 07:41
hi there,

i following this doc http://www.howtoforge.com/setting-up-a-freeradius-based-aaa-server-with-mysql-and-management-with-daloradius (http://http://www.howtoforge.com/setting-up-a-freeradius-based-aaa-server-with-mysql-and-management-with-daloradius) install a radius server but failed.

root@ubuntu8:~/freeradius-1.1.7# dpkg-buildpackage -rfakeroot
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: source package freeradius
dpkg-buildpackage: source version 1.1.7-1build4
dpkg-buildpackage: source changed by Chuck Short <zulcss@ubuntu.com>
dpkg-buildpackage: host architecture i386
fakeroot debian/rules clean
Can't exec "fakeroot": No such file or directory at /usr/bin/dpkg-buildpackage line 477.
dpkg-buildpackage: failure: fakeroot debian/rules clean failed with unknown exit code -1
root@ubuntu8:~/freeradius-1.1.7# apt-get install build-essential -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

greenfin1
6th March 2009, 12:46
well it is the same problem i am facing. I hope Some one will gona solve this problem...

falko
7th March 2009, 15:41
Please try
apt-get install fakeroot

idsdown
8th March 2009, 09:02
Please try
apt-get install fakeroot

Thanks for your reply, i will try it later.