(It is a bit weird writing to “Tim,” but my last job there were three “Tim”s
... even weirder)
I figured it out. The string argument on my system was the path to a symlink,
the actual file was “/usr/lib/x86_64-linux-gnu/libm-2.32.so” so it won’t follow
symlinks to load libraries.
> On Feb 23,
Sorry, I should have said that it was Linux Mint Ulyssa, installed from “apt”.
I have another system I can try it on later today.
> On Feb 23, 2021, at 06:21, Tim Van den Langenbergh wrote:
>
> On Tuesday, 23 February 2021 04:49:34 CET you wrote:
>> Ok - I think that I am missing something imp
On Tuesday, 23 February 2021 04:49:34 CET you wrote:
> Ok - I think that I am missing something important that will allow me to
> dynamically load libraries. :(
> Is this an environment variable or something?
>
> me@expensive:/usr$ find . -type f -name "libm\.*" -print
> ./lib/x86_64-linux-gnu/libm
Ok - I think that I am missing something important that will allow me to
dynamically load libraries. :(
Is this an environment variable or something?
me@expensive:/usr$ find . -type f -name "libm\.*" -print
./lib/x86_64-linux-gnu/libm.so
./lib/x86_64-linux-gnu/libm.a
me@expensive:/usr$ guile
GNU G