Hello. It's possible to use IODBC instead UNIXODBC with realtime? As I see, the res Makefile load a odbcinst.h file, but in IODBC there's not this file. I change the res Makefile (iodbcinst.h instead odbcinst.h) and the make create the res_odbc.so. But when asterisk boot it don't start showing: [res_odbc.so]Oct 4 10:24:43 WARNING[9748]: loader.c:314 __load_resource: libiodbc.so.2: cannot open shared object file: No such file or directory Oct 4 10:24:43 WARNING[9748]: loader.c:543 load_modules: Loading module res_odbc.so failed! There is something else I have do? Thanks. JS Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I would check your /etc/ld.so.conf file and make sure that you have the library path for the IODBC libraries in there... Then run ldconfig and try reloading asterisk again.> Hello. > > It's possible to use IODBC instead UNIXODBC with realtime? > As I see, the res Makefile load a odbcinst.h file, but > in IODBC there's not this file. > I change the res Makefile (iodbcinst.h instead odbcinst.h) > and the make create the res_odbc.so. > > But when asterisk boot it don't start showing: > > [res_odbc.so]Oct 4 10:24:43 WARNING[9748]: loader.c:314 __load_resource: > libiodbc.so.2: cannot open shared object file: No such file or directory > Oct 4 10:24:43 WARNING[9748]: loader.c:543 load_modules: Loading module > res_odbc.so failed! > > There is something else I have do? > > Thanks. > > JS > > > > > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >