View previous topic :: View next topic |
Author |
Message |
linux.gokan at gmail.com Guest
|
Posted: Tue Sep 23, 2014 10:38 pm Post subject: [asterisk-users] AsteriskCDR |
|
|
Hello;
I was using the 1.8 version of Asterisk. However, due to a problem I had to update. Update reporting system is broken when you have made. Current version 11.10. I installed the modules in the system for problems that are missing. I getting error as follows.
^[[A[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' was not compiled with the same compile-time options as this version of Asterisk.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' will not be initialized as it may cause instability.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' could not be loaded.
Asterisk to 11.12.0 "app_mysql.so" found. But it gives the following error.
Then I found the necessary libraries for version 10.11. (app_mysql.so, res_config_mysql.so) Now the'm getting an error as follows.
Error loading module 'app_mysql.so': libmysqlclient.so.16: cannot open shared object file: No such file or directory
I want to do this without re-installing. Can you help ? |
|
Back to top |
|
|
cursor at telecomabmex... Guest
|
Posted: Wed Sep 24, 2014 11:39 am Post subject: [asterisk-users] AsteriskCDR |
|
|
On 9/23/14, 10:38 PM, Gokan Atmaca wrote:
Quote: | Hello;
I was using the 1.8 version of Asterisk. However, due to a problem I had to update. Update reporting system is broken when you have made. Current version 11.10. I installed the modules in the system for problems that are missing. I getting error as follows.
^[[A[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' was not compiled with the same compile-time options as this version of Asterisk.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' will not be initialized as it may cause instability.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' could not be loaded.
Asterisk to 11.12.0 "app_mysql.so" found. But it gives the following error.
Then I found the necessary libraries for version 10.11. (app_mysql.so, res_config_mysql.so) Now the'm getting an error as follows.
Error loading module 'app_mysql.so': libmysqlclient.so.16: cannot open shared object file: No such file or directory
I want to do this without re-installing. Can you help ?
| It seems you did not enable the mysql modules when you compiled Asterisk 11 and thus the old modules from 1.8 are still in /usr/lib/modules/asterisk. Go to the source code directory where you compiled and do a "make menuconfig" and make sure you enable cdr_mysql and app_mysql. Then do another make && make install so the modules are copied.
Quote: | -- Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez +52 (55)9116-91161 |
|
|
Back to top |
|
|
linux.gokan at gmail.com Guest
|
Posted: Thu Sep 25, 2014 6:17 am Post subject: [asterisk-users] AsteriskCDR |
|
|
Quote: | It seems you did not enable the mysql modules when you compiled Asterisk 11 and thus the old modules from 1.8 are still >in /usr/lib/modules/asterisk. Go to the source code directory where you compiled and do a "make menuconfig" and make >sure you enable cdr_mysql and app_mysql. Then do another make && make install so the modules are copied.
|
Thanks
On Wed, Sep 24, 2014 at 7:38 PM, Carlos Chavez <cursor@telecomabmex.com> wrote:
Quote: | On 9/23/14, 10:38 PM, Gokan Atmaca wrote:
Hello;
I was using the 1.8 version of Asterisk. However, due to a problem I had to
update. Update reporting system is broken when you have made. Current
version 11.10. I installed the modules in the system for problems that are
missing. I getting error as follows.
^[[A[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' was not
compiled with the same compile-time options as this version of Asterisk.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' will not be
initialized as it may cause instability.
[Sep 24 03:16:50] WARNING[3624] loader.c: Module 'app_mysql.so' could not be
loaded.
Asterisk to 11.12.0 "app_mysql.so" found. But it gives the following error.
Then I found the necessary libraries for version 10.11. (app_mysql.so,
res_config_mysql.so) Now the'm getting an error as follows.
Error loading module 'app_mysql.so': libmysqlclient.so.16: cannot open
shared object file: No such file or directory
I want to do this without re-installing. Can you help ?
It seems you did not enable the mysql modules when you compiled Asterisk
11 and thus the old modules from 1.8 are still in /usr/lib/modules/asterisk.
Go to the source code directory where you compiled and do a "make
menuconfig" and make sure you enable cdr_mysql and app_mysql. Then do
another make && make install so the modules are copied.
-- Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez +52
(55)9116-91161
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|