On 2025-02-22 15:25, Stuart Henderson wrote:
> > # XXX needs bumps every time :-
> > -SHARED_LIBS += sqlite3 37.30 # 8.6
> > +SHARED_LIBS += sqlite3 38.00 # 8.6
Should be 38.0 not 38.00.
That explains the problems with finding it, I suppose?
To 37.31, at least the handful of builds in your list that I tested, works
again.
I noticed that when updateing, libsqlite3.so.38.00 did not replace
libsqlite3.so.37.30, but libsqlite3.so.37.31 did.
Updates keep a version around that's compatible with existing programs
built against the old library version.
37.31 is supposed to be compatible with programs built against 37.30
so no need to keep 37.30.
So I guess, 37.31 would have been the right choice anyway... fingers crossed
that the bulk build goes through.
Thanks for the explanations!