oh, your using windows. in that case - all bets are off. I'm not sure about anything 
in windows, except that it doesn't work much. try to make clean - maybe make didn't 
notice that the config has changed and so didn't rebuild the object files and so the 
make process simply re-linked the object files back into the executable and you 
essentially got the same binary as you got from the first config.
Better yet - make clean distclean
as a rule of thumb, always make clean before you re-configure and always configure to 
what you need - there's really no point in configuring just for the heck of if.

--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]

+972-9-9581711 (116)
+972-67-340014

::..
The "abort()" function is now called "choice()." 
from the "Politically Correct UNIX System VI Release notes" 




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 14, 2002 7:36 PM
> To: Oded Arbel; [EMAIL PROTECTED]
> Subject: Re: RE: Kannel runtime doesn't think MySql is built 
> in but build thinks it is?
> 
> 
> Hmm, yeah thats what you'd think but I just deleted 
> bearerbox.exe and the build recreated it...it still 
> complained support was missing :-(
> The resulting bearerbox.exe size is 1,355,775 (Cygwin). Does 
> that sound reasonable? Any more files I can check please?
> > 
> > From: "Oded Arbel" <[EMAIL PROTECTED]>
> > Date: Mon 14/Oct/2002 16:57 GMT
> > To: <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>
> > Subject: RE: Kannel runtime doesn't think MySql is built in 
> but build thinks it is?
> > 
> > Must likely you are running the bearerbox that was built in 
> the first step and not in the second.
> > 
> > --
> > Oded Arbel
> > m-Wise mobile solutions
> > [EMAIL PROTECTED]
> > 
> > +972-9-9581711 (116)
> > +972-67-340014
> > 
> > ::..
> > `When you say "I wrote a program that crashed Windows", 
> people just stare at you blankly and say "Hey, I got those 
> with the system, *for free*".'
> >     --Linus Torvalds
> > 
> > 
> > 
> > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, October 14, 2002 6:52 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Kannel runtime doesn't think MySql is built in but 
> > > build thinks it is?
> > > 
> > > 
> > > Hi, 
> > > 
> > > Downloaded mysql & installed (with ./configure 
> --prefix=/usr/local)
> > > 
> > > Now build Kannel (todays snapshot) with
> > > ./configure --enable-mysql-dlr --enable-mysql 
> --with-mysql=/usr/local
> > > make
> > > make install
> > > 
> > > Saw messages:
> > > 
> > > ...
> > > Configuring DB support ...
> > > checking whether to compile with MySQL support... searching 
> > > in /usr/local
> > > checking for /usr/local/include/mysql/mysql.h... (cached) yes
> > > checking for mysql/mysql.h... (cached) yes
> > > checking for mysql/mysql_com.h... (cached) yes
> > > checking for mysql/mysql_version.h... (cached) yes
> > > checking for mysql_init in -lmysqlclient... (cached) no
> > > checking whether to compile with MySQL support... yes
> > > checking whether to compile with LibSDB support... disabled
> > > ...
> > > 
> > > Looks ok for MySql support, so setup config with this:
> > > 
> > > group = core
> > > dlr-storage = mysql
> > > 
> > > group = mysql-connection
> > > id = dlr-db
> > > host = localhost
> > > mysql-username = ""
> > > mysql-password = ""
> > > database = otamate
> > > 
> > > group = dlr-db
> > > id = dlr-db
> > > table = dlr
> > > field-smsc = smsc
> > > field-timestamp = ts
> > > field-destination = destination
> > > field-service = service
> > > field-url = url
> > > field-mask = mask
> > > field-status = status
> > > 
> > > And run bearerbox and get:
> > > 
> > > 2002-10-14 17:43:24 [0] PANIC: DLR: storage type defined as 
> > > 'mysql', but no MySQL support build in!
> > > 
> > > System is Cygwin/NT4.
> > > 
> > > Help ! Thanks...
> > > 
> > > 
> > > ______________________________________________________________
> > > _________
> > > Freeserve AnyTime, only £13.99 per month with one month's 
> FREE trial!
> > > For more information visit http://www.freeserve.com/time/ or 
> > > call free on 0800 970 8890
> > > 
> > > 
> > > 
> > > 
> > 
> 
> 
> ______________________________________________________________
> _________
> Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
> For more information visit http://www.freeserve.com/time/ or 
> call free on 0800 970 8890
> 
> 
> 
> 

Reply via email to