Re: DB_README: How to specify library path for `libdb-5.3.so`?

2021-04-20 Thread Wietse Venema
Paul Menzel: > Would you accept a patch to add fix the instructions in `DB_README`? I think your problem is that /etc/ld.so.conf needs updating when you install libdb in a nonstandard place. I will consider an update if - it does not break static builds (the current DB_README instructions) - it

Re: DB_README: How to specify library path for `libdb-5.3.so`?

2021-04-20 Thread Viktor Dukhovni
On Tue, Apr 20, 2021 at 09:20:40AM -0400, Wietse Venema wrote: > Paul Menzel: > > Would you accept a patch to add fix the instructions in `DB_README`? > > I think your problem is that /etc/ld.so.conf needs updating when you > install libdb in a nonstandard place. But one can also augment the de

Re: DB_README: How to specify library path for `libdb-5.3.so`?

2021-04-20 Thread Wietse Venema
Viktor Dukhovni: > On Tue, Apr 20, 2021 at 09:20:40AM -0400, Wietse Venema wrote: > > > Paul Menzel: > > > Would you accept a patch to add fix the instructions in `DB_README`? > > > > I think your problem is that /etc/ld.so.conf needs updating when you > > install libdb in a nonstandard place. >