Re: [SR-Users] Module version mismatch ERROR

2013-07-02 Thread Daniel-Constantin Mierla
Hello, make uninstall in kamailio does not actually delete the deployed files. Just prints the commands you should run. Therefore be sure you first delete the deployed modules. You can just do: rm -rf /opt/kamailio/lib64/kamailio/modules/ The be sure you have db_mysql back in the list of inc

Re: [SR-Users] Module version mismatch ERROR

2013-07-01 Thread aft
On Mon, Jul 1, 2013 at 10:48 PM, Victor Seva wrote: > You have to build kamailio and all the modules that you are using > again. Don't know why this is not been removed. I've done that. To be honest have done multiple times. Something is getting cached i guess. I don't know about kamailio's usage

Re: [SR-Users] Module version mismatch ERROR

2013-07-01 Thread Victor Seva
You have to build kamailio and all the modules that you are using again. Don't know why this is not been removed. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bi

Re: [SR-Users] Module version mismatch ERROR

2013-07-01 Thread aft
Well after make uninstall prefix=/opt/kamailio make clean git clean -x -d -f Same error shows up. But arif@khost:~/src/kamailio$ tree /opt/kamailio/lib64/kamailio/modules/ | grep mysql ├── db_mysql.so And arif@khost:~/src/kamailio$ readelf -s /opt/kamailio/lib64/kamailio/modules/db_mysql.so

Re: [SR-Users] Module version mismatch ERROR

2013-07-01 Thread Victor Seva
2013/7/1 aft : > Hi, > > After updating my git tree I'm on this commit : > > * master1123ed4 core: Also > consider PROTO_WS(S) in forward(). > > origin/master 1123ed4 core: Also > consider PROTO_WS(S) in forward(). > > After bui

[SR-Users] Module version mismatch ERROR

2013-07-01 Thread aft
Hi, After updating my git tree I'm on this commit : * master1123ed4 core: Also consider PROTO_WS(S) in forward(). origin/master 1123ed4 core: Also consider PROTO_WS(S) in forward(). After building kamailio is showing this an