2007-04-23

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

No comments: