openssl-0.9.8 をインストールしてみた。が。
make install の途中でどうもこける。Solaris9(SPARC)で。
以下、対処メモ。
installing man3/ERR_set_mark.3
ERR_pop_to_mark.3 => ERR_set_mark.3
installing man3/EVP_BytesToKey.3
/bin/sh: /usr/local/ssl/man/man3/EVP_BytesToKey.3: 作成できません。
gmake: *** [install_docs] Error 1
とエラーということなのでみてみると
# ls -l /usr/local/ssl/man/man3/EVP_BytesToKey.3
lrwxrwxrwx 1 root other 16 11月 11日 2003年 /usr/local/ssl/man/man3/EVP_BytesToKey.3 -> EVP_BytesToKey.3
ほう。
# less /usr/local/ssl/man/man3/EVP_BytesToKey.3
/usr/local/ssl/man/man3/EVP_BytesToKey.3: Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS
あはは。ということで、
# mv /usr/local/ssl/man/man3/EVP_BytesToKey.3 /usr/local/ssl/man/man3/EVP_BytesToKey.3.old
んでもっかい
# gmake install
で成功。
ずっと上書きバージョンアップだったんだけどいつかおかしくなってたのかね?

/usr/local/ssl/man/man3/EVP_BytesToKey.3
で検索したらココでした。