What is your configure line ?

./configure --disable-ssl --with-mysql --with-mysql-dlr=/usr

this would be mine for kannel 1.3.2

though the disabled could come have from the error in the config file 

the configure options changed ... definately from 1.2.1 to 1.3.x
 not sure exactly when

if you do use --with-mysql --with-mysql-dlr=/usr
then there is another error in configure script ?
 causing it to be disabled?
Hmmm.
Everywhere  MYSQL_LIBS  is set you could maybe echo it or 
 force it to be the correct value
 
 (get correct value from running mysql_config)

mysql_config 
Usage: /usr/bin/mysql_config [OPTIONS]
Options:
        --cflags        [-I'/usr/include/mysql']
        --libs          [-L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm]
        --socket        [/var/lib/mysql/mysql.sock]
        --port          [3306]
        --version       [3.23.58]

e.g. MYSQL_LIBS=/usr/include/mysql
 everywhere

hacky :-7 

check your configure line first.

James.

On Mon, Nov 08, 2004 at 07:02:21PM +0530, shyam kumar wrote:
> 
>    Dear James/Dear All
>    Thanks a lot for the reply.
>        i made the change at line 4453 from
>    MYSQL_LIBS="$($MYSQL_CONFIG --libs)"
>    to
>    MYSQL_LIBS="$($MYSQL_CONFIG --libs | sed 's/\x27//g')"
>    to the configure file and configured, it showed these lines as
>    ........
>    ......
>    checking for openssl/ssl.h... (cached) yes
>    checking for openssl/err.h... (cached) yes
>    checking whether the OpenSSL library is multithread-enabled... yes
>    checking whether to compile with SSL support... yes
>    Configuring DB support ...
>    checking whether to compile with MySQL support... disabled
>    checking whether to compile with LibSDB support... disabled
>    checking whether to compile with SQLite support... disabled
>    checking whether to compile with Oracle support... disabled
>    checking whether to compile with PostgresSQL support... disabled
>    ........
>    .....
>    but didn't get any better, the problem is same and the error is same,
>    may be, it is unable to compile the MySQL, and it is disabled
>    if the solution is that MySQL is Disabled, request to let me know how
>    to enable it.
>    Thanks in advance.
>    error after changing the line is:
>    2004-11-08 18:31:56 [5882] [0] INFO: Debug_lvl = -1, log_file =
>    <none>, log_lvl = 0
>    2004-11-08 18:31:56 [5882] [0] ERROR: Group 'dlr-mysql' may not
>    contain field 'field-url'.
>    2004-11-08 18:31:56 [5882] [0] ERROR: Error found on line 109 of file
>    `gw/testkannel.conf'.
>    2004-11-08 18:31:56 [5882] [0] PANIC: Couldn't read configuration from
>    `gw/testkannel.conf'.
>    2004-11-08 18:31:56 [5882] [0] PANIC: ./gw/bearerbox(gw_panic+0x175)
>    [0x80c8501]
>    2004-11-08 18:31:56 [5882] [0] PANIC: ./gw/bearerbox(main+0x171)
>    [0x805254d]
>    2004-11-08 18:31:56 [5882] [0] PANIC:
>    /lib/tls/libc.so.6(__libc_start_main+0xf8) [0xb722e748]
>    2004-11-08 18:31:57 [5882] [0] PANIC: ./gw/bearerbox(SSL_write+0x51)
>    [0x80515d9]
>    error before changing the line was:
>    2004-11-08 16:59:20 [4147] [0] INFO: Debug_lvl = -1, log_file =
>    <none>, log_lvl = 0
>    2004-11-08 16:59:20 [4147] [0] ERROR: Group 'dlr-mysql' may not
>    contain field 'field-url'.
>    2004-11-08 16:59:20 [4147] [0] ERROR: Error found on line 109 of file
>    `gw/testkannel.conf'.
>    2004-11-08 16:59:20 [4147] [0] PANIC: Couldn't read configuration from
>    `gw/testkannel.conf'.
>    2004-11-08 16:59:20 [4147] [0] PANIC: ./gw/bearerbox(gw_panic+0x175)
>    [0x80c8501]
>    2004-11-08 16:59:20 [4147] [0] PANIC: ./gw/bearerbox(main+0x171)
>    [0x805254d]
>    2004-11-08 16:59:20 [4147] [0] PANIC:
>    /lib/tls/libc.so.6(__libc_start_main+0xf8) [0xb722e748]
>    On Mon, 2004-11-08 at 17:38, James Coleman wrote:
>    
> On Mon, Nov 08, 2004 at 04:07:13PM +0530, shyam kumar wrote:
> >
> >    Dear James/Dear all
> >        did u got your problem resolved of the dlr connectivity to the
> >    mysql database, i am also facing the same problem and hope to get the
> >    answer from U, if your problem gets solved, by the way i am using the
> >    kannel 1.3.2 version and mysql 4.0.20. and the error i am getting is
> >
> 
> Yes, the problem is solved
> 
> Alejandro found the problem and solution, it's in the list archives somewhere.
> 
> The call to mysql_config from configure script doesn't handle quoted cflags
>  param okay.
> 
> I found it.
> 
> 
>  So, what I did was to modify the configure script on line 4453:
> 
>   Before:
>         MYSQL_LIBS="$($MYSQL_CONFIG --libs)"
> 
>   After:
>         MYSQL_LIBS="$($MYSQL_CONFIG --libs | sed 's/\x27//g')"
> 
> 
> Try that. I can't remember was there a patch :-7
> 
> Not exactly sure what kannel version that solution was for so the
> line you find  MYSQL_LIBS="$($MYSQL_CONFIG --libs)"  at in the
> configure file might be different?
> 
> Hopefully that'll work okay for you.
> 
> James.
>  
> 
> 
>  
> -- 
> 
> shyam kumar <[EMAIL PROTECTED]>
> 
> Tanla Solutions Ltd
> 
> 
> 
> 
> 
> 
> *****************************************************************************
> 
> This e-mail and any files transmitted with it are for the sole use
> of the intended recipient(s) and may contain confidential and privileged
> information. If you are not the intended recipient, please contact the
> sender by reply e-mail and destroy all copies of the original message.
> 
> Any unauthorized review, use, disclosure, dissemination, forwarding,
> printing or copying of this email or any action taken in reliance on
> this e-mail is strictly prohibited and may be unlawful.
> 
> *****************************************************************************
> 
> References
> 
>    1. mailto:[EMAIL PROTECTED]

