<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2>Agreed. Like I said, I need to learn the rules for
Makefiles and provide a complete</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2>solution. I'll make time next week to try to improve
the situation.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2>My logs show hundreds of downloads, yet only a very small
number of people have</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2>emailed me questions, or provided suggestions for
improvements. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=249513603-16022006><FONT face=Arial
color=#0000ff size=2>Dan</FONT></SPAN></DIV><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Ben
Q<BR><B>Sent:</B> Wednesday, February 15, 2006 6:40 AM<BR><B>To:</B> Asterisk
Users Mailing List - Non-Commercial Discussion<BR><B>Subject:</B> Re:
[Asterisk-Users] [Announce] Web-MeetMe v2.0.0<BR></FONT><BR></DIV>
<DIV></DIV>It works!<BR><BR>I hadn't put the rule for app_cbmysql.so:
app_cbmysql.o.<BR><BR>Not really easy to install on * 1.2.4 for non-dev people
(as the patch makefile doesn't work). <BR><BR>Thanks you very much Sean and
Dan.<BR><BR><BR>
<DIV><SPAN class=gmail_quote>On 2/15/06, <B class=gmail_sendername>Sean
Cook</B> <<A href="mailto:scook@kinex.net">scook@kinex.net</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">-----BEGIN
PGP SIGNED MESSAGE-----<BR>Hash: SHA1<BR><BR>You have to link it to the
mysql libraries... add the following to
the<BR>apps/Makefile<BR><BR>APPS+=app_cbmysql.so<BR><BR>app_cbmysql.o: app_cbmysql.c<BR> $(CC)
-pipe -I/usr/include/mysql -L/usr/lib/mysql $(CFLAGS) -c <BR>- -o
app_cbmysql.o app_cbmysql.c<BR><BR>app_cbmysql.so:
app_cbmysql.o<BR> $(CC) $(SOLINK)
-o $@ ${CYGSOLINK} $< ${CYGSOLIB}<BR>- -L/usr/lib/mysql -lmysqlclient
-lz<BR><BR><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>