I've re-built kannel 1.4.1 by doing a configure with these options
--with-mysql --with-mysql-dir=/usr/local/mysql --with-dlr=mysql
--enable-mysql-dlr --enable-start-stop-daemon
followed by a make and a 'sudo make install'.
Now I'm trying to build sqlbox-standalone. However, the configure is
failing on:
checking Kannel version... 1.4.1
checking Kannel libs... -L/usr/local/lib/kannel -lgw -lwap -lgwlib -
lssl -lresolv -lm -lpthread -liconv -L/sw/lib
-lxml2 -lz -lpthread -L/sw/lib -liconv -lm -L/usr/lib -lcrypto -
lssl -L/usr/local/mysql/lib -lmysqlclient_r -lz -lm
checking Kannel includes... -I/usr/local/include/kannel -g -O2 -
DDARWIN=1
-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -I/Developer/SDKs/
MacOSX10.4u.sdk/usr/include
-I/sw/include/libxml2 -I/sw/include -I/usr/include/openssl -I/usr/
local/mysql/include
*checking for cfg_create in -lgwlib... no*
*configure: error: Kannel gwlib is required!*
The kannel libs are available at the location configure thinks they
are. Further, I checked using 'nm' and "cfg_create" is in
libgwlib.a. I don't understand what the problem is.
Thanks,
aaron