That's my config.log part, whith the problem. Is this a FreeBSD problem? or mbuni related?
configure:21451: checking for cfg_create in -lgwlib configure:21481: gcc -o conftest -g -O2 -pthread -I/usr/include/openssl -I/usr/local/include/kannel -O2 -pipe -I/usr/local/i nclude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include -I/usr/include/openssl -L/usr/local/lib/kanne l -lwap -lgwlib -lssl -lm -L/usr/local/lib -pthread -rpath=/usr/local/lib -liconv -L/usr/local/lib -lxml2 -lz -L/usr/local/ lib -liconv -lm -L/usr/local/lib -lpcre -L/usr/lib -lcrypto -lssl conftest.c -lgwlib -lpthread -lc_r -lkse -L/usr/lib >&5 /usr/bin/ld: cannot find -lkse configure:21487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "mbuni" | #define PACKAGE_TARNAME "mbuni" | #define PACKAGE_VERSION "cvs" | #define PACKAGE_STRING "mbuni cvs" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "mbuni" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBPTHREAD 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define RETSIGTYPE void | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRTOL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char cfg_create (); | int | main () | { | cfg_create (); | ; | return 0; | } configure:21513: result: no configure:21523: error: Kannel gwlib is required! O/H Loïc Minier έγραψε: > On Mon, Jul 10, 2006, Pavlos Georgiadis wrote: > >> configure: error: Kannel gwlib is required! >> >> Kannel is installed and the gwlib is under /usr/local/lib/kannel/libgwlib.a >> and gwlib headers are under /usr/local/include/kannel/gwlib/ >> > > Check the commands results in config.log. > > _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
