> configure: error: *** Can't find recent OpenSSL libcrypto (see
> config.log for details) ***

https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=7255

Work-around:

Edit
gt5.2.1-all-source-installer/source-trees/gssapi-openssh/openssh/configure
to delete the two lines marked with '-' in the following diff:

  -if test -z "$GLOBUS_LDFLAGS" ; then
  LIBS="-lcrypto $LIBS"
  -fi

so that

  LIBS="-lcrypto $LIBS"

is always set.

It is fixed in GSI-OpenSSH 5.5.

Reply via email to