Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-09 Thread Vineet Menon
hi Daniel, your trick workednow I have mysql library files in the library folder... Thanks.I have added `mysql` and `db_mysql` in include_module variable in module.lst... Regards, Vineet Menon On 8 May 2012 12:28, Daniel-Constantin Mierla wrote: > Hello, > > one option - edit mod

Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-07 Thread Daniel-Constantin Mierla
Hello, one option - edit modules.lst in the root folder with kamailio sources and add "db_mysql" to the "include_modules" variable. Then recompile and reinstall. Cheers, Daniel On 5/8/12 6:45 AM, Vineet Menon wrote: Ya, you were right...mysql.so or db_mysql.so is not present in the lib fold

Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-07 Thread Anton Kvashenkin
lsof -c kamailio -ad mem | grep db 2012/5/8 Vineet Menon > Ya, you were right...mysql.so or db_mysql.so is not present in the lib > folder... > Is der any remedy for this? > > $ ls -R /usr/lib64/kamailio/ >> /usr/lib64/kamailio/: >> kamctl libkmi.so.1libsrdb1.so libsrdb2.s

Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-07 Thread Vineet Menon
Ya, you were right...mysql.so or db_mysql.so is not present in the lib folder... Is der any remedy for this? $ ls -R /usr/lib64/kamailio/ > /usr/lib64/kamailio/: > kamctl libkmi.so.1libsrdb1.so libsrdb2.so.1.0 > modules_k > libkcore.so libkmi.so.1.0 libsrdb1.so.1

Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-07 Thread Daniel-Constantin Mierla
Hello, On 5/7/12 5:07 PM, Vineet Menon wrote: yes, flavour is set to kamailio and isn't db_mysql module complied the way i just mentioned?? it should be, but typos/errors in command or bugs may prevent that. So it is better to check in the folder with the modules. Cheers, Daniel Regar

Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-07 Thread Vineet Menon
yes, flavour is set to kamailio and isn't db_mysql module complied the way i just mentioned?? Regards, Vineet Menon On 7 May 2012 18:09, Daniel-Constantin Mierla wrote: > Hello, > > is the flavour set to kamailio and db_mysql module installed? > > Some guidelines are presented at: > >

Re: [SR-Users] [sr-dev] kamdbctl error

2012-05-07 Thread Daniel-Constantin Mierla
Hello, is the flavour set to kamailio and db_mysql module installed? Some guidelines are presented at: http://www.kamailio.org/wiki/install/3.2.x/git Cheers, Daniel On 5/7/12 11:16 AM, Vineet Menon wrote: Hi, I am compiling sources of kamailio 3.2.3 on ubuntu 12.04. I have used make comman