openssh-3.8p1.tar.gz

  • Solarisにインストール。
    • configureでerrorが。
      • checking OpenSSL header version... not found
      • configure: error: OpenSSL version header not found.
    • /usr/local/ssl/include/openssl/opensslv.h はあるのに。
    • configure --with-ssl-dir=/usr/local/ssl もいれてある。
  • むぅうう…。
    • openssh-SNAP-20040317.tar.gzでテストしてみると同じoptionで成功する…
      • checking OpenSSL header version... 90704f (OpenSSL 0.9.7d 17 Mar 2004)
  • configureの違いによるものでした。

-
$ diff openssh-SNAP-20040317/configure openssh-3.8p1/configure | grep -v "as_me" | grep -v "line" | more
4142,4144d4141< if test "x$withval" != "xno" ; then< need_dash_r=1< fi