Forwarded to openssl-users for discussion.

----- Forwarded message from gate Bill <winlinke...@gmail.com> -----

Date: Tue, 6 Aug 2013 17:22:54 +0800
From: gate Bill <winlinke...@gmail.com>
To: openssl-b...@openssl.org
Subject: update openssl error

hello
   my linux env:
        centos 6.4 x64
        gcc 4.8.1
        2.6.32-358.6.2.el6.x86_64
        compile step:
         wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
         tar zxf openssl-1.0.1e.tar.gz
         cd openssl-1.0.1e &&  ./config zlib shared threads --prefix=/usr
--openssldir=/etc/pki/tls && make && make test && make install && ldconfig
&& cd ../ && echo 'OK!'
          the command    openssl version -a display is right
           but when i exec this /etc/init.d/ssh restart,display this error:
            OpenSSL version mismatch. Built against
so i think maybe need to upgrade the openssh,so i do like this
echo "Updateting Openssh"
yum -y install libedit libedit-devel libbsd libbsd-devel  pam  pam-devel
krb5-devel audit-libs audit-libs-devel
cd openssh-6.2p2 && ./configure --sysconfdir=/etc/ssh --prefix=/usr
--with-cflags --with-cppflags --with-ldflags --with-libs --with-Werror
--with-solaris-contracts --with-solaris-projects --with-osfsia
--with-zlib=/usr --with-tcp-wrappers=/usr --with-libedit=/usr
--with-audit=linux --with-ssl-dir=/etc/pki/tls --with-ssl-engine --with-pam
--with-selinux --with-kerberos5=/usr --with-md5-passwords --with-bsd-auth
--with-ipaddr-display --with-4in6

but the still the same problem,so,what should i do?
i'm waiting your answer???thank u

----- End forwarded message -----
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to