[asterisk-users] Asterisk Web Meetme module not loading

Matt Riddell lists at venturevoip.com
Mon Aug 31 23:35:04 CDT 2009


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 /var/lib/asterisk/modules/app_cbmysql.so

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



More information about the asterisk-users mailing list