Thanks a lot Patrick for your quick response, I installed -dev package for MySQL and it is done, Now facing below error when I run
 
"make bindir=/usr/local/kannelnew install" command
 
gwlib/date.c:213: warning: pointer targets in passing argument 2 of ‘octstr_str_compare’ differ in signedness
gcc -D_REENTRANT=1 -I. -Igw  -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -Wall -I/usr/include/openssl -I/usr/include/mysql -o gwlib/dbpool.o -c gwlib/dbpool.c
gwlib/dbpool.c: In function ‘dbpool_check’:
gwlib/dbpool.c:314: warning: passing argument 1 of ‘list_delete’ from incompatible pointer type
gwlib/dbpool.c:314: warning: passing argument 2 of ‘list_delete’ makes pointer from integer without a cast
gwlib/dbpool.c:314: error: too many arguments to function ‘list_delete’
make: *** [gwlib/dbpool.o] Error 1
 
How could I overcome this? Once again thanks again for your support.
 
Regards
[mark]
 
 
----- Original Message -----
From: "Patrick Okui" <[EMAIL PROTECTED]>
To: <[email protected]>
Cc: "Mirza Aamir Raza Khan" <[EMAIL PROTECTED]>
Sent: Wednesday, September 20, 2006 3:54 PM
Subject: Re: DB error

> On Wednesday 20 September 2006 23:03, Mirza Aamir Raza Khan
> wrote:
> > Dear All
> >
> > Can Anyone please help me out at this, I googled and got info
> > to patch with mysql but dont know how to do it, newbie to
> > Kannel. I have installed Fedora 5, MySQL 5 and rest of
> > packages needed for it.
>
> ensure you've installed the -dev rpms as well for MySQL.
>
> >
> >
> > Configuring DB support ...
> > checking whether to compile with MySQL support... searching
> > checking for mysql_config... /usr/bin/mysql_config
> > checking mysql version... 5.0.18
> > checking mysql reentrant libs...  -L/usr/lib/mysql
> > -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread
> > -L/usr/lib -lssl -lcrypto checking for mysql_init in
> > -lmysqlclient_r... no
> > checking mysql libs...  -L/usr/lib/mysql -lmysqlclient -lz
> > -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto checking for
> > mysql_init in -lmysqlclient... no
> > configure: error: Unable to find MySQL client libraries
> >
> > Best Regards
> > [mark]
>
> --
> patrick
>

Reply via email to