-- 
http://web.tiscali.it/cedric/
Jacques Brel Show - june - ireland dublin, derry & callan
italy, south africa

http://www.thehelix.ie/2004_06_02_Jacques_Brel.html
June Wed/Thur 2/3, Jacques Brel - Ced & Stella

if your left hand is one key too much to left when typing you you get toy :)
  (id toy rtpr likw mw rhR IA.)

<jamesc> kathryn: you got bug 140/pin_mgr release email alright ?
<kathryn> I did indeed.  Thanks.
<jamesc> excellent lovely
<jamesc> superlative even
http://en.wikipedia.org/wiki/Haiku 
I'm guessing in japanese lovely ~= roberi => 3 morae
superlative =~ supe-ratibo => 5 morae
excellent =~ eh-kusule-nto =? 5/6
even = e-ben- => 2 or 3?

http://www.greenpeace.org/international_en/features/details?item_id=327510
Greenpeace tree-huggers indicted by U.S..
Brazilian mahogany barons curtailing free speech. Grrr,


The following statement is false.
The preceding statement is true.    - Douglas Hofstadter

I, James row worse maji.

http://www.bcoleman.com my brother Bill Coleman's music
He's a bit good! Launching his debut CD right now.


software patents (coming soon to an EU near you) bad for users, for developers
 good for monopolistic innovation stifling big business 
http://swpat.ffii.org/
beware entering overwhelming twisty maze of political legalese

http://www.heavens-above.com/solar-escape.asp

Please avoid using proprietary Word or PowerPoint formats. Richard M. Stallman
See http://www.fsf.org/philosophy/no-word-attachments.html
MS-Word is Not a document exchange format - Jeff Goldberg
http://www.goldmark.org/netrants/no-word/attach.html
http://www.rfc1149.net/documents/whynotword


Give me CHOCOLATE! (fair trade chocolate)
http://www.traidcraft.co.uk/ delivery uk only 
http://store.yahoo.com/fairtradeonline-uk/
http://www.oneworldshop.co.uk/ scotland - delivery local only
http://www.bafts.org.uk/buyingFairtrade/mailorderOnline.htm
http://www.globalexchange.org/ http://store.globalexchange.org/ can't do food 
outside us
http://fairtraderesource.org/
http://www.fairtrade.net/sites/products/sportballs/why.html
Rice, Bananas, Fresh Fruit, Juices, 
Coffee, Tea, Cocoa, Sugar, Honey
Sports Balls, Wine, Flowers


http://www.oxfam.ie/ http://www.oxfam.com/eng/

http://www.beyondtourism.com./

http://www.oxfam.ie/html/supportus/bringbring.html


http://www.oxfam.com/eng/campaigns_camp_mtf.htm make trade fair
http://www.fairolympics.org/en/index.htm



http://www.clamav.net/ 
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
The package provides a daemon, a command line scanner,
 and a tool for automatic updating via Internet. 
