P.A. What exactly does that mean?
What I did was download kannel 1.4.1 from the kannel website, compile and install into a non-system directory in my home dir. I then downloaded the latest mbuni code, ran ./boostrap, ran the ./configure with the prefix I wanted, and the kannel prefix, and then ran make -j 2. At which time it eventually failed with the error I originally posted. --Aaron On Dec 16, 2007 10:53 PM, P. A. Bagyenda <[EMAIL PROTECTED]> wrote: > Compile against the Kannel given on the website. Note that you need > not install the same Kannel as you compile with. > > On Dec 17, 2007, at 09:05, Aaron wrote: > > > Paul, > > > > Just downloaded the latest, 1.4.1. > > > > On Dec 16, 2007 9:59 PM, Paul Bagyenda <[EMAIL PROTECTED]> wrote: > >> Which version of Kannel are you compiling against? > >> > >> Paul. > >> > >> > >> > >> > >> On Dec 17, 2007 8:31 AM, Aaron < [EMAIL PROTECTED]> wrote: > >>> > >>> > >>> > >>> I am getting the following errors when I try and compile v1.3.0 of > >>> mbuni. As far as I can tell I have kannel and all the prereqs > >>> compiled > >>> and installed just fine, but I get this error below: > >>> > >>> gcc -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O4 -Wall > >>> -D_FILE_OFFSET_BITS=64 -I/usr/include/openssl > >>> -I/home/drizzt/mms//include/kannel -g -O2 -D_XOPEN_SOURCE=600 > >>> -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 > >>> -I/usr/include/mysql -rdynamic -o mmsrelay mmsglobalsender.o > >>> mmsmobilesender.o mmsrelay.o -L/home/drizzt/mms//lib/kannel -lgw - > >>> lrt > >>> -lresolv -lnsl -lm -L/usr/lib /usr/lib/libxml2.so -lpcre > >>> -L/usr/lib/mysql /usr/lib/libmysqlclient_r.so libmmsc.a > >>> ../mmlib/libmms.a -lwap -lgwlib -lpthread -ldl -lcrypto -lssl > >>> ../mmlib/libmms.a(mms_util.o): In function `mms_load_core_settings': > >>> /home/drizzt/mbuni/mbuni- 1.3.0/mmlib/mms_util.c:109: undefined > >>> reference to `use_global_client_certkey_file' > >>> /home/drizzt/mbuni/mbuni-1.3.0/mmlib/mms_util.c:115: undefined > >>> reference to `use_global_server_certkey_file' > >>> /home/drizzt/mbuni/mbuni- 1.3.0/mmlib/mms_util.c:120: undefined > >>> reference to `use_global_trusted_ca_file' > >>> > >>> > >>> --Aaron > >>> _______________________________________________ > >>> Users mailing list > >>> [email protected] > >>> http://lists.mbuni.org/mailman/listinfo/users > >>> > >> > >> > > _______________________________________________ Users mailing list [email protected] http://lists.mbuni.org/mailman/listinfo/users
