On Tuesday 20 April 2010 20:22:39 Alejandro Recarey wrote: > Hi all, > > I am having trouble getting cdr_adaptive_odbc to work. > > I have correctly configured the odbc drivers and dsn (I have tested > this by connecting directly using isql). I have also configured > /etc/asterisk/cdr_adaptive_odbc.conf like so: > > [test-asterisk] > connection=test-asterisk-odbc > table=cdr > > I have tested the ODBC connection test-asterisk-odbc and it works correctly > > However when I try to load the module I get the following error: > > asterisk*CLI> module load cdr_adaptive_odbc.so > Unable to load module cdr_adaptive_odbc.so > Command 'module load cdr_adaptive_odbc.so ' failed. > [Apr 21 03:17:30] WARNING[4601]: loader.c:427 load_dynamic_module: > Error loading module 'cdr_adaptive_odbc.so': > /usr/lib/asterisk/modules/cdr_adaptive_odbc.so: undefined symbol: > ast_odbc_request_obj > [Apr 21 03:17:30] WARNING[4601]: loader.c:780 load_resource: Module > 'cdr_adaptive_odbc.so' could not be loaded. > > > I am stumped, has anybody else run into this problem?
Clearly, the res_odbc.so module has not been loaded first. Those symbols are located in the res_odbc.so module. -- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
