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 _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
