Download the snapshot of kannel.
compile and install this version to its own directory, for use with Mbuni - 
it doesnt need to acutally run, Mbuni just needs bit and pieces from it.

configure --prefix=/usr/local/kannel-mbuni  (just to get the concept!)

Then when compiling mbuni,

configure --with-kannel-dir=/usr/local/kannel-mbuni



----- Original Message ----- 
From: "Jovan Kostovski" <[EMAIL PROTECTED]>
To: "hafez ahmad" <[EMAIL PROTECTED]>
Cc: <users@mbuni.org>
Sent: Thursday, August 14, 2008 12:39 PM
Subject: Re: [Users] Mbuni installing problem


On Thu, Aug 14, 2008 at 11:34 AM, hafez ahmad <[EMAIL PROTECTED]> wrote:
> Dears,
>
> I tried to install mbuni on my server, I have already kannel(1.4.1)
> installed and running fine as SMS gateway,  I compiled mbuni  without 
> using
> the kannel snapshot, but when I run the final command make install I get 
> the
> following error:
>
> "then mv -f ".deps/mms_uaprof.Tpo" ".deps/mms_uaprof.Po"; else rm -f
> ".deps/mms_uaprof.Tpo"; exit 1; fi
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mmlib -I../mmlib    -g -O2
> -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O4 -Wall -D_FILE_OFFSET_BITS=64
> -I/usr/include/openssl -I/usr/local/kannel/include/kannel -g -O2
> -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64
> -I/usr/include/libxml2 -I/usr/include/openssl -I/usr/include/mysql -MT
> mms_util.o -MD -MP -MF ".deps/mms_util.Tpo" -c -o mms_util.o mms_util.c; \
>         then mv -f ".deps/mms_util.Tpo" ".deps/mms_util.Po"; else rm -f
> ".deps/mms_util.Tpo"; exit 1; fi
> mms_util.c: In function 'mms_load_core_settings':
> mms_util.c:91: warning: passing argument 4 of 'http_use_proxy' from
> incompatible pointer type
> mms_util.c:91: error: too many arguments to function 'http_use_proxy'
> make[1]: *** [mms_util.o] Error 1
> make[1]: Leaving directory `/root/mbuni/mbuni-1.4.0/mmlib'
> make: *** [install-recursive] Error 1"
>
> is the problem that I did not use the kannel snapshot? any ideas?

How did you complile it?
did you issue ./configure  --with-kannel-dir=DIR ?
DIR is the directory with kannel headers and libs it defalts to /usr/local


HTH, Jovan
_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to