On Fri, Mar 27, 2020 at 01:41:31PM -0400, Nathan Hartman wrote: > On Fri, Mar 27, 2020 at 1:21 PM Stefan Sperling <s...@elego.de> wrote: > > > On Fri, Mar 27, 2020 at 11:28:26AM -0400, Nathan Hartman wrote: > > > I made the following change and then was able to run the serf x fsfs > > > test successfully, but I have no idea how/why it worked before (it > > > worked two days ago!) and why I needed to make this change now: > > > > Not sure what happened either, but the change looks good and > > shouldn't hurt. > > > Should I commit it (or something like it)? If so, is there a better / more > idiomatic way to write it?
Please commit. In the unlikely case of fallout we can deal with it then. > Perhaps you had another libdb-something.so sitting somewhere else > > on your system which ld.so picked up and which happened to work, > > and now doesn't work any longer after an upgrade or something? > > > Possible; maybe something changed in a recent system upgrade. > > I wonder if the buildbot and other users are currently picking up some > random lib that happens to work. On the OpenBSD bot rpath in binaries takes care of most such problems.