Considering that I had a failure with compiling the latest version of asterisk because of cdr_mysql, I am going to assume that I need to have a copy of the mysql headers on the system in order to compile cdr_mysql.so. Does that sound correct? Kim C. Callis -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030718/42e33864/attachment.htm
If you are running RH install the mysql-devel rpm. If running debian do a apt-get install mysql-devel That should have everything you need to compile any mysql based code. Erik -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Kim C. Callis Sent: Friday, July 18, 2003 4:30 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] cdr_mysql Considering that I had a failure with compiling the latest version of asterisk because of cdr_mysql, I am going to assume that I need to have a copy of the mysql headers on the system in order to compile cdr_mysql.so. Does that sound correct? Kim C. Callis -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030718/7ab68ed7/attachment.htm
After updating asterisk from cvs today (08/07/03). i have been unable to Asterisk to connect to mysql. cdr_mysql.so compile with no issues. - And yes, i have mysql running on the same box as asterisk. - And yes, cdr_mysql worked prior to update from cvs Has anything change from cdr_mysql.c? Can anyone tell me what i am doing wrong? Regards Patrick -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Is cdr_mysql broken in latest CVS? It builds and loads fine but it doesn't insert cdrs in the database and there's no debug output at all. - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/QPoZ2TEAILET3McRAsEyAKCSZFgFSNvweA9Lh1BW1FJFwTwJNACdFNN3 tFLJlAxupabP17gRrVL0VJA=3k4Y -----END PGP SIGNATURE-----
I'm not running the latest CVS release but found a couple of days ago that CDR's were not being inserted into my MySQL tables, I restarted Asterisk and it worked fine again ...> -----Original Message----- > From: Tais M. Hansen [mailto:th@comx.as] > Sent: 18 August 2003 18:09 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] cdr_mysql > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > Is cdr_mysql broken in latest CVS? It builds and loads fine > but it doesn't > insert cdrs in the database and there's no debug output at all. > > - -- > Regards, > Tais M. Hansen > ComX Networks > Tel: +45-70257474 > Fax: +45-70257374 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.2 (GNU/Linux) > > iD8DBQE/QPoZ2TEAILET3McRAsEyAKCSZFgFSNvweA9Lh1BW1FJFwTwJNACdFNN3 > tFLJlAxupabP17gRrVL0VJA> =3k4Y > -----END PGP SIGNATURE----- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person
Hi, Something seamless has become rather painful lately: cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:162:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3 app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:162: error: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c:162: error: (Each undeclared identifier is reported only once app_addon_sql_mysql.c:162: error: for each function it appears in.) make: *** [app_addon_sql_mysql.o] Error 1 A search on google says to use an older release, done that, no help.. any ideas guys? Regards, Sahil Gupta VoiceValley