[asterisk-users] Asterisk Web Meetme module not loading

Glen glenganderton at gmail.com
Mon Aug 31 23:54:43 CDT 2009


Matt Riddell wrote:
> On 1/09/09 4:31 PM, Glen wrote:
>   
>> Matt Riddell wrote:
>>     
>>> On 31/08/09 2:33 PM, Glen wrote:
>>>
>>>       
>>>> I have asterisk 1.4.21 and web meetme (latest release 3.1) I have also
>>>> installed the latest versions of mysql and php. I followed the readme
>>>> file that came with the web meetme app and everything seemed to go fine
>>>> up until I realised the module wasnt being loaded. When I stop asterisk
>>>> and try to start it, it errors out and does not load and I get the
>>>> following message:
>>>>
>>>> Parsing '/etc/asterisk/cbmysql.conf': Found
>>>> asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_cbmysql.so:
>>>> undefined symbol: mysql_init
>>>>
>>>>         
>>> Likely you don't have mysql-devel libraries installed - though I wonder
>>> how it would have compiled.
>>>
>>> mysql_init is a function provided by the libmysqlclient library - if you
>>> didn't compile app_cbmysql.so yourself, you could type ldd
>>> app_cbmysql.so to see what it links to then check your lib directory to
>>> see if you have the same - you might have 64 bit when it was compiled
>>> for 32 bit or something
>>> \
>>>       
>> Hi Matt,
>>
>> I have the following mysql packages installed
>>
>> MySQL-client-community-5.1.37
>> MySQL-devel-community-5.1.37
>> MySQL-server-community-5.1.37
>> MySQL-shared-community-5.1.37
>>
>> Also I get no errors when compiling app_cbmysql.so (I do compile this
>> from source)
>>     
>
> What do you get if you type:
>
> ldd /usr/lib/asterisk/modules/app_cbmysql.so
>
>   

This is the output

linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7f60000)
libc.so.6 => /lib/libc.so.6 (0xb7e2d000)
/lib/ld-linux.so.2 (0x80000000)





More information about the asterisk-users mailing list