Using: gnucash-2.7.8(unstable) on 32-bit Slackware Linux 14.2

I built gnucash-2.7.8 (unstable) to be installed at /opt/gnucash. I used
a cmake line that included:
  -D CMAKE_INSTALL_PREFIX=/opt/gnucash

After build and install, gnucash would not start. First error was unable to
find schemas, which I worked around by setting XDG_DATA_DIRS. Then it
failed on unable to find modules.

It turned out that "make install" created the environment file here:
    (1) /etc/opt/gnucash/gnucash/environment
But using strace I saw Gnucash was looking for it here:
    (2) /opt/gnucash/etc/gnucash/environment

I copy the file from (1) to (2) and then it works.

(Should I write this up at bugzilla.gnome.org ?)

_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to