Re: MySQL Segmentation Fault

2012-09-28 Thread Alan DeKok
Bryan Dobson wrote: I have a new installation and configuration that I am working on for FreeRadius on CentOS 6.3 the versions are: freeradius-2.1.12-3.el6.x86_64 Testing authentication, which goes to a remote MySQL database which was pre-existing with all user data. It executes the query

Re: MySQL Segmentation Fault

2012-09-28 Thread Bryan Dobson
Thank you for the reply, I thought this as well, but, checking the system all I only see a single set of client libraries installed: [root@radiusdev ~]# rpm -qa | grep mysql mysql-5.1.61-4.el6.x86_64 mysql-devel-5.1.61-4.el6.x86_64 mysql-libs-5.1.61-4.el6.x86_64 mysql-server-5.1.61-4.el6.x86_64

Re: MySQL Segmentation Fault

2012-09-28 Thread Thomas Glanzmann
Hello Bryan, [root@radiusdev ~]# rpm -qa | grep mysql mysql-5.1.61-4.el6.x86_64 mysql-devel-5.1.61-4.el6.x86_64 mysql-libs-5.1.61-4.el6.x86_64 mysql-server-5.1.61-4.el6.x86_64 they all belong to same release. Do I need all of those or is one causing me the issue still with the faults?

Re: MySQL Segmentation Fault

2012-09-28 Thread Alan DeKok
Bryan Dobson wrote: Thank you for the reply, I thought this as well, but, checking the system all I only see a single set of client libraries installed: shrug It's not a FreeRADIUS problem. Something, somewhere, is using the wrong library. Use ldd to figure out which are being used.