Is there a configure option to build OpenSSH mostly statically? I want to have openssl libraries statically linked. I'd prefer libc (and related) not be, and libz could go either way. -- ----------------------------------------------------------------- | Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ | | phil-nospam at ipal.net | Texas, USA | http://phil.ipal.org/ | -----------------------------------------------------------------
Phil Howard wrote:> Is there a configure option to build OpenSSH mostly statically? > I want to have openssl libraries statically linked. I'd prefer > libc (and related) not be, and libz could go either way.You have to hand edit the makefile. Have a look at contrib/redhat/openssh.spec to see how to do it with perl. -d