389ds / 389-ds-base

The enterprise-class Open Source LDAP server for Linux
https://www.port389.org/
Other
200 stars 82 forks source link

/usr/lib64/dirsrv/plugins/libback-bdb.so has an invalid-looking DT_RPATH: /usr/lib/dirsrv #6210

Closed vashirov closed 3 weeks ago

vashirov commented 3 weeks ago

Issue Description rpminspect reports an invalid DT_RPATH /usr/lib/dirsrv.

It comes from https://github.com/389ds/389-ds-base/blob/216ffc0705f0de04d4a67c05b54acf4645721d25/m4/bundle_libdb.m4#L11

Changing it to lib64 might break prefixed installs, where libdir defaults to $prefix/lib instead of $prefix/lib64 on 64-bit systems, so a --libdir parameter needs to be passed for these installs in addition to --prefix.

vashirov commented 3 weeks ago

33e99f980..8e6ce71d3 389-ds-base-3.0 -> 389-ds-base-3.0