Hi ,
 
I tried to install Kannel-1.3.1 on a redhat 9.0 system.
This system have mysql 4.0 working fine.
 
When I run ./configure using the options
./configure --prefix=/usr/local/smsgw --exec-prefix=/usr/local/smsgw
--disable-docs --with-malloc=native --enable-localtime --disable-ssl
--enable-start-stop-daemon --with-mysql=/usr/local/mysql --enable-mysql --with-dlr=mysql
 
there was no errors. But when I run 'make' I got the following output.
 
[EMAIL PROTECTED] gateway-1.3.1]# make
Makefile:304: ..depend: No such file or directory
for dir in gw gw/smsc gwlib test utils wmlscript checks wap; do \
        gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -MM $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend
In file included from gw/bearerbox.c:23:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/dlr.c:33:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_at2.c:36:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_cgw.c:64:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_cimd2.c:33:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_emi2.c:27:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_oisd.c:21:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_smasi.c:33:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
In file included from gw/smsc/smsc_smpp.c:22:
gw/dlr.h:31:25: warning: mysql/mysql.h: No such file or directory
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -o gw/bb_boxc.o -c gw/bb_boxc.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -o gw/bb_http.o -c gw/bb_http.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -o gw/bb_smscconn.o -c gw/bb_smscconn.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -o gw/bb_store.o -c gw/bb_store.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -o gw/bb_udp.o -c gw/bb_udp.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -I/usr/local/mysql/include/mysql -o gw/bearerbox.o -c gw/bearerbox.c
In file included from gw/bearerbox.c:23:
gw/dlr.h:31:25: mysql/mysql.h: No such file or directory
In file included from gw/bearerbox.c:23:
gw/dlr.h:32: parse error before '*' token
gw/dlr.h:32: warning: data definition has no type or storage class
gw/dlr.h:33: parse error before "mysql"
gw/dlr.h:33: warning: data definition has no type or storage class
make: *** [gw/bearerbox.o] Error 1
 
****************************
What could be wrong? Please help me.
 
Thanks & Regards,
Shanavaz.
 


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger

Reply via email to