[Home]

Summary:ASTERISK-12181: mysql libs not found after installing the plugin into asterisk
Reporter:qr123de (qr123de)Labels:
Date Opened:2008-06-12 09:30:27Date Closed:2011-06-07 14:03:02
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) config.log
Description:./configure find the correct path to the mysql lib's.
after installing the cdr_addon_mysql or res_*mysql the symbol mysql_init isnt found.

asterisk: symbol lookup error: /usr/lib/asterisk/modules/cdr_addon_mysql.so: undefined symbol: mysql_init


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

asterisk-addons-1.6.0-beta4

gentoo x64 system
Comments:By: qr123de (qr123de) 2008-06-12 09:31:50

i forgot to say the 1.4. addons working fine.

By: Tilghman Lesher (tilghman) 2008-06-12 11:38:05

What is the output of:

ldd /usr/lib/asterisk/modules/cdr_addon_mysql.so

By: qr123de (qr123de) 2008-06-15 09:52:08

libc.so.6 => /lib/libc.so.6 (0x00002b62b85a8000)
       /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)


btw. i also tried svn version, that works.
i think this ticket can be closed.