[asterisk-users] Asterisk Web Meetme module not loading
Matt Riddell
lists at venturevoip.com
Tue Sep 1 00:29:52 CDT 2009
Hmm, it looks like it has a makefile in the cb_mysql directory which is
supposed to do the linking.
Have you tried running make from there?
It also has a copyright of Mark Spencer, but I know 100% he didn't write it.
The person you're probably looking for is Dan Austin, but I can't track
him down.
Yeah, the lines in that makefile which do it are:
app_cbmysql.o: app_cbmysql.c
$(CC) -pipe -I/usr/include/mysql -L/usr/lib/mysql $(CFLAGS) -c -o
app_cbmysql.o app_cbmysql.c
app_cbmysql.so: app_cbmysql.o
$(CC) -shared -Xlinker -x -o $@ $< -I/usr/include/mysql
-L/usr/lib/mysql -lmysqlclient
--
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