[Home]

Summary:ASTERISK-10934: MySQL addons break latest asterisk 1.4.15
Reporter:Sam Deller (samdell3)Labels:
Date Opened:2007-11-30 01:25:17.000-0600Date Closed:2011-06-07 14:02:52
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Latest public download Asterisk 1.4.15 used with latest Asterisk addons 1.4.4 appears to have broken all MySQL modules.

Can reproduce problem on all test machines so havent bothered with debug output.

1.4.15 not available in dropdown box yet FYI



****** ADDITIONAL INFORMATION ******

[Nov 30 20:09:46] WARNING[23249] loader.c: Module 'res_config_mysql.so' was not compiled with the same compile-time options as this version of Asterisk.
[Nov 30 20:09:46] WARNING[23249] loader.c: Module 'res_config_mysql.so' will not be initialized as it may cause instability.
[Nov 30 20:09:46] WARNING[23249] loader.c: Module 'res_config_mysql.so' could not be loaded.

[Nov 30 19:54:37] WARNING[7312] loader.c: Module 'cdr_addon_mysql.so' was not compiled with the same compile-time options as this version of Asterisk.
[Nov 30 19:54:37] WARNING[7312] loader.c: Module 'cdr_addon_mysql.so' will not be initialized as it may cause instability.
[Nov 30 19:54:37] WARNING[7312] loader.c: Module 'cdr_addon_mysql.so' could not be loaded.



Comments:By: Badalian Vyacheslav (slavon) 2007-11-30 01:26:39.000-0600

cd asterisk-src
make
make install

cd ../asterisk-addons
make clean
./configure
make
make install

By: Sam Deller (samdell3) 2007-11-30 01:33:44.000-0600

...yes it configures and compiles fine

Just recompiled and tested addons 1.4.4 with asterisk 1.4.14 and that works fine so far.

Only 1.4.15 affected

By: Badalian Vyacheslav (slavon) 2007-11-30 01:56:24.000-0600

you must recompile asterisk addons after install new asterisk .h(eaders) to make it works... try #asterisk channel

By: Joshua C. Colp (jcolp) 2007-11-30 08:19:06.000-0600

As was mentioned you must install the new Asterisk and then recompile Asterisk-addons so it picks up the headers and compiles properly. Once this is done it will work fine. (I know, I just confirmed it).