The function sv2int_str is defined in kamailio/src/modules/app_perl/kamailioxs.xs as inline.
Which is why it does not show up in the .o or, therefor, the .so.
The question is what expects it as a symbol?
Removing inline from its definition may be a quick workaround.
-JimC