The Magic Incantation
The magic incantation to properly recompile OpenSSH on OS X:
$ make clean && ./configure --prefix=/usr \ --sysconfdir=/etc --without-zlib-version-check \ --without-openssl-header-check && make && sudo make \ install
The magic incantation to properly recompile OpenSSH on OS X:
$ make clean && ./configure --prefix=/usr \ --sysconfdir=/etc --without-zlib-version-check \ --without-openssl-header-check && make && sudo make \ install
posted at
20:14
No comments:
Post a Comment