Hi, i read and install mbuni, following the steps of http://www.mbuni.org/userguide.shtml#Section_.1.2
I install kannel how normal user, in my account /home/myaccount/kannel/ [my account]$ tar xvfj gateway-1.4.0.tar.bz2 [my account]$ cd gateway-1.4.0 [my account]$ patch -p1 < ../mbuni-kannel-patch-full [my account]$ ./configure --prefix=/home/myaccount/kannel [my account]$ make install ######################################################## END Kannel installation ######################################################## [my account]$ tar xvzf mbuni-/version/.tgz [my account]$ cd mbuni-/version/ [my account]$ ./bootstrap [my account]$ ./configure --prefix=/home/myaccount/mbuni --with-kannel=/home/myaccount/kannel checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes . . . . 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!* *I read the documentation and follow the steps, but i'm loss. I try with: [my account]$ ./configure --with-kannel=/home/myaccount/kannel and [my account]$ ./configure --prefix=/home/myaccount/mbuni --with-kannel=/home/myaccount/kannel/lib/kannel/ but doesn't work! :( _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
