Jyrki Wahlstedt wrote:
On 16.10.2007, at 7.54, Noah wrote:
Hi there,
I have macports and fink installed and I recently updated my openssl and not quite sure where to turn since it aint completely working.
Here is what is happnin' openssh aint working too well and not sure what the best procedure is to rebuild it.
---- snip ---
Macintosh-3:~ blah$ ssh ns1 OpenSSL version mismatch. Built against 90805f, you have 908070 Macintosh-3:~ blah$
Macintosh-3:~ blah$ openssl version OpenSSL 0.9.8f 11 Oct 2007 Macintosh-3:~ blah$ Macintosh-3:~ blah$ which openssl /opt/local/bin/openssl
Macintosh-3:~ $ ssh -V OpenSSL version mismatch. Built against 90805f, you have 908070 Macintosh-3:~ $ which ssh /opt/local/bin/ssh
---- snip --
cheers,
Noah Hi, what you need to do, is to uninstall and reinstall openssh, i.e. 'sudo port -f uninstall openssh' 'sudo port install openssh' (if you have variants, put them here, too)
Then openssh works (tried and tested). Apparently the library versions have changed, hence this…
! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386
thanks that did it. is there a way to update all the binaries that had updates to their corresponding libraries? Also is there a way to view all the installed binaries? Cheers, Noah