[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
Thu Sep 30 19:23:38 BST 2021


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

--- Comment #34 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to andrey from comment #33)
> (In reply to Luke Kenneth Casson Leighton from comment #32)
> > ok, so where are the libs *actually* getting installed?
> > 
> > in a directory ending lib or ending lib64?
> The library with the error (lMut) is in alliance.

remember: there is no error with -lMut *itself*, there is only a missing
LD_LIBRARY_PATH, which is the means and method of *FINDING* that library
(in non-standard locations).

the library is there.

> 
> In alliance installation (*lib*):
> /home/rohdo/alliance/install/lib/

and that matches with the LD_LIBRARY_PATH:

LD_LIBRARY_PATH="/home/rohdo/coriolis-2.x/Linux.x86_64/Release.Shared/install/lib64:
------>>>>>>> /home/rohdo/alliance/install/lib:"; <<<<<<------
export LD_LIBRARY_PATH;

> there are libAut, libMut, etc.

excellent.  so, because it is there, we know that there is no problem
with the library libMut, because it is there.

therefore there is a problem with the LD_LIBRARY_PATH environment
variable not being created, or being corrupted, or not being set.

what does the output of "env" say?

what does the output of "env" say after running "source ~/coriolisenv"?

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


More information about the libre-soc-bugs mailing list