Re: [SQLBOX] Stand Alone Module

2006-07-08 Thread Stipe Tolj

Mi Reflejo wrote:


Err devellist is denying msg  40kb.

So download it from here:

http://200.73.185.22/temp/martin/sqlbox-standalone.tar.gz

Thanks.
Martin


Hi Martin,

yep, mailman's security/abuse default is 40kb for attachements to the list.

I just enabled the UserDir public__html option on new www.kannel.org for you and 
put the tarball inside, see:


  http://www.kannel.org/~mconte/sqlbox/

Please use this location for Kannel specific download offerings, so we have 
tracking of access_log etc ;)


Stipe

---
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture  Kannel Software Foundation (KSF)
http://www.tolj.org/  http://www.kannel.org/

mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
---



Re: [SQLBOX] Stand Alone Module

2006-07-08 Thread Humberto Figuera

Hi Martin,

please add this patch to sqlbox-standalone/gw/sqlbox_pgsql.h ;p

bye

--
Humberto Figuera - Using Linux 2.6.17
Usuario GNU/Linux 369709
Caracas - Venezuela
GPG Key Fingerprint = 5AAC DF0C 00F4 2834 28BA  37AD 3364 01D1 74CA 0603
--- sqlbox_pgsql.h	2006-06-28 18:06:07.0 -0400
+++ ../../Desktop/sqlbox-standalone/gw/sqlbox_pgsql.h	2006-07-08 12:02:41.0 -0400
@@ -1,6 +1,6 @@
 #include gwlib/gwlib.h
 #ifdef HAVE_PGSQL
-#include msg.h
+#include gw/msg.h
 #include sqlbox_sql.h
 #define sql_fetch_msg pgsql_fetch_msg
 #define sql_save_msg pgsql_save_msg


Re: [SQLBOX] Stand Alone Module

2006-07-08 Thread Mi Reflejo

Yes, right. We never realize pgsql error because we are actually using mysql.
Is great that you are using postgres.  ;)

M.

On 7/8/06, Humberto Figuera [EMAIL PROTECTED] wrote:

Hi Martin,

please add this patch to sqlbox-standalone/gw/sqlbox_pgsql.h ;p

bye

--
Humberto Figuera - Using Linux 2.6.17
Usuario GNU/Linux 369709
Caracas - Venezuela
GPG Key Fingerprint = 5AAC DF0C 00F4 2834 28BA  37AD 3364 01D1 74CA 0603







[SQLBOX] Stand Alone Module

2006-07-07 Thread Mi Reflejo

I made a couple of tests and it's working. Would be great if someone
can try it and give me some feedback.

Quick compile:

# ./bootstrap
# ./configure
# make


Regards,
Martin Conte.