search for: apsvr1

Displaying 3 results from an estimated 3 matches for "apsvr1".

2005 Mar 22
1
asterisk-addons / OS X woes (continued)
...ow compiles. For some reason though, when trying to load it cannot find cdr_mysql.conf even though it's in the /etc/asterisk directory as it should be. Anyone with any ideas? There's still references to _i386 files that are probably incorrect as well. Thanks Rob console messages: apsvr1*CLI> reload Mar 23 11:42:44 WARNING[15003]: config.c:579 cfg_process: parse error: No category context for line 14 of cdr_mysql.conf Mar 23 11:42:44 WARNING[15003]: cdr_addon_mysql.c:264 my_load_module: Unable to load config for mysql CDR's: cdr_mysql.conf Mar 23 11:42:44 NOTICE[15003]: in...
2005 Mar 19
2
Problem with asterisk-addons/OS X
...Mysql, DBI and DBD all installed and running ok, privileges all set correctly (I think). Latest asterisk-addons checked out of cvs. Keep getting error on make install (implies gcc doesn't support -shared linking, which is wierd): Anyone got mysql cdr support running on OS X? Cheers Rob apsvr1:/usr/local/src/asterisk-addons root# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` make -C format_mp3 all gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c gcc -p...
2005 Mar 22
2
Asterisk-addons/OS X woes
...erm problem. Compilation problem does not appear to be mysql related, as make install fails on format_mp3.so. The linking is trying to include dct64_i386.o which could be the problem, but I'm not sure. Anyone with any ideas would be much appreciated. Dump from make clean; make install: apsvr1:/usr/local/asterisk-addons-1.0.4 root# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cdr_addon_mysql.c:24:22: asterisk.h: No such file or directory make -C format_mp3 all gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -...