[asterisk-users] Asterisk Web Meetme module not loading
Matt Riddell
lists at venturevoip.com
Sun Aug 30 23:03:11 CDT 2009
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.
--
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