Hi,
Am Donnerstag 03 Dezember 2009 13:53:08 schrieb Örn Arnarson:
Whenever I do "use OpenSER::AVP;" and restart kamailio, the following error messages appear and kamailio doesn't start:
Dec 3 12:42:51 proxy02 /usr/sbin/kamailio[5392]: ERROR:core:XS_OpenSER__Message_log: perl error: Can't locate OpenSER/AVP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0
[...]
Now, I cannot find this AVP module within the perl package anywhere. I downloaded the source of 1.5.0 and it's nowhere to be found. It is, however, in the .1.5 documentation.
the OpenSER::AVP perl package is defined in the perl module itself, and is not complemented by a ".pm" file. This means that you can use the package as soon as you "use OpenSER;", a dedicated "use OpenSER::AVP" is simply not required.
Good luck! Bastian