Skip to content

multilib flexibility snag; configure breaks in presence of any $prefix/lib64 #326

@NatUni

Description

@NatUni

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)

Metadata

Metadata

Assignees

Labels

C: buildRelated to the build systemP: lowLow prioritybugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions