Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-24 Thread Geert Janssens
Your message wasn't lost, but as I didn't have a full answer I just didn't reply. Here's my best shot: We discourage installing in /usr/local as it's one of the "special" install locations and many tools behave differently or need extra work in order to get a fully working installation. I don't

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-17 Thread Paul Schwartz
the contents of ld.so.conf paul@paul-Satellite-S855:/etc$ cat ld.so.conf include /etc/ld.so.conf.d/*.conf I have not run ld.conf ever. Should it have been part of make install? Paul On Sun, Sep 16, 2018 at 8:48 PM John Ralls wrote: > Is /usr/local/lib in /etc/ld.so.conf? Have you run ldconfig

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-16 Thread John Ralls
Is /usr/local/lib in /etc/ld.so.conf? Have you run ldconfig since building GnuCash? Regards, John Ralls > On Sep 16, 2018, at 6:52 PM, Paul Schwartz wrote: > > here is the file/files in question > > paul@paul-Satellite-S855:/usr/local/lib$ ls -l libgnc-gnome* > -rwxr-xr-x 1 root root1939

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-16 Thread Paul Schwartz
I just installed some Ubuntu updates including a new kernal, so I did a reboot. Executing gnucash in a terminal window puts out a lot of warnings, but the program starts and seems to be working as it used to. Should I be worried about all of the warnings? Thanks for all of your help! I would now

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-16 Thread Paul Schwartz
here is the file/files in question paul@paul-Satellite-S855:/usr/local/lib$ ls -l libgnc-gnome* -rwxr-xr-x 1 root root1939 Sep 12 09:11 libgnc-gnome.la lrwxrwxrwx 1 root root 21 Sep 12 09:11 libgnc-gnome.so -> libgnc-gnome.so.0.0.0 lrwxrwxrwx 1 root root 21 Sep 12 09:11 libgnc-gnome.

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-16 Thread Geert Janssens
Op donderdag 13 september 2018 04:10:35 CEST schreef Paul Schwartz: > libgnc-gnome.so.0 is in /usr/local/lib > Is that a real file or a soft link ? If it's a softlink, does the file it points to exist ? How about file permissions ? Does the user you use to run gnucash have read access to this

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-12 Thread Paul Schwartz
libgnc-gnome.so.0 is in /usr/local/lib How do I adjust the command so it is found? Paul On Wed, Sep 12, 2018 at 11:36 AM Stephen M. Butler wrote: > On 09/12/2018 10:11 AM, Geert Janssens wrote: > > Op woensdag 12 september 2018 17:50:23 CEST schreef Paul Schwartz: > >> I have made some progre

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-12 Thread Stephen M. Butler
On 09/12/2018 10:11 AM, Geert Janssens wrote: > Op woensdag 12 september 2018 17:50:23 CEST schreef Paul Schwartz: >> I have made some progress. Uninstalled and removed previous gnucash 2.6.19 >> which is the default installed in Ubuntu 18.04. Successfully did >> ./configure && make followed by sud

Re: [GNC] Compiling and Installing Gnucash 2.6.12

2018-09-12 Thread Geert Janssens
Op woensdag 12 september 2018 17:50:23 CEST schreef Paul Schwartz: > I have made some progress. Uninstalled and removed previous gnucash 2.6.19 > which is the default installed in Ubuntu 18.04. Successfully did > ./configure && make followed by sudo make install. > > Executing gnucash produces >

[GNC] Compiling and Installing Gnucash 2.6.12

2018-09-12 Thread Paul Schwartz
I have made some progress. Uninstalled and removed previous gnucash 2.6.19 which is the default installed in Ubuntu 18.04. Successfully did ./configure && make followed by sudo make install. Executing gnucash produces /usr/local/bin/gnucash: error while loading shared libraries: libgnc-gnome.so.0