Building 1.16.1
Greg Hudson
ghudson at mit.edu
Tue Aug 28 11:37:25 EDT 2018
On 08/28/2018 11:32 AM, Jonathan Maron wrote:
> I am having issues attempting to create an installation with a specified build dir:
>
> -bash-4.1$ make install DESTDIR=opt/local/krb5-tools
[...]
[...]
> /usr/bin/install: cannot create regular file `opt/local/krb5-tools/usr/local/lib': No such file or directory
Use an absolute path for DESTDIR. We have a build system using
recursive make, and "opt/local/krb5-tools" is different in each directory.
I will update our documentation to say that explicitly.
More information about the krbdev
mailing list