Hi,<br><br>thanks for your quick answer.<br><br>My system is Gentoo with mysql 4.1.14 installed from oficial gentoo repository. And mysql does work for other applications (I also already created the meetme db/table).<br><br>
Maybe the problem comes from my manual patching of the makefile to compile <span style="font-size: 85%;">app_cbmysql.c</span> (as the "patch" command didn't work with the makefile from 4.1.14). Compilation went fine.
<br><br>Dont'know. still investigating. Any help welcome.<br><br>benq<br> <br><br><div><span class="gmail_quote">On 2/15/06, <b class="gmail_sendername">Dan Austin</b> <<a href="mailto:Dan_Austin@phoenix.com">Dan_Austin@phoenix.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">The error looks like a problem with the MySQL libraries on
your system. I have not</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">tested it against 1.2.4, but do have it running on SVN 7668
and have had it running</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">on 1.2.0</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">I can try 1.2.4 next week if you are not able to resolve it
by them.</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Dan</font></span></div><br>
<blockquote style="margin-right: 0px;">
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">asterisk-users-bounces@lists.digium.com</a>] <b>On Behalf Of </b>Ben
Q<br><b>Sent:</b> Wednesday, February 15, 2006 2:46 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><span class="q" id="q_1096d86718fdc92e_1">
<div></div>Does this work with asterisk 1.2.4?<br><br>I can't make app_cbmysql
work.<br><br>I get an error when starting asterisk:<br>[app_cbmysql.so]Feb 15
10:26:53 WARNING[7616]: loader.c:325 __load_resource:
/usr/lib/asterisk/modules/app_cbmysql.so: undefined symbol: mysql_store_result
<br>Feb 15 10:26:53 WARNING[7616]: loader.c:554 load_modules: Loading module
app_cbmysql.so failed!<br><br>Who had a successfull experience
compiling/running app_cbmysql.so with asterisk
1.2.4?<br><br>b.en.q<br><br><br>
<div><span class="gmail_quote">On 1/12/06, <b class="gmail_sendername">Dan
Austin</b> <<a href="mailto:Dan_Austin@phoenix.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Dan_Austin@phoenix.com</a>>
wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">[New
Features]<br> 1. Added
focus and tab-order to all input
fields<br> 2. Dynamic
generation of date/month/year
listboxes<br>
a. It is no longer possible to schedule an
invalid<br>
date.
<br> 3. Added
'Extend' and 'End Now' buttons to the
monitor<br> page.<br> 4. Invite
button on the monitor page. This
greatly<br> simplifies the
process of adding callers to a
conference.<br> The
./lib/defines file includes definitions for
the<br> prefered channel and
context<br>***************************************************<br> 5. Call
history report. Support for this
feature<br> requires the php
script ./lib/cbEnd.php be running at
<br> all
times. This also requires a new table in
the<br> meetme database if
you're upgrading from an
earlier<br> release.<br>***************************************************<br><br><br>[Location]
<br> <a href="http://www.fitawi.com/Asterisk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.fitawi.com/Asterisk</a><br>[Files]<br> Web-MeetMe_v2.0.0.tgz
(required)<br> app_cbmysql.c
(required)<br> cbmysql.conf
(required)<br>
cb-extensions.conf
(suggested)<br> README
(suggested)<br><br>[Installation]<br> See
the
README<br><br>[Features]<br> 1.
Schedule new
conferences<br>
a. Control start and end
times<br> b. Set
conference pin #
<br> i.
Generate one if the requester leaves it
blank<br> ii.
Identify pin # conflicts (another conference
with<br> the
same pin is scheduled at the same
time)<br> c. Set
Admin and User passwords
<br> i.
Generate a user password if an Admin pw is
set<br> but
the User pw is
blank<br> d.
Weekly recurring conferences with the same
settings<br> e.
Select MeetMe flags per conference for Admins and Users
<br> 2. Email the details for
a successfully scheduled
conference<br> 3. Separate
views for Current, Past and Future
conferences<br> 4. Ability to
modify the end time of a running
conference<br>
a. Can also reschedule a past or future conference.
<br> 5. Monitor realtime
conference
activity<br> a.
Mute/Kick participants<br> 6.
Optional
authentication<br>
a. Currently Active Directory or LDAP
based<br> b.
Authentication is abstracted so unix/PAM/DB/RADIUS
<br> support
could be easily added<br> 7.
Users can only monitor, update or delete their
conferences<br> 8. Verified
administrators can monitor, update or delete
any<br> conferences.<br> 9.
Updated to Asterisk
1.2.0<br> a.
Changes to the Manager interface may have
caused<br>
support for 1.0.X to slip, I cannot test that)<br>Thanks and
enjoy,<br>Dan<br><br>***Beta testers and anyone who downloaded v2.0.0 before
today**** <br>The only changes from the beta was a cosmetic change to work
with<br>non-IE browsers and a couple of installation hints. I
only<br>received feedback from one tester, so it appears the package
is<br>ready to go.<br><br>***Developer help/guidence request***<br>The PHP
script to monitor conference endtime and<br>up date the CDR is
fragile. If Asterisk is shut<br>down for more than 30 seconds,
the script exits.<br>I'd like to make it more resilent. If any
PHP <br>experts can make suggests on how to improve the<br>script it would
be
appreciated<br>_______________________________________________<br>--Bandwidth
and Colocation provided by <a href="http://Easynews.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Easynews.com
</a>--<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update
options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
<br></blockquote></div><br></span></div></blockquote>
<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br><br></blockquote></div><br>