Fw: Fw: Fw: Kannel version 1.1.5-1 fault tolerance and memory leaks
"James Wang" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear All, I am trying to build Kannel 1.1.5 on Solaris 8 and had the following problems: ++++++++++++++++++++++++++++++++++++++++++++++++++++ /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:123: undefined reference to `ws_create' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:182: undefined reference to `ws_compile_data' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:194: undefined reference to `ws_free_byte_code' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:197: undefined reference to `ws_compile_file' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:206: undefined reference to `ws_result_to_string' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:213: undefined reference to `ws_destroy' wmlscript/wmlsc.o: In function `pragma_meta': /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:244: undefined reference to `ws_utf8_to_latin1' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:245: undefined reference to `ws_utf8_to_latin1' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:246: undefined reference to `ws_utf8_to_latin1' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:259: undefined reference to `ws_utf8_free_data' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:260: undefined reference to `ws_utf8_free_data' /var/tmp/kannel-nag-dir/gateway/wmlscript/wmlsc.c:261: undefined reference to `ws_utf8_free_data' collect2: ld returned 1 exit status make: *** [wmlscript/wmlsc] Error 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++ here is the configure log: > > > +++++++++++++++++++++++++++++++++++++++++++++++++++ > bash-2.03# ./configure > loading cache ./config.cache > checking host system type... sparc-sun-solaris2.8 > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -DSunOS=1 ) works... yes > checking whether the C compiler (gcc -DSunOS=1 ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for a BSD compatible install... ./install-sh -c > checking for ranlib... (cached) ranlib > checking for bison... no > checking for byacc... no > checking for flex... (cached) lex > checking for yywrap in -ll... (cached) yes > checking for perl... (cached) /usr/bin/perl > checking for log in -lm... (cached) yes > checking for accept in -lsocket... (cached) yes > checking for inet_ntoa in -lnsl... (cached) yes > checking for pthread_exit in -lpthread... (cached) yes > checking for pthread_exit in -lc_r... (cached) no > checking for xml2-config... (cached) /usr/local/bin/xml2-config > checking libxml version... 2.4.10 > checking for inet_ntop in -lresolv... (cached) yes > checking how to run the C preprocessor... (cached) gcc -E > checking for ANSI C header files... (cached) yes > checking for sys/ioctl.h... (cached) yes > checking for sys/time.h... (cached) yes > checking for sys/types.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/poll.h... (cached) yes > checking for pthread.h... (cached) yes > checking for getopt.h... (cached) no > checking for syslog.h... (cached) yes > checking for gettimeofday... (cached) yes > checking for select... (cached) yes > checking for socket... (cached) yes > checking for strdup... (cached) yes > checking for getopt_long... (cached) no > checking for getopt... (cached) yes > checking for socklen_t in <sys/socket.h>... (cached) yes > checking for getopt in <stdio.h>... (cached) yes > checking for getopt in <unistd.h>... (cached) no > checking for working pthreads... yes > checking for jade... (cached) : > checking for jadetex... (cached) : > checking for dvips... (cached) : > checking for fig2dev... (cached) : > checking for ps2pdf... (cached) : > checking for > /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl... (cached) > no > checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl... > (cached) no > checking for > /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl... (cached) > no > checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl... > (cached) no > Not building documentation. > using checking malloc > Attempting to compile with SSL support. > checking for SSL_library_init in -lssl... (cached) no > creating ./config.status > creating Makefile > creating config.h > config.h is unchanged > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++ > Any help is greatly appreciated. Thx in adv. James Wang