hi list, now i'd like to compile freeradius and later use dialup-admin, it needs mysql and in book RADIUS Jonathan Hassell says it's necessary have at least mysql-devel, but i use debian etch and cann't find such package, may be it's not necessary for debian or new mysql versions don't use it any more?? and, by the way, how may i uninstall freeradius?? thanks for your help. _______________________________________________________________ Halloween Trvia: What have bonfires got to do with Halloween? postmaster.co.uk http://www.postmaster.co.uk/cgi-bin/meme/quiz.pl?id=126
On Thu 06 Apr 2006 06:43, Pelusa Vali wrote:
hi list, now i'd like to compile freeradius and later use dialup-admin, it needs mysql and in book RADIUS Jonathan Hassell says it's necessary have at least mysql-devel, but i use debian etch and cann't find such package, may be it's not necessary for debian or new mysql versions don't use it any more?? and, by the way, how may i uninstall freeradius?? thanks for your help.
If you plan to use freeradius+mysql on debian I suggest you just install the packages that come with it. It's not really necessary to compile it yourself.. -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Pelusa Vali wrote:
i use debian etch and cann't find such package, may be it's not necessary for debian or new mysql versions don't use it any more??
In Debian etch the MySQL client headers are in package libmysqlclient15-dev. However as Peter said you should just install a binary version from Debian with apt-get. # apt-get install freeradius-mysql freeradius-dialupadmin If you really want to recompile FreeRADIUS yourself, search in the FAQ how to build a Debian package from sources.
and, by the way, how may i uninstall freeradius??
Like any other Debian package: # apt-get remove freeradius -- Nicolas Baradakis
participants (3)
-
Nicolas Baradakis -
Pelusa Vali -
Peter Nixon