make error

2006-06-13 Thread sarwat jabeen
the following error occurs with the make command : [EMAIL PROTECTED] gateway-1.4.0]# make gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -I/usr/include/openssl -o gw/bb_alog.o -c gw/bb_alog.c In file included from /usr/include/openssl/ssl.h:179,

SQLBox make error

2011-02-05 Thread Scott Geller
I'd appreciate some help in configuring and installing SQLBox. This is with the most current version of SQLBox - I just downloaded it tonight from svn Thanks in advance! Scott [root@localhost sqlbox]# make make all-recursive make[1]: Entering directory `/root/Downloads/sqlbox' Making all in g

Re: make error

2006-06-13 Thread Linkas
You need to install some more libraries to compile, check docs for minimum requirements. Julien sarwat jabeen ha scritto: the following error occurs with the make command : [EMAIL PROTECTED] gateway-1.4.0]# make gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/li

RE: make error

2006-06-13 Thread Rene Kluwen
I once fixed this error (on some systems) with: CFLAGS="-I/path/to/krb5.h" ./configure [configure options] Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of sarwat jabeen Sent: dinsdag 13 juni 2006 19:38 To: users@kannel.org Sub

Re: make error

2006-06-13 Thread Stipe Tolj
sarwat jabeen wrote: the following error occurs with the make command : [EMAIL PROTECTED] gateway-1.4.0]# make gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -I/usr/include/openssl -o gw/bb_alog.o -c gw/bb_alog.c In file included from /usr/include/opens

Re: make error

2006-06-13 Thread Mi Reflejo
I don't know if this is your case, but i have been seen in some redhat machines that kerberos include file is in /usr/kerberos/include. so. 1. Make sure you have the krb5-devel and krb5-libs rpms installed. and do: # ln -s /usr/kerberos/include/com_err.h /usr/include/ # ln -s /usr/kerberos/inclu

Kannel Make Error

2013-01-28 Thread michael osakede
hi all, am runing centos 6. when i try to make my kannel installation i get this error [root@localhost trunk]# make Makefile:338: .depend: No such file or directory yacc -d -p ws_yy_ wmlscript/wsgram.y && mv y.tab.c wmlscript/wsgram.c /bin/sh: yacc: command not found make: *** [wmlscript/wsgram.c

sqlbox make error

2016-03-24 Thread christopher kamutumwa
hello, Ive installed kannel on ubuntu. now i want to install sqlbox i get below error kindly advise how to resolve this? i aready have mysql on server; sqlbox.c:98:2: error: #error You need support for at least one DB engine. Please recompile Kannel. #error You need support for at least one DB e

Re: SQLBox make error

2011-02-06 Thread Alejandro Guerrieri
You're trying to compile sqlbox using an incompatible version of kannel. You need to compile against a meta-data aware version (latest svn for instance). Regards, -- Alex Guerrieri On 06/02/2011, at 06:05, Scott Geller wrote: > > I'd appreciate some help in configuring and installing SQLBox.

Re: SQLBox make error

2011-02-06 Thread Scott Geller
Thanks Aliex.!! That fixed it On Sun, Feb 6, 2011 at 6:18 AM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > You're trying to compile sqlbox using an incompatible version of kannel. > You need to compile against a meta-data aware version (latest svn for > instance). > > Regards,

Re: SQLBox make error

2011-02-06 Thread Alejandro Guerrieri
I'm glad it helped :) Regards, Alex On Sunday, February 6, 2011, Scott Geller wrote: > Thanks Aliex.!! > That fixed it > > On Sun, Feb 6, 2011 at 6:18 AM, Alejandro Guerrieri > wrote: > You're trying to compile sqlbox using an incompatible version of kannel. You > need to compile against a m

Re: Kannel Make Error

2013-01-28 Thread Willy Mularto
yum install byacc On Jan 28, 2013, at 9:16 PM, michael osakede wrote: > hi all, > > am runing centos 6. > when i try to make my kannel installation i get this error > > [root@localhost trunk]# make > Makefile:338: .depend: No such file or directory > yacc -d -p ws_yy_ wmlscript/wsgram.y && mv

Kannel compilation - Make error

2013-04-03 Thread ha...@aeon.pk
Hi, I am trying to compile kannel (downloaded via SVN), but getting stuck on following error: [root@ip-10-1-2-5 trunk]# make Makefile:338: .depend: No such file or directory yacc -d -p ws_yy_ wmlscript/wsgram.y && mv y.tab.c wmlscript/wsgram.c yacc: e - line 111 of "wmlscript/wsgram.y", syntax er

Re: sqlbox make error

2016-03-24 Thread spameden
2016-03-24 22:52 GMT+03:00 christopher kamutumwa : > hello, > > Ive installed kannel on ubuntu. now i want to install sqlbox i get > below error kindly advise how to resolve this? i aready have mysql on > server; > > sqlbox.c:98:2: error: #error You need support for at least one DB > engine. Pleas

Re: sqlbox make error

