[Libre-soc-bugs] [Bug 696] [Coroliosis 2] Library libMut Not Found During Alliance Install

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Sep 28 19:08:33 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=696

--- Comment #24 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to andrey from comment #22)

> libBdd_la_LIBADD    = -lAbl -lAut
> Might seem naive of me, but is "libBdd_la_LIBADD" wrong?

no, because one of those two libraries is built with -lMut,
and consequently it is found that way (recursively)

there is nothing wrong here - it is just a symptom. you are
investigating symptoms of the fact that LD_LIBRARY_PATH has
not been set, because the .bash_profile / .bashrc was not
properly established (a missing env variable)

> The LDFLAGS make me assume LIBADD should be -lAbl and -lMut. 

LD_LIBRARY_PATH does not have the correct entries, therefore
of course -lMut, which is not installed in /usr/lib it is a
user-defined path location, cannot be found.

> 
> Is it worth re-installing my host Debian?

no, not at all.

> -missing/misconfigured environment vars

this is the source of the problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list