Re: wapbox, any ideas how to compile
"Vincent CHAVANIS" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <108c01c73d66$8c23bf60$9600a8c0@vince> |
Alex is right here, wapbox seems broken
A small hack would be this patch,
untill we will release a global fix of this issue.
diff -rauw /gateway-cvs/gw/wapbox.c /gateway/gw/wapbox.c
--- /gateway-cvs/gw/wapbox.c 2007-01-08 00:53:01.000000000 +0100
+++ /gateway/gw/wapbox.c 2007-01-21 15:14:56.000000000 +0100
@@ -145,9 +145,11 @@
#endif /* HAVE_LIBSSL */
/* load parameters that could be later reloaded */
- config_reload(0);
+ // config_reload(0);
--
Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR)
Service Technique/Reseau - NOC
Developpement SMS/MMS/Kiosques
http://www.telemaque.fr/
[email protected]
----- Original Message -----
From: "Hillel" <[email protected]>
To: ""Vincent CHAVANIS"" <[email protected]>; ""Alexander Malysh""
<[email protected]>
Cc: "Kannel Devel" <[email protected]>
Sent: Saturday, January 20, 2007 10:26 PM
Subject: wapbox, any ideas how to compile
> Hi Vincent and Alex,
>
> If ./configure --with-mysql --enable-start-stop-daemon
>
> 2007-01-20 23:14:38 [30882] [0] PANIC: Trying to fetch variable
> `ssl-client-certkey-file' in group `core', not allowed.
>
> We downloaded a fresh CVS cvs-20070114 and compiled with
> ./configure --with-mysql --enable-start-stop-daemon --disable-ssl and the
> problem disappeared. Thanks Vincent for the advise.
>
> But now we are getting:
>
> 2007-01-20 23:18:20 [3120] [0] PANIC: Trying to fetch variable
> `bearerbox-host' in group `wapbox', not allowed.
>
> group = wapbox
> bearerbox-host = localhost
>
> We removed the wapbox line bearerbox-host = localhost to test if the
> problem
> would disappear, but still we get the same error.
>
> 2007-01-20 23:23:25 [3318] [0] PANIC: Trying to fetch variable
> `bearerbox-host' in group `wapbox', not allowed.
>
> The CVS userguide suggests you use bearerbox-host = localhost so why is
> this
> error happening?
>
> Using -disable-ssl is fine, but now what do we do?
>
> Rgds
>
>
>
>