Hi You need to install devel libs for mysql, not only the libs itself
Regarding your kannel.conf, you can use the same you use from the rpm or youcan use one from the contrib folder or just create one from scrtach. It is a mere text file. See userguide for details. Hope helps |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Sat, Sep 18, 2010 at 5:50 AM, <mac...@fastermail.com> wrote: > > Hey to everyone i have been struggling to install kannel from binary source > code and i hope anyone who has experianced my case can help me as soon as > possible. To start with I am able to configure kannel and run it > successfully for sending and receiving messages when installed from an rpm > only to be stack when it comes to mysql connection with the kannel because i > here that kannel installed from an rpm has no mysql support. If kannel from > rpm can have mysql support please provide me with the necessary steps that > you undertook so that i can have support for mysql in kannel. > > From the mailing list forum i was advised that the more viable option was to > intstall kannel from source code but the sad experiance is that whenenever i > run ./configure --with-mysql --with--mysql-dir=/usr/lib64/mysql it keeps > telling me that it is unable to find the mysql client libraries and thus far > i was told to post the errors which are as indicated below. > > Moving forward since with the rpm the kannel.conf file is easily found and > from there you just need to configure kannel according to your test but my > worry is how do i find the kannel.conf file when i install kannel from > source code so that i can configure kannel to my test. In short how can one > make the kannel.conf file.The linux am using is fedora 13 and i have the > default mysql of fedora 13 installed. > > Below is the output of rpm -qa | grep mysql > mysql-libs-5.1.45-2.fc13.x86_64 > mysql-5.1.45-2.fc13.x86_64 > libdbi-dbd-mysql-0.8.3-5.fc12.x86_64 > php-mysql-5.3.1-3.fc13.x86_64 > qt-mysql-4.6.2-16.fc13.x86_64 > mysql-server-5.1.45-2.fc13.x86_64 > mysql-connector-odbc-5.1.5r1144-7.fc13.x86_64 > mysql-connector-java-5.1.12-1.fc13.x86_64 > mysql-embedded-5.1.45-2.fc13.x86_64 > > And this is the output when i run ./configure against mysql indicationg that > it is disabled and that it cannot find client libraries > Configuring DB support ... > checking whether to compile with MySQL support... searching > checking for mysql_config... /usr/bin/mysql_config > checking mysql version... 5.1.45 > checking mysql reentrant libs... -rdynamic -L/usr/lib64/mysql > -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -lssl -lcrypto > checking for mysql_init in -lmysqlclient_r... no > checking mysql libs... -rdynamic -L/usr/lib64/mysql -lmysqlclient -lz > -lcrypt -lnsl -lm -lssl -lcrypto > checking for mysql_init in -lmysqlclient... no > configure: error: Unable to find MySQL client libraries > > I look forward to a swift response and all the necessary documnts aside the > userguide on the step by step installation of kannel from source code that > can help me install kannel successfully. > > My regards > >