This was on FreeBSD; i have not tried elsewhere.
from FreeBSD PR #287043:
# mkdir /usr/local/lib64
# make clean configure >/dev/null || echo woe
configure: error: cannot find usable SQLite v3 library
woe
# rmdir /usr/local/lib64
# make clean configure >/dev/null && echo joy
joy
yes i realize its odd to have all three lib32, lib64 & lib
might should multilib only affect the order in which they're tried, rather than eliminate any from eligibility?
low prio (i found but a single piece of esoteric software hiding out in lib64 on a system with 6000 packages)
This was on FreeBSD; i have not tried elsewhere.
from FreeBSD PR #287043:
yes i realize its odd to have all three lib32, lib64 & lib
might should multilib only affect the order in which they're tried, rather than eliminate any from eligibility?
low prio (i found but a single piece of esoteric software hiding out in lib64 on a system with 6000 packages)