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 <[email protected]> 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 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: cannot open shared object file: No such file or > directory > >> > >> Did I miss an argument for install or ?? > >> Thanks for the help > >> Paul > > Is the file really there ? It should be somewhere in /usr/local/lib > > > > Regards, > > > > Geert > > > > Since I had also compiled under Ubuntu, I looked on my system to see > where it was located. Here are my findings: > steve@stevelaptop:~$ sudo su > [sudo] password for steve: > root@stevelaptop:/home/steve# cd /usr > root@stevelaptop:/usr# find . -name libgnc-gnome.so.0 > root@stevelaptop:/usr# find . -name 'libgnc-gnome.*' > ./local/lib/libgnc-gnome.so > > See if that is on your system. > > --Steve > > -- > Stephen M Butler, PMP, PSM > [email protected] > [email protected] > 253-350-0166 > ------------------------------------------- > GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 > > _______________________________________________ > gnucash-user mailing list > [email protected] > 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. _______________________________________________ gnucash-user mailing list [email protected] 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.
