On Mar 3, 2019, at 8:44 AM, Mehrzad Moghaddas <mehrzadmo@gmail.com> wrote:
I have tried to use sqlite3 library in freeradius 3.0.16 python module on ubuntu 18.04 . I have installed freeradius via standard repositories . but I got this error message :
reading pairlist file /etc/freeradius/3.0/mods-config/files/pre-proxy # Instantiating module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog # Instantiating module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog # Instantiating module "python" from file /etc/freeradius/3.0/mods-enabled/python Python version: 2.7.15rc1 (default, Nov 12 2018, 14:31:15) [GCC 7.3.0] python_function_load - Module 'example' not found <type 'exceptions.ImportError'> (No module named sqlite3)
Well, that's clear. Mostly. There could be some underlying issue, like it can find the *python* sqlite3 module but not the underlying sqlite3 *library*.
any other library its ok -like os socket and etc - ! just have problem with sqlite3 !
Are all of those modules in the same directory? Do they all have similar permissions? Where is the sqlite3 dynamic library? Is it in a standard location? Or a custom one? Alan DeKok.