RE: Regarding Database problem;

2011-07-05 Thread Rene Kluwen
Install package mysql-devel and re-run ./configure. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Vijay kumar Dadhich Sent: Tuesday, 05 July, 2011 14:51 To: users@kannel.org Subject: Regarding Database problem; Hello to all, when i want t

Re: Regarding Database problem;

2011-07-05 Thread Abdul Basit
have you setup mysql after installation? try executing mysql_secure_installation and set root password. # mysql -u root -p should respond. Also install mysql-devel package and compile kannel with mysql support as suggested by hamza. -- Regards, Abdul Basit On Tue, Jul 5, 2011 at 5:57 PM, ha

Re: Regarding Database problem;

2011-07-05 Thread ha...@aeon.pk
This error is related to mysql, not kannel. Please go through mysql documentation. Kannel will create all tables by itself. You just need to create a new database in mysql. Also, you need to compile kannel with mysql parameters. On Tue, Jul 5, 2011 at 5:50 PM, Vijay kumar Dadhich wrote: > Hello