Ok so something is missing. I get the below for those two lines. checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... no
I even installed the mysql-devel as Bradley Watkins suggested and still it says no. What do I need to make that say yes? Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Colp Sent: Thursday, December 28, 2006 11:26 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: FW: [asterisk-users] cdr_addon_mysql.so did not register itselfduringload Savoy, Kevin - Williston, ND wrote: > 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? > What does ./configure say for MySQL? Should be two lines: checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... yes If it's like the above then the CDR module should compile. -- 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
