I compiled the route.so module to the kamailio but when I start kamailio the follow error is generated in the log file:
"ERROR:core:sr_load_module: could not open module </home2/local/kamailio/lib/kamailio/modules/route.so>: /home2/local/kamailio/lib/kamailio/modules/route.so: undefined symbol: add_hash"
Someone can help me?
Cheers,
Bruno
Hello,
On 5/19/10 2:23 PM, Bruno Bresciani wrote:
I compiled the route.so module to the kamailio but when I start kamailio the follow error is generated in the log file:
"ERROR:core:sr_load_module: could not open module </home2/local/kamailio/lib/kamailio/modules/route.so>: /home2/local/kamailio/lib/kamailio/modules/route.so: undefined symbol: add_hash"
Someone can help me?
you use a function named add_hash but you do not link against the library offering it. What do you include to have the add_hash function?
Cheers, Daniel