Alan DeKok wrote:
On Jul 8, 2015, at 8:39 PM, Michael Ströder <michael@stroeder.com> wrote:
An RPM sanity check on openSUSE build service checks whether run-time linker paths point to disallowed locations.
Hmm... the configure checks are just checks to see if a library exists in that directory. If the directory doesn't exist, it shouldn't be listed in the make file, and it shouldn't affect run-time linking.
There are a number of other places where library paths are hard-coded in "configure" scripts. And they don't cause problems.
Yes, it seems to work like you describe it for all other rlm_* modules but not for rlm_sql_unixodbc. I had to use this patch to make the build work: https://build.opensuse.org/package/view_file/home:stroeder:branches:network/...
What's really happening behind the scenes?
Hmm, don't know. Ciao, Michael.