Jose P. Espinal
2011-May-13 04:38 UTC
[asterisk-users] 1.8.4 Core Dump after installing from source
Hello, After installing Asterisk from source in Slackware 13.1, I get the following error: Error loading module 'res_config_odbc.so': /usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: ast_odbc_clear_cache Then a core dump. If I change the /etc/asterisk/modules.conf in order to preload the 'res_odbc.so' module, then the error dissapears, *but* still crashes with core dump Could someone point me out as where to start looking, or point me out to some documenation? Aditional Info: I enabled ODBC voicemail storage through the command line with: make menuselect.makeopts menuselect/menuselect --disable-category MENUSELECT_OPTS_app_voicemail menuselect.makeopts menuselect/menuselect --enable ODBC_STORAGE menuselect.makeopts Could it be that ODBC_STORAGE is causing problems with FILE_STORAGE, even if I explicitly disabled FILE_STORAGE? I also used 'strip' on the binaries (could that be the reason?): find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null Regards, -- Jose P. Espinal http://www.eslackware.com IRC: [OFTC|FreeNode] Khratos @ #slackware | #asterisk/-doc/-bugs
Matt Riddell
2011-May-17 01:08 UTC
[asterisk-users] 1.8.4 Core Dump after installing from source
On 13/05/11 4:38 PM, Jose P. Espinal wrote:> Hello, > > After installing Asterisk from source in Slackware 13.1, I get the > following error: > > Error loading module 'res_config_odbc.so': > /usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: > ast_odbc_clear_cache > > Then a core dump.Do a backtrace on the core dump. -- Cheers, Matt Riddell _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/exchange.php (Full ITSP Solution) http://www.venturevoip.com/cc.php (Call Centre Solutions)