[OpenSIPS-Users] Debian depends updated for 1.5devel

Joan aseques at gmail.com
Tue Dec 2 13:05:12 CET 2008


There are several packages missing from the depends on Debian.
Basically related to the new osipsconsole. They are:
.- python-mysqldb
.- libfrontier-rpc-perl
.- libnet-ip-perl
.- libberkeleydb-perl

String.pm has to be downloaded/installed manually
http://search.cpan.org/~sherzodr/String-1.5/String.pm


Finally, in the connect to the database, it should be:
   DBI->connect("DBI:$DBENGINE:database=$DBNAME;host=$DBHOST","$DBRWUSER",
"$DBRWPW");
Instead of:
   DBI->connect("DBI:$DBENGINE:database=$DBNAME;host=$DBHOST","$DBROOTUSER",
"");

Note that if DBRWPW is defined in double quotes in
/etc/opensips/opensipsctlrc, it won't work neither

Now I can start trying the new and wished console :)

Regards



More information about the Users mailing list