I configure my /etc/asterisk/modules.conf file with following code:
[modules]
autoload=yes
preload => res_odbc.so
preload => res_config_odbc.so
After that, i went back the CLI console to reload the res_odbc.so. But it failed to find the res_odbc.so

So how to fix this problem?