Check if the binaries are actually using those libraries with ldd, maybe you have the libraries on two places?
On Mon, Feb 1, 2010 at 7:30 AM, Sindu R <[email protected]> wrote: > Thanks for responding, Alex. > Yes, Kannel is installed on the box and works. > > Here is part of the output from the status command from Kannel's http admin > interface: > > Kannel bearerbox version `1.4.3'. Build `Jan 7 2010 18:17:47', compiler > `3.4.4 (cygming special, gdc 0.12, using dmd 0.125)'. System CYGWIN_NT-5.1, > release 1..7.1(0.218/5/3), version 2009-12-07 11:48, machine i686. Hostname > xxxxx-xx, IP xxx.xxx.x.xxx. Libxml version 2.7.4. Compiled with MySQL > 5.1.42, using MySQL 5.1.42. Using native malloc. > > What else could be wrong? > > Thanks, > Sindu > > ------------------------------ > *From:* Alejandro Guerrieri <[email protected]> > *To:* Nikos Balkanas <[email protected]> > *Cc:* Sindu R <[email protected]>; [email protected] > *Sent:* Mon, 1 February, 2010 11:11:05 AM > > *Subject:* Re: Help with installation of sqlbox > > checking Kannel version.... 1..4.3 > checking Kannel libs... -L/usr/local/lib/kannel -lgw -lwap -lgwlib -lrt > -lresolv -lm -lpthread -liconv -L/usr/lib -lxml2 -lz -liconv -lm > -L/usr/local > ... > checking Kannel includes... -I/usr/local/include/kannel -g -O2 > -D_LARGE_FILES= -I/usr/include/libxml2 -I/usr/local/include/mysql > checking for cfg_create in -lgwlib... no > > Seems like the configure script detects kannel, but cannot link against it. > Is that kannel actually installed on that box and works? Have you tried > starting it? > > Regards, > > Alex > > 2010/2/1 Nikos Balkanas <[email protected]> > >> Yeap. Check for correct library path. In Solaris it is LD_LIBRARY_PATH, in >> Linux it is /etc/ld.so.conf. I don't know which is in CygWin. >> >> >> Nikos >> ----- Original Message ----- From: "Sindu R" <[email protected]> >> To: <[email protected]> >> Sent: Monday, February 01, 2010 7:04 AM >> >> Subject: Re: Help with installation of sqlbox >> >> >> Thanks for your response Nikos. >> I have the following files under /usr/local/lib/kannel >> >> $ ls /usr/local/lib/kannel/ >> libgw.a libgwlib.a libwap.a >> >> Are there any other files it is looking for? Is the output from >> ./bootstrap as expected? >> >> Thanks, >> Sindu >> >> >> >> ----- Original Message ---- >> From: Nikos Balkanas <[email protected]> >> To: Sindu R <[email protected]>; [email protected] >> Sent: Mon, 1 February, 2010 10:02:45 AM >> Subject: Re: Help with installation of sqlbox >> >> Hi, >> >> It expects to find kannel under /usr/local/lib/kannel.. If you have it >> elsewhere you will have to tell configure. >> >> BR, >> Nikos >> ----- Original Message ----- From: "Sindu R" <[email protected]> >> To: <[email protected]> >> Sent: Monday, February 01, 2010 4:46 AM >> Subject: Help with installation of sqlbox >> >> >> Hello, >> >> I need some help with installation of sqlbox v 0.7.2. I am trying to >> install it on Windows through Cygwin. >> I already have the latest stable version of Kannel (with MySQL) installed >> on my machine. >> >> As per the instructions, I executed the following steps: >> >> 1) ./bootstrap >> I am not sure if the bootstrap step has proceeded correctly. Here is the >> output from bootstrap: >> >> $ ./bootstrap >> + set -e >> + amvers=no >> + automake-1..10 --version >> + amvers=-1.10 >> + test -1.10 = no >> + libtoolize=no >> + glibtoolize --version >> + libtoolize --version >> + libtoolize=libtoolize >> + test libtoolize = no >> + set +x >> + test '!' -d autotools >> + libtoolize --copy --force >> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'. >> libtoolize: copying file `autotools/ltmain.sh' >> libtoolize: You should add the contents of the following files to >> `aclocal.m4': >> libtoolize: `/usr/share/aclocal/libtool.m4' >> libtoolize: `/usr/share/aclocal/ltoptions.m4' >> libtoolize: `/usr/share/aclocal/ltversion.m4' >> libtoolize: `/usr/share/aclocal/ltsugar.m4' >> libtoolize: `/usr/share/aclocal/lt~obsolete.m4' >> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.inand >> libtoolize: rerunning libtoolize, to keep the correct libtool macros >> in-tree.. >> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. >> + test -f ltmain.sh >> + aclocal-1.10 -I autotools >> + autoconf >> + autoheader >> + automake-1.10 --add-missing --copy >> configure.in:34: installing `autotools/config.guess' >> configure.in:34: installing `autotools/config.sub' >> configure.in:31: installing `autotools/install-sh' >> configure.in:31: installing `autotools/missing' >> gw/Makefile..am: installing `autotools/depcomp' >> Makefile.am:3: wildcard grep -l '<!DOCTYPE ' doc/*.xml: non-POSIX variable >> name >> Makefile.am:3: (probably a GNU make extension) >> Makefile.am:10: wildcard doc/*.png: non-POSIX variable name >> Makefile.am:10: (probably a GNU make extension) >> Makefile.am:13: wildcard doc/*.fig: non-POSIX variable name >> Makefile.am:13: (probably a GNU make extension) >> Makefile.am:71: shell rpm --eval '%_rpmdir': non-POSIX variable name >> Makefile.am:71: (probably a GNU make extension) >> >> >> 2) ./configure >> The last few lines on executing configure are: >> >> checking for Ct-Lib support... no >> checking for FreeTDS Ct-Lib support... no >> checking for gw-config... /usr/local/bin/gw-config >> checking Kannel version... 1..4.3 >> checking Kannel libs... -L/usr/local/lib/kannel -lgw -lwap -lgwlib -lrt >> -lresolv -lm -lpthread -liconv -L/usr/lib -lxml2 -lz -liconv -lm >> -L/usr/local >> /lib/mysql -lmysqlclient_r -lz -lm >> checking Kannel includes... -I/usr/local/include/kannel -g -O2 >> -D_LARGE_FILES= -I/usr/include/libxml2 -I/usr/local/include/mysql >> checking for cfg_create in -lgwlib... no >> configure: error: Kannel gwlib is required! >> >> Would appreciate any pointers in resolving this. >> >> Thanks, >> Sindu >> >> >> >> Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! >> http://downloads.yahoo.com/in/internetexplorer/ >> >> >> Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! >> http://downloads.yahoo.com/in/internetexplorer/ >> >> >> > > ------------------------------ > Your Mail works best with the New Yahoo Optimized IE8. Get it > NOW!<http://in.rd.yahoo.com/tagline_ie8_new/*http://downloads.yahoo.com/in/internetexplorer/> > . >
