you need to compile and install kannel before compiling opensmppbox 2012/7/4 danieltoyin <[email protected]>
> > Hello, > I did ./configure successfully on my Amazon EC2 instance but to do make I > get series of error message as below: > > make all-recursive > make[1]: Entering directory `/home/ec2-user/trunk' > Making all in gw > make[2]: Entering directory `/home/ec2-user/trunk/gw' > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gw -I../gw -g -O2 > -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 > -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 > -MT > box-dlr.o -MD -MP -MF ".deps/box-dlr.Tpo" -c -o box-dlr.o box-dlr.c; \ > then mv -f ".deps/box-dlr.Tpo" ".deps/box-dlr.Po"; else rm -f > ".deps/box-dlr.Tpo"; exit 1; fi > In file included from box-dlr.c:18: > box-dlr.h:12:25: error: gwlib/gwlib.h: No such file or directory > box-dlr.h:13:20: error: gw/msg.h: No such file or directory > In file included from box-dlr.c:18: > box-dlr.h:19: error: expected â)â before â*â token > box-dlr.h:31: error: expected â;â, â,â or â)â before â*â token > box-dlr.h:36: error: expected â;â, â,â or â)â before â*â token > box-dlr.h:45: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before > â*â token > box-dlr.c:19:20: error: gw/dlr.h: No such file or directory > box-dlr.c:20:22: error: gw/dlr_p.h: No such file or directory > box-dlr.c:21:26: error: gwlib/dbpool.h: No such file or directory > box-dlr.c:24: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before > â*â token > box-dlr.c:30: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before > â*â token > > etc > > Please, has anyone been able to launch opensmppbox on Amazon EC2 instance. > > Best regards, > Toyin Daniel > > -- > View this message in context: > http://old.nabble.com/Installing-opensmppbox-in-Amazon-EC2-instance-tp34113919p34113919.html > Sent from the Kannel - User mailing list archive at Nabble.com. > > >
