[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More Questions <G>
>>Now to discover what I did to crash Gnucash!
>>
>> Version 1.4? That is the current and stable release. It works great
>> for me. The 1.3.x series are real iffy.
> After I installed GNUCash and a set of libraries I had installed, I
>moved the libraries into /usr/lib/gnucash and of course I broke the links for
>it. I just recreated the symbolic links for it and everything works fine now.
>I am using 1.4 and it is quite stable. <G>
If you want to have "extra" library directories you can add lines to
/etc/ld.so.conf, and then run ldconfig (as root of course). That adds (or
subtracts) to the directories the system searches when looking for libraries,
and lets you keep things seperate without creating a maze of file system links.
The enviroment variable LD_LIBRARY_PATH can also be set and used to add library
search paths to the subsequent applications, which is very handy if for some
reason you want certain applications to use diffrent libraries, or you have
libraries needed by something but you don't want other applications to find
them.
export LD_LIBRARY_PATH="/usr/lib/gnucash:/usr/lib/foo"
Systems and Network Administrator
Morrison Industries
1825 Monroe Ave NW.
Grand Rapids, MI. 49505