I swear I did everything the same as before but something must have gone differently because the configure process finally saw my mysql headerfiles. I've gotten mysql up and running with radius however I'm running into a Segfault now. I've got full debugging on and the last lines I see are pasted below. I'm using the latest snapshot that was posted to ftp.
radius_xlat: 'SELECT Value,Attribute FROM radcheck WHERE UserName = 'hayden' AND ( Attribute = 'User-Password' OR Attribute = 'Password' OR Attribute = 'Crypt-Password' ) ORDER BY Attribute DESC' SELECT Value,Attribute FROM radcheck WHERE UserName = 'hayden' AND ( Attribute = 'User-Password' OR Attribute = 'Password' OR Attribute = 'Crypt-Password' ) ORDER BY Attribute DESC rlm_sql: Released sql socket id: 4 Segmentation fault The last query returns this mysql> SELECT Value,Attribute FROM radcheck WHERE UserName = 'hayden' AND ( Attribute = 'User-Password' OR Attribute = 'Password' OR Attribute = 'Crypt-Password' ) ORDER BY Attribute DESC; +---------+-----------+ | Value | Attribute | +---------+-----------+ | testing | Password | +---------+-----------+ 1 row in set (0.01 sec) Hayden Myers Support Manager Skyline Network Technologies [EMAIL PROTECTED] (410)583-1337 option 2 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
