Absolutely. Just go ahead and remove this lib lookup weirdness. +1
from me and thanks a lot! Christian
Zitat von Geert Janssens :
On Monday 11 October 2010, John Ralls wrote:
On Oct 11, 2010, at 12:02 PM, Geert Janssens wrote:
> You even imply more than I intended. If I understand your reason
On Monday 11 October 2010, John Ralls wrote:
> On Oct 11, 2010, at 12:02 PM, Geert Janssens wrote:
> > You even imply more than I intended. If I understand your reasoning
> > correctly, (DY)LD_LIBRARY_PATH should contain paths for shared libraries
> > only, while GnuCash' loadable modules should be
On Oct 11, 2010, at 12:02 PM, Geert Janssens wrote:
> On Monday 11 October 2010, John Ralls wrote:
>> On Oct 11, 2010, at 3:11 AM, Geert Janssens wrote:
>>> I've been doing some code reading in the gnc_module code.
>>>
>>> I've found that at some point the paths in environment variable
>>> GNC_M
On Monday 11 October 2010, John Ralls wrote:
> On Oct 11, 2010, at 3:11 AM, Geert Janssens wrote:
> > I've been doing some code reading in the gnc_module code.
> >
> > I've found that at some point the paths in environment variable
> > GNC_MODULE_PATH are appended to the environment variable LD_LIB
On Oct 11, 2010, at 3:11 AM, Geert Janssens wrote:
> I've been doing some code reading in the gnc_module code.
>
> I've found that at some point the paths in environment variable
> GNC_MODULE_PATH are appended to the environment variable LD_LIBRARY_PATH.
> This
> happens somewhere early in th
I've been doing some code reading in the gnc_module code.
I've found that at some point the paths in environment variable
GNC_MODULE_PATH are appended to the environment variable LD_LIBRARY_PATH. This
happens somewhere early in the gnc_module initialization [1].
However at the time the gnc_modu