[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Absolute instead of relative linking (ITS#3285)
Full_Name: Quanah Gibson-Mount
Version: 2.2.15
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.64.19.82)
I noticed after building 2.2.15 and moving the directory to a different name
that the links in sbin/ break, because they are linked in abosultely rather than
relatively. This wasn't an issue in 2.1 when they were their own binaries, but
in 2.2, I see:
ls sbin/
slapadd -> /usr/local/stow/openldap-2.2.15/lib/slapd
Rather than
slapadd -> ../lib/slapd
Which would be "more" correct.
--Quanah