Friday, January 26, 2007

Didn't think that would happen

% ssh somewhere.important.edu
shell: segmentation fault ssh somewhere.important.edu

This was after I installed an update for OS X today on my work computer. I had to go and install a new version of OpenSSH to fix the problem. Not entirely sure what happened, but it really sucks when the program you use every single minute stops working. I think it was a library issue but this should have been checked for. I am not really sure why OS X is using an older version of OpenSSH, but oh well. Hrrrrumph.

% ./configure --prefix=/sw --with-ssl-dir=/sw --with-pam --with-tcp-wrappers --with-ipaddr-display --with-libedit
% make
% sudo make install

No comments: