Hello,
I'm using debian lenny, kamailio_3.0.0 and perl_5.10.0.
I included the following line in a PERL-script (that I want to be started from the routing-logic in kamailio.cfg) for interaction of PERL with a MySQL Database:
use DBI;
The problem is that I get the follwing error at kamailio-startup:
lenny:/opt/kamailio-3.0.0/sbin# 0(17385) ERROR: perl [openserxs.xs:1027]: perl error: Can't load '/usr/lib/perl5/auto/DBI/DBI.so' for module DBI: /usr/lib/perl5/auto/DBI/DBI.so: undefined symbol: PL_memory_wrap at /usr/lib/perl/5.10/DynaLoader.pm line 196. at /usr/lib/perl5/DBI.pm line 263
The PERL-script itself compiles without problems and other scripts work fine as well.
What can I do???
Thanks for the help in advance.
Regards,
Nicolas