Install SVN under Linux to appear configure:error:We require OpenSSL; Try--with-openssl__linux

Source: Internet
Author: User
Tags install openssl openssl svn
 
Workaround:

error prompted to install OpenSSL, so I installed a OpenSSL, the installation method is as follows:

cd/usr/local

wget http://www.openssl.org/source/ openssl-1.0.0a.tar.gz

tar-zxvf openssl-1.0.0a.tar.gz

cd openssl-1.0.0a

./config
./config-t
After the



installation of make depend makes, test making install, an SSL directory setting environment variable is generated under/usr/local

, in/etc/ Add the following in Profile path:

path=/usr/local/ssl/bin:/sbin/: $PATH:/usr/sbin
export path



OK, error prompt resolution.



re-execute./configure--with-openssl=/usr/local/ssl #这里加上--with-openssl parameters

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.