[openssl-dev] OPenssl and dependencies such as openssh

The Doctor doctor at doctor.nl2k.ab.ca
Mon Jan 4 16:08:31 UTC 2016


This might be a croosmail, but necessary.

I did us openssl-SNAP-20160104 minorss erros and installed.

I tried openssh-SNAP-20160105 and the OpenSSL libraries cannot be found


In the openssh configuration file I see


        # Determine OpenSSL library version
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenSSL library versi
on" >&5
$as_echo_n "checking OpenSSL library version... " >&6; }
        if test "$cross_compiling" = yes; then :

                        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross
 compiling: not checking" >&5
$as_echo "$as_me: WARNING: cross compiling: not checking" >&2;}


else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

        #include <stdio.h>
        #include <string.h>
        #include <openssl/opensslv.h>
        #include <openssl/crypto.h>
        #define DATA "conftest.ssllibver"

int
main ()
{

                FILE *fd;
                int rc;

                fd = fopen(DATA,"w");
                if(fd == NULL)
                        exit(1);

                if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
                    SSLeay_version(SSLEAY_VERSION))) <0)
                        exit(1);

                exit(0);

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :

                        ssl_library_ver=`cat conftest.ssllibver`
                        # Check version is supported.
                        case "$ssl_library_ver" in
                                0090[0-7]*|009080[0-5]*)
                                        as_fn_error $? "OpenSSL >= 0.9.8f requi
red (have \"$ssl_library_ver\")" "$LINENO" 5
                                        ;;
                                *) ;;
                        esac
                        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssl_l
ibrary_ver" >&5
$as_echo "$ssl_library_ver" >&6; }

else

                        { $as_echo "$as_me:${as_lineno-$LINENO}: result: not fo
und" >&5
$as_echo "not found" >&6; }
                        as_fn_error $? "OpenSSL library not found." "$LINENO" 5

fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
fi

                                                               

Could there be anything that is causing openssh not to see the new openssl 1.1 

and are any other dependent serverware affacted?


-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Happy Christmas 2015 and Merry New Year 2016 


More information about the openssl-dev mailing list