hi i want to install freeradius 2.1.1 into debian system. i think there is no package for 2.1.1 for debian when i try to install wiht apt-get install freeradius, it install an old package, so i download freeradius-server-2.1.1.tar.gz and write this commands ./configure make make install it is working fine, but i want to use mysql db i installed mysql and create radius db wiht schema and configure sql.conf files but radius -X says rlm_sql_mysql driver not found how too add mysql driver for debian system i tried to intall wiht apt-get install freeradius-mysql but it intalled mysql driver for old version. how can i configure it thanks for help best regards. _________________________________________________________________ Windows Live Messenger'ın için Ücretsiz 30 İfadeyi yükle http://www.livemessenger-emoticons.com/funfamily/tr-tr/
http://wiki.freeradius.org/FAQ#It_says_.22Could_not_link_..._file_not_found.... Ivan Kalik Kalik Informatika ISP Dana 25/10/2008, "Ahmet DÜLGAR" <dulgar@hotmail.com> piše:
hi i want to install freeradius 2.1.1 into debian system. i think there is no package for 2.1.1 for debian when i try to install wiht apt-get install freeradius, it install an old package, so i download freeradius-server-2.1.1.tar.gz and write this commands ../configure make make install it is working fine, but i want to use mysql db i installed mysql and create radius db wiht schema and configure sql.conf files but radius -X says rlm_sql_mysql driver not found how too add mysql driver for debian system i tried to intall wiht apt-get install freeradius-mysql but it intalled mysql driver for old version. how can i configure it thanks for help best regards. _________________________________________________________________ Windows Live Messenger'ýn için Ücretsiz 30 Ýfadeyi yükle http://www.livemessenger-emoticons.com/funfamily/tr-tr/
Hi,
./configure make make install it is working fine, but i want to use mysql db i installed mysql and create radius db wiht schema and configure sql.conf files but radius -X says rlm_sql_mysql driver not found how too add mysql driver for debian system i tried to intall wiht apt-get install freeradius-mysql but it intalled mysql driver for old version. how can i configure it
you need to install the mysql-devel package, then do the first 3 steps (configure, make and make install) for freeRADIUS again. if you read the output of ./configure you will have seen it complaining that it couldnt build mysql support (./configure | grep WARN) alan
Freeradius sources include all is needed to build the deb packages. using dpkg-buildpackages would resolve all the needed dependancies. Le 25.10.2008 07:46, A.L.M.Buxey@lboro.ac.uk a écrit :
Hi,
./configure make make install it is working fine, but i want to use mysql db i installed mysql and create radius db wiht schema and configure sql.conf files but radius -X says rlm_sql_mysql driver not found how too add mysql driver for debian system i tried to intall wiht apt-get install freeradius-mysql but it intalled mysql driver for old version. how can i configure it
you need to install the mysql-devel package, then do the first 3 steps (configure, make and make install) for freeRADIUS again.
if you read the output of ./configure you will have seen it complaining that it couldnt build mysql support
(./configure | grep WARN)
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Ahmet DÜLGAR -
Alexandre Chapellon -
tnt@kalik.net