Ok so I'm the only one not getting this to work. Maybe I'm doing something wrong. Here is the installation I'm using. Install Fedora Core 4 and do all the updates through yum. Then I install zdlib-devel, openssl-devel, newt-devel, gcc, gcc-c++ and then mysql and perl-DBD-MySQL all using yum install.
Am I missing something? Something I'm installing I shouldn't be? After doing the Asterisk-Addons with ./configure, make and then make install as it instructs, the two files below do NOT exist anywhere on my system. Can I compile these manually? If so how? Help? Thanks -----Original Message----- From: Savoy, Kevin - Williston, ND Sent: Thursday, December 28, 2006 9:17 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: FW: [asterisk-users] cdr_addon_mysql.so did not register itself duringload So no one else is having issues with MySQL and 1.4? I'm the only one? -----Original Message----- From: Savoy, Kevin - Williston, ND Sent: Wednesday, December 27, 2006 2:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [asterisk-users] cdr_addon_mysql.so did not register itself duringload Well the addons from 1.4 are installed. This original Asterisk 1.2.x box was created by my predecessor and he had the cdr_addon_mysql.so and res_config_mysql.so files on a server that we copied to any new installation. I'm not sure where he got these files. As far as I can tell shouldn't the install of the addons create these files? If not where do I get them from? I've done a search on the server and those files do NOT exist. Otherwise can you tell me how to load the MySQL in Asterisk 1.4 to make it work? Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Colp Sent: Tuesday, December 26, 2006 11:24 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] cdr_addon_mysql.so did not register itself duringload Savoy, Kevin - Williston, ND wrote: > > > I've loaded Asterisk 1.4 with the addons 1.4, libpri 1.4 and Zaptel 1.4 > as well. I can place calls but I noticed the MySQL was writing out to > the database. When doing an Asterisk load with asterisk -vvvv I saw the > following: > > > > [Dec 26 11:02:08] WARNING[10029]: loader.c:375 load_dynamic_module: > Module 'cdr_addon_mysql.so' did not register its > > [Dec 26 11:02:08] WARNING[10029]: loader.c:607 load_resource: Module > 'cdr_addon_mysql.so' could not be loaded. > The module that is being loaded is not a 1.4 module. It is using the old way of module loading. You should make sure that you are using 1.4 addons and that they are installed. -- Joshua Colp Software Developer Digium, Inc. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
