Hi!

I'm trying to create a new Midgard database with 1.8.6.1 ATM. I encountered the problem mentioned in another thread

Updating database: multilang
/usr/local/bin/repligard: error while loading shared libraries: libmidgard.so.9: cannot open shared object file: No such file or directory

Can not import languages.xml

but I managed to navigate around it by manually adding /usr/local/lib to /etc/ld.conf (but it would really be nicer if Midgard did that automatically).

But the problem is that creating a new database still fails:

datagard stops when Importing AegirAddOn_FileSync and writes this error across the dialog interface:

/usr/local/share/midgard/datagard/lib.postinst: line 609: 26535 Abgebrochen $MGD_USR_PATH/bin/repligard -c $MGD_CONFIG_PATH/repligard.conf -a -i $TMPFILE >/dev/null 2>&1─


underneath the dialog interface, I see this additional error:

Updating database: multilang

repligard-CRITICAL **: Error logging into Database
aborting...
/usr/local/share/midgard/datagard/lib.postinst: line 787: 26564 Abgebrochen $MGD_USR_PATH/bin/repligard -c $MGD_CONFIG_PATH/repligard.conf -i $MGD_SHARE_PATH/languages.xml

Can not import languages.xml

Now you might say that I didn't enter the correct password or that the mysql user doesn't have sufficient privileges, but I looked in /usr/local/etc/midgard/repligard.conf, where username and password are saved. I took this exact data and logged into mysql from the command line like this:

mysql -u midgard -p

I could then do things like "USE my_new_db" and "DROP TABLE article", so the privileges seem to be OK. So... where did I go wrong?



Bye,

Andreas
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to