[Asterisk-Users] [Announce] Web-MeetMe v2.0.0
Dan Austin
Dan_Austin at Phoenix.com
Wed Feb 15 20:42:16 MST 2006
Agreed. Like I said, I need to learn the rules for Makefiles and
provide a complete
solution. I'll make time next week to try to improve the situation.
My logs show hundreds of downloads, yet only a very small number of
people have
emailed me questions, or provided suggestions for improvements.
Dan
________________________________
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ben Q
Sent: Wednesday, February 15, 2006 6:40 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] [Announce] Web-MeetMe v2.0.0
It works!
I hadn't put the rule for app_cbmysql.so: app_cbmysql.o.
Not really easy to install on * 1.2.4 for non-dev people (as the
patch makefile doesn't work).
Thanks you very much Sean and Dan.
On 2/15/06, Sean Cook <scook at kinex.net> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
You have to link it to the mysql libraries... add the
following to the
apps/Makefile
APPS+=app_cbmysql.so
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) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB}
- -L/usr/lib/mysql -lmysqlclient -lz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060215/897859c8/attachment.htm
More information about the asterisk-users
mailing list