Default libexec dir
    Damien Miller 
    djm at mindrot.org
       
    Tue Sep  3 11:36:21 AEST 2024
    
    
  
On Mon, 2 Sep 2024, radiatejava wrote:
> I know that I can use --libexec=dir arg when running configure for
> openssh code. However, on my ubuntu OS, it seems sshd is using
> /usr/local/libexec as the default libexec dir when I do not provide
> --libexec=dir during the configure cmd. Can it not use the default
> /usr/libexec dir instead?
It will use libexec under the --prefix that you specified, which
by default is /usr/local
-d
    
    
More information about the openssh-unix-dev
mailing list