On Sat, Nov 04, 2006 at 11:07:52PM +0200, Mosiuoa Tsietsi wrote:
> Hi again,
> 
> I downloaded the bristuff-0.3.0-PRE-1s.tar.gz archive from
> http://www.junghanns.net which has a script you can run to download the
> sources for asterisk (1.2.10), libpri (1.2.3) and zaptel (1.2.6).  It
> also has patches for the above as well.  Another script helps build the
> sources for each for you one-time.
> 
> Asterisk build properly and when I copy across my app_prepaid.c file
> into */apps folder, I can successfully run 
> 
> $ make clean && make && make install
> 
> I separately have the sources for asterisk-addons-1.2.4 in which I have
> successfully run 
> 
> $ make clean && make install
> 
> after I have built asterisk.
> 
> It's when I try 
> $ asterisk -gcvvvvvvvv that I get the error:
> 
> [ Booting...Nov  4 22:49:49 NOTICE[1861]: cdr.c:1191 do_reload: CDR
> simple logging enabled.
> .Nov  4 22:49:49 WARNING[1861]: cdr_addon_mysql.c:361 my_load_module:
> MySQL database sock file not specified.  Using default

You need res_config_mysql . The CDR module is irrelevant (and has
overhead, as you see).

> Nov  4 22:49:49 WARNING[1861]: loader.c:325
> __load_resource: /usr/lib/asterisk/modules/app_prepaid.so: undefined
> symbol: mysql_num_fields
> Nov  4 22:49:49 WARNING[1861]: loader.c:499 load_modules: Loading module
> app_prepaid.so failed!

Did you see the module res_config_mysql.so load? Again, that is the module 
that should provide this symbol.

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--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

Reply via email to