2 Aug
2013
2 Aug
'13
3:56 p.m.
After confirming there was a src/modules/rlm_sql/drivers/rlm_sql_sybase directory,
Mm, inventing fictitious SQL drivers is one of my favourite pastimes.
I edited debian/rules to add a --with-rlm_sql_sybase flag and recompiled. Now I'm receiving this:
Could not link driver rlm_sql_sybase: file not found Make sure it (and all its dependent libraries!) are in the search path of your system's ld.
root@XXXXFREERAD:/home/administrator# ldconfig -p | grep syb libsybdb.so.5 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libsybdb.so.5 libsybdb.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libsybdb.so
What other libraries are this module dependent on?
Have you checked that the module was actually installed in the FreeRADIUS lib dir? -Arran