NetXMS Support Forum

English Support => General Support => Topic started by: duanebutler on October 27, 2015, 10:05:26 AM

Title: unmet dependencies error when installing 2.0 RC2
Post by: duanebutler on October 27, 2015, 10:05:26 AM
Hi There

When i run /usr/bin/nxdbmgr init /usr/share/netxms/sql/dbinit_mysql.sql to initialize the db i get the error:

Unable to load and initialize database driver "/usr/lib/libnxddr_mysql.sql"

When i browse to the location, no such driver exists.

When i run: apt-get install netms-server-mysql i get error:

Also i get error: netxms-server-mysql : Depends on : netxms-server (= 2.0-M2) but 2.0-RC is to be installed

My sources.list file has: deb://packages.netxms.org/debian wheezy beta
Title: Re: unmet dependencies error when installing 2.0 RC2
Post by: tomaskir on October 27, 2015, 10:09:13 AM
DB driver packages were renamed starting with 2.0-RC3.
Use "netxms-dbdrv-mysql".

In server config file, simply use "DBDriver = mysql.ddr".
Title: Re: unmet dependencies error when installing 2.0 RC2
Post by: Ignotus on February 04, 2016, 10:40:25 AM
really helpfull, thanks