2016-03-25 Thread christopher kamutumwa
Hi below is what am getting now. please advise Configuring DB support ... checking whether to compile with MySQL support... disabled checking whether to compile with LibSDB support... disabled checking whether to compile with SQLite2 support... disabled checking whether to compile with SQLite3 su

RE: sqlbox make error

2016-03-25 Thread Беляев Владимир Николаевич
Subject: Re: sqlbox make error Hi below is what am getting now. please advise Configuring DB support ... checking whether to compile with MySQL support... disabled checking whether to compile with LibSDB support... disabled checking whether to compile with SQLite2 support... disabled checking whether

Re: sqlbox make error

2016-03-25 Thread christopher kamutumwa
16 1:48 PM > To: spameden > Cc: users > Subject: Re: sqlbox make error > > Hi below is what am getting now. please advise > > > Configuring DB support ... > checking whether to compile with MySQL support... disabled checking whether > to compile with LibSDB support... di

Re: sqlbox make error

2016-03-25 Thread christopher kamutumwa
pbox, sqlbox > ./configure --with-kannel-dir=/home/u3850/gateway-1.5.0 > > -Original Message- > From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher > kamutumwa > Sent: Friday, March 25, 2016 1:48 PM > To: spameden > Cc: users > Subj

RE: sqlbox make error

2016-03-25 Thread Беляев Владимир Николаевич
This is not an error. All is well -Original Message- From: christopher kamutumwa [mailto:chriskamutu...@gmail.com] Sent: Friday, March 25, 2016 4:35 PM To: Беляев Владимир Николаевич Cc: spameden; users Subject: Re: sqlbox make error Now when configuring sqlbox. I get below error

SQLBOX - make error - ssl/nossl

2012-01-31 Thread aco.s
Dear all, I am trying to install SQLBOX but have no success. I am trying to do it with SSL support or without SSL support BUT result is almost the same. As far as other installations are concern OpenSSL 0.9.8s is working fine, only SQLBOX is having problem... Correct me if I am wrong!??! ./confi

Kannel make-error Solaris 10

2007-01-04 Thread Huber, Gottfried
hi to all, i've a problem compiling kannel' today snapshoton Solaris 10: configure = ok Sun's make tells lib-errors so i used GNU make: .. libiconv_close libgwlib.a(charset.o) libiconv_open libgwlib.a(charset.o) libiconv

Re: Kannel compilation - Make error

2013-04-03 Thread spameden
it has something to do with your bison on debian it compiles ok, just checked check what kind of bison you've got installed 2013/4/3 ha...@aeon.pk > Hi, > > I am trying to compile kannel (downloaded via SVN), but getting stuck on > following error: > > [root@ip-10-1-2-5 trunk]# make > Makefil

Re: Kannel compilation - Make error

2013-04-03 Thread ha...@aeon.pk
I googled around on old kannel lists. Seemingly, if you delete * wmlscript/wsgram.y* file, the compilation continues peacefully. On Wed, Apr 3, 2013 at 4:16 PM, spameden wrote: > it has something to do with your bison > > on debian it compiles ok, just checked > > check what kind of bison you'v

Re: SQLBOX - make error - ssl/nossl

2012-01-31 Thread Milan P. Stanic
On Tue, 2012-01-31 at 23:26, aco.s wrote: > Dear all, > > I am trying to install SQLBOX but have no success. > > I am trying to do it with SSL support or without SSL support BUT result > is almost the same. As far as other installations are concern OpenSSL > 0.9.8s is working fine, only SQLBOX i

Re: Fw: SQLBOX - make error - ssl/nossl

2012-02-01 Thread aco.s
: > > -- > From: "Milan P. Stanic" > Sent: Wednesday, February 01, 2012 12:43 AM > To: > Subject: Re: SQLBOX - make error - ssl/nossl > > > On Tue, 2012-01-31 at 23:26, aco.s wrote: > >> Dear all, > >>

Re: Fw: SQLBOX - make error - ssl/nossl

2012-02-01 Thread Milan P. Stanic
On Wed, 2012-02-01 at 09:28 +0100, Aleksandar SMOLOVIC wrote: > > > > -- > > From: "Milan P. Stanic" > > Sent: Wednesday, February 01, 2012 12:43 AM > > To: > > Subject: Re: SQLBOX - make error - ssl/nossl > > > > > On Tue, 2012-01-31 at 2

Re: Fw: SQLBOX - make error - ssl/nossl

2012-02-01 Thread aco.s
nd libssl.a somewhere under /usr/lib > >> thank you. >> >> >> >> On Wed, 2012-02-01 at 09:28 +0100, Aleksandar SMOLOVIC wrote: >> > >> > -- >> > From: "Milan P. Stanic" >> >

SQLBOX make error: make[2]: *** [sqlbox] Error 1

2012-01-31 Thread aco.s
Dear all, As far as I have understood it is necessary to have kannel-devel installed to continue with installing sqlbox. I have installed Kannel from SVN repository and I hope it is kannel with devel libraries and other stuff ??? Am I correct ? In futher, I had minor problem when do "make" comma