We are trying to get FreeRADIUS 3.1 (On Ubuntu 14.04) working with a Cassandra backend but keep encountering the issue below. We have installed the Cassandra CPP driver as advised by a previous thread. "/usr/local/etc/raddb/mods-enabled/sql_cassandra[9]: Failed to link to module "rlm_cassandra": /usr/local/lib/rlm_cassandra.so: cannot open shared object file: No such file or directory : rlm_cassandra.so: cannot open shared object file: No such file or directory" Even if we manually link to or create the library file required we get unknown symbol error. Has anyone had this running with Cassandra successfully and if so any installation advice would be appreciated.
Hi,
We are trying to get FreeRADIUS 3.1 (On Ubuntu 14.04) working with a Cassandra backend but keep encountering the issue below. We have installed the Cassandra CPP driver as advised by a previous thread.
what does the ./configure output show regarding cassandra ? alan
On Feb 25, 2016, at 6:45 AM, Paul Devins <paul@easy-wifi.co.uk> wrote:
We are trying to get FreeRADIUS 3.1 (On Ubuntu 14.04) working with a Cassandra backend but keep encountering the issue below. We have installed the Cassandra CPP driver as advised by a previous thread.
"/usr/local/etc/raddb/mods-enabled/sql_cassandra[9]: Failed to link to module "rlm_cassandra": /usr/local/lib/rlm_cassandra.so: cannot open shared object file: No such file or directory : rlm_cassandra.so: cannot open shared object file: No such file or directory"
Even if we manually link to or create the library file required we get unknown symbol error.
Which is.. ?
Has anyone had this running with Cassandra successfully and if so any installation advice would be appreciated.
It would help to show the actual errors. I just don't understand the thinking behind people asking "something went wrong, but I'm not saying what. Please tell me how to fix it." Alan DeKok.
On 25 Feb 2016, at 05:24, Alan DeKok <aland@deployingradius.com> wrote:
On Feb 25, 2016, at 6:45 AM, Paul Devins <paul@easy-wifi.co.uk> wrote:
We are trying to get FreeRADIUS 3.1 (On Ubuntu 14.04) working with a Cassandra backend but keep encountering the issue below. We have installed the Cassandra CPP driver as advised by a previous thread.
"/usr/local/etc/raddb/mods-enabled/sql_cassandra[9]: Failed to link to module "rlm_cassandra": /usr/local/lib/rlm_cassandra.so: cannot open shared object file: No such file or directory : rlm_cassandra.so: cannot open shared object file: No such file or directory"
Even if we manually link to or create the library file required we get unknown symbol error.
There is no rlm_cassandra your configuration is wrong. The rlm_sql module should be attempting to pull in rlm_sql_cassandra.so. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Arran Cudbard-Bell -
Paul Devins