#2663 Do not use rpath in samba4 packages
Closed: Fixed None Opened 12 years ago by sbose.

It needs to be checked if rpath is used for building the samba4 packages and if it is used, it should be disabled.

For details see http://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath .

Adding a file like samba4.conf to /etc/ld.so.conf.d/ which contains the search paths to the private samba libraries seems to be the better approach.


Did you see rpath usage? I'm building with --disable-rpath.

We build with --disable-rpath-install. So the public shared libraries aren't build with rpath. We only use rpath for internal libraries which shouldn't be used by any other party.

Metadata Update from @sbose:
- Issue assigned to asn
- Issue set to the milestone: FreeIPA 3.0 Trust Effort - 2012/05

7 years ago

Login to comment on this ticket.

Metadata