Most importantly, the virus database is kept up to date .
And that has windows support:  http://www.clamwin.com/  
 (though I've not ever used that)
online, very, very neat: http://www.gietl.com/test-clamav/read.php
upload file directly and get it scanned

There's a good free for private use virus scanner for windows that I
have used here: http://www.free-av.com/

http://seclists.org/
http://isc.sans.org/
http://www.groklaw.net/
http://phrack.org/


carrot museum - why are carrots orange?  Dutch patriotism!!
http://website.lineone.net/~stolarczyk/history.html


http://www-ang.kfunigraz.ac.at/~katzer/engl/generic_frame.html?Wasa_jap.html
Wasabia japonica, Japanese horseradish
Japanese wasabi [ïïïï, ïïïï, ïïïï] can be written with 
two Kanji characters (ideographs), the first being yama [ïï] 
ïïmountainïï and the second aoi [ïï] ïïhollyhockïï.


ïÍï  Carrot Ninjin
# ïï  Go, Come, Attend San Mairu  




http://www.flaterco.com/xtide/faq.html#60
Q: I live outside of the U.S. and my location is no longer supported.  What 
happened?

A: After a legal threat from the U.K. Hydrographic Office (UKHO) and the 
subsequent discovery that country-by-country permissions are now required to 
use harmonic constants (the data needed to predict tides), all of the data that 
arrived via the International Hydrographic Office (IHO) or the Table des 
Marïes des Grands Ports du Monde (TMGPM) were removed from the harmonics 
files in January 2001.




http://encyclopedia.thefreedictionary.com/Brazil%20nut%20effect
cool :) illustrate convection
hey the same happens with stones in fields!?
http://en.wikipedia.org/wiki/Brazil_nut_effect


protocol analysis using bioinformatics tools
http://insidiae.org/PI/Toorcon/index.html

Kite sailing Dollymount
http://www.mle.ie/~morgan/More%20Kite%20Sailing/index.html
http://www.dublincity.ie/services/dubbay2.html



In general I dislike petitions but have found one worthy.
Some petitions miss the point I think but reading up on this I agree with 
everything
 (I'm very fussy).
Not in agreement itself with the desecration or interfering with the 
 lines of energy *ahem* of the Hill of Tara but with the focus of the 
 government and it's agencies on roads to the detriment of
 more sustainable AND more practical transport. 

Also with the way the government and it's agencies ( I need a tla - tgaias ?) 
operate. 
Of course I, being of the people, am also the government so shut up and stop 
 complaining now and do something about it!

 7857.  James Coleman   Dublin, Ireland. 
 The government and agencies need to operate in an ethical manner. 
 We can not trust them and I am very uneasy with the responsibility held. 
 Sensible alternative transport options are available.

  http://www.petitiononline.com/mod_perl/petition-sign.cgi?hilltara
   Hill of Tara petition

  http://www.taraskryne.org/ save the energy lines!
   TaraSkryne.org, Interesting & useful information.
   Beautiful Maps. Alternatives to the roads.




I gave Fionnuala and the kids a lecture on the differences,
 science, history and etymology of Theobromine and
 Caffeine last night. They told me to shut up pretty quickly! :(
 
Chocolate comes from the cacao tree (Theobroma cacao).
Coffee from coffee beans (Coffea arabica, other Coffea trees).
I was confused over that.

Chocolate contains Theobromine but not caffeine
  (unless caffeine is added on purpose to bars).
  
http://en.wikipedia.org/wiki/Chocolate
http://en.wikipedia.org/wiki/Theobromine

I love wiki!

http://www.xocoatl.org/caffeine.htm

Theobromine and Caffeine are confused as chemically they are very similar.

 They both have neurochemical effects on people and animals but the effects
  are quite different. 
  
 Theobromine is metabolised more slowly, the effects have a slow onset
  and lasts longer.
  
 The effects of theobrimone is described as gentle, smooth, sensual stimulation
  as opposed to nervous stimulation of caffeine.
  
 Dogs and horses metabolise theobromine VERY slowly
  so if they eat chocolate it can stay in their system a long time and
  if they eat lots of chocolate it can overload their poor livers. 
  

http://en.wikipedia.org/wiki/Coffea

 Theobroma means "divine food" in Greek

 are bromine and bromide the chemical substance related (etymologically) to 
food?
 I don't think so.
http://en.wikipedia.org/wiki/Bromide
Bromine (from Gr. Bromos, meaning "stench")

The word coffee enters English by way of the French cafe, Italian caffe, Dutch 
koffie,
 German Kaffee and Turkish Kahveh which all in turn derive from the Arabic word 
qahwa.
http://groups.msn.com/foodiesCorner/coffeeorigins.msnw

Also khw. Central Semitic, to be(come) weak, dim, dull, dark. cafï, 
cafeteria, caffeine,
coffee, ultimately from Arabic qahwa, coffee, wine (originally perhaps "dark 
stuff"),
akin to Arabic kahiya, to be(come) weak,
Aramaic kh, qh, Hebrew khï, qhï, to be(come) dim, faint, dull.
http://www.bartleby.com/61/74/C0457400.html


Reply via email to