Re: Checking failing dlopen when building 32bit software

2021-10-13 Thread alexandre schenberg
Thanks for the answers. There is some relevant info there, like ldconfig to ignore symbolic links when scanning for libraries Well, I am already facing problems, possibly caused by this dl issue. When configuring wine, it tests for lib freetype, and it does not find it, being

Re: Checking failing dlopen when building 32bit software

2021-10-12 Thread Bob Friesenhahn
On Mon, 11 Oct 2021, alexandre schenberg wrote: which made sense, as I had not yet made a symbolic link to libdl on /usr/lib32. Then I just did it. Yet, this error message continued to appear. What changed was this detection test: "checking for dlopen in -ldl..." that went from "no" to "

Checking failing dlopen when building 32bit software

2021-10-11 Thread alexandre schenberg
Hello. I am currently experimenting this error message when configuring software: "checking for dlopen... no" This happens when preparing a 32bit build of some software such as Alsa, Mesa or when trying to build software that uses a lot of 32bit libraries, such as wine. I am