Hi James/all
Thank you for the suggestions/help

There's little progress from the past error.
i configured using the parameters given but it is telling unable to find MyAQL client libraries
but i had installed mysqlclient software a server software and the mysql is working fine,
may be the problem is with -lmysqlclient since in the /usr/lib/mysql we have all
libmysqlclient.x.x... x=a,so
and i searched the system for any mysqlclient but no use
i tried to change the mysql_config file with libmysqlclient for mysqlclient but no use
as i am novice to the script language used, so finding it difficult to make it.

Hope to get the solution.
thanks in advance
below is the error code generated.

[bash]$ ./configure --disable-ssl --with-mysql --with-mysql-dir=/usr/lib/mysql
loading cache ./config.cache

Configuring for Kannel gateway version 1.3.2 ...

Running system checks ...
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
............................
............................
............................
Configuring OpenSSL support ...
checking whether to compile with SSL support... disabled

Configuring DB support ...
checking whether to compile with MySQL support... searching
checking for mysql_config... /usr/bin/mysql_config
checking mysql version... 3.23.58
./configure: line 1: MYSQL_CONFIG: command not found
./configure: line 4454: /bin: is a directory
checking mysql libs...  -L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm
checking for mysql_init in -lmysqlclient... no
configure: error: Unable to find MySQL client libraries


On Mon, 2004-11-08 at 21:26, James Coleman wrote:
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.

--
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.

*****************************************************************************

Reply via email to