Allison Almeida escribiĆ³:
Javier.
Change this:
./configure --prefix=/home/myaccount/mbuni
--with-kannel-dir=/home/myaccount/mbuni
For:
./configure --prefix=/home/myaccount/mbuni
--with-kannel-dir=/home/myaccount/kannel
[]s
2006/7/6, Colin Pitrat <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:
I installed kannel as a standard user without trouble, and it ran just
well (bearerbox + smsbox + wapbox). The problem here is mbuni
can't find
kannel lib because it's not in the usual directory. The reason is you
made a mistake in your configure line : you have to tell configure
where
to find it using the --with-kannel-dir option.
Just try
./configure --prefix=/home/myaccount/mbuni
--with-kannel-dir=/home/myaccount/mbuni
Colin
Javier Valenzuela wrote:
> It's possible?, somebody try this?
>
> I try with ./configure --prefix=/home/myaccount/kannel
> but later, i have problems with mbuni installation :'(
>
> mbuni...
>
> ./configure --prefix=/home/myaccount/mbuni
> --with-kannel=/home/myacount/mbuni
>
> checking Kannel libs... -L/usr/local/lib/kannel -lgwlib -lssl -lrt
> -lbind -lresolv -lnsl -lm -lpthread -L/usr/lib -lxml2 -lz
-lpthread -lm
> -L/usr/lib -lcrypto -lssl
> checking Kannel includes... -I/usr/local/include/kannel
> -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2
> -I/usr/include/openssl
> checking for cfg_create in -lgwlib... yes
> checking for wsp_headers_pack in -lwap... no
> configure: error: Kannel WAP lib is required! <------- My
error! :'(
>
--
AbraƧos.
Allison Almeida.
Thanks, it's works! :)