Re: Problem compiling with MySql support

2004-08-26 Thread James Coleman
Hi Alejandro, Stipe, I think I see the same thing as Alejandro? kannel 1.3.2 and cvs head with mysql, redhat 9.1. From Alejandro's original msg: Configuring DB support ... checking whether to compile with MySQL support... searching checking for mysql_config... /usr/bin/mysql_config checking

Re: Problem compiling with MySql support

2004-08-26 Thread Alejandro Guerrieri
is. I'll post the list if I find anything. Regards, - Original Message - From: James Coleman [EMAIL PROTECTED] To: Alejandro Guerrieri [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 26, 2004 3:42 PM Subject: Re: Problem compiling with MySql support Hi Alejandro, Stipe, I

Re: Problem compiling with MySql support

2004-08-25 Thread Stipe Tolj
Alejandro Guerrieri wrote: Dear Stipe, conftest.c: -- #line 4467 configure #include confdefs.h /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char

Problem compiling with MySql support

2004-08-24 Thread Alejandro Guerrieri
Hi, I am having problems compiling 1.3.2 with MySQL support. The system doesn't seem to find part of MySQL (mysql_init on libmysqlclient): ]# ./configure --enable-start-stop-daemon --prefix=/usr --with-defaults=speed --disable-docs --disable-ssl --with-mysql --with-mysql-dir=/usr loading

Re: Problem compiling with MySql support

2004-08-24 Thread Stipe Tolj
Alejandro Guerrieri wrote: Hi, I am having problems compiling 1.3.2 with MySQL support. The system doesn't seem to find part of MySQL (mysql_init on libmysqlclient): ]# ./configure --enable-start-stop-daemon --prefix=/usr --with-defaults=speed --disable-docs --disable-ssl --with-mysql

Re: Problem compiling with MySql support

2004-08-24 Thread Alejandro Guerrieri
, August 24, 2004 3:35 PM Subject: Re: Problem compiling with MySql support Alejandro Guerrieri wrote: Hi, I am having problems compiling 1.3.2 with MySQL support. The system doesn't seem to find part of MySQL (mysql_init on libmysqlclient): ]# ./configure --enable-start-stop-daemon

Re: Problem compiling with MySql support

2004-08-24 Thread Stipe Tolj
Alejandro Guerrieri wrote: Stipe, Thank you for your help. Here it goes: ]# nm /usr/lib/mysql/libmysqlclient.a | grep mysql_init 1100 T mysql_init nm: my_pthread.o: no symbols nm: my_thr_init.o: no symbols nm: thr_mutex.o: no symbols nm: my_port.o: no symbols nm: getopt.o: no symbols nm:

Re: Problem compiling with MySql support

2004-08-24 Thread Alejandro Guerrieri
: [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:13 PM Subject: Re: Problem compiling with MySql support Alejandro Guerrieri wrote: Stipe, Thank you for your help. Here it goes: ]# nm /usr/lib/mysql/libmysqlclient.a | grep mysql_init 1100 T mysql_init nm: my_pthread.o

Re: Problem compiling with MySql support

2004-08-24 Thread Stipe Tolj
Alejandro Guerrieri wrote: Dear Stipe, Here is the mysql part from config.log. I'm not precisely an expert analyzing this, but it seems that the linker cannot find libmysqlclient, despite it's where it should be... configure:4280: checking whether to compile with MySQL support configure:4304:

Re: Problem compiling with MySql support

2004-08-24 Thread Alejandro Guerrieri
: Tuesday, August 24, 2004 5:44 PM Subject: Re: Problem compiling with MySql support Alejandro Guerrieri wrote: Dear Stipe, Here is the mysql part from config.log. I'm not precisely an expert analyzing this, but it seems that the linker cannot find libmysqlclient, despite it's where

Re: Problem compiling with MySql support

2004-08-24 Thread Stipe Tolj
Alejandro Guerrieri wrote: Stipe, Nop, I've checked, make-cleaned re-configured and tail-ed the config.log and it always ends there. Maybe I'm missing something, but I cannot seem to find conftest.c anywhere on the source tree. I've even searched the .tar.gz to check if it was accidentally