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 Do I need all of those or is one causing me the issue still with the faults? 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 and then immediately gives me a segmentation fault. Of note I have also compiled version 2.2 from source and receive the exact same error. I would prefer, if a tall possible to stick to using the RPM's from the distribution.
You have two versions of the MySQL client libraries and/or headers installed. Go fix that.
Alan DeKok.
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?
What does 'find /usr -name libmysql\*.so' say? Cheers, Thomas
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. Alan DeKok.
participants (3)
-
Alan DeKok -
Bryan Dobson -
Thomas Glanzmann