Cannot find-lcrypto cannot be found in the SuSE environment compilation.

Source: Internet
Author: User

Compile with the following error:
/Usr/lib/GCC/i586-suse-linux/4.1.2/.../i586-suse-linux/bin/ld: cannot find-lcrypto
Collect2: LD returned 1 exit status
Make: *** [libbn_interface.so] Error 1
The preceding error indicates that the crypto dynamic library cannot be found and the system checks whether the crypto dynamic library exists.
Localhost: // # ls/usr/lib/* crypto *
/Usr/lib/libcrypto. so.0.9.7/usr/lib/libcrypto. so.0.9.8/usr/lib/libk5crypto. so.3/usr/lib/libk5crypto. so.3.0
Indicates that the crypto dynamic library exists. You only need to create a link.
Localhost:/# ln-S/usr/lib/libcrypto. so.0.9.8/usr/lib/libcrypto. So
After the link is created, View:
Localhost: // # ls/usr/lib/* crypto *
/Usr/lib/libcrypto. So/usr/lib/libcrypto. so.0.9.8/usr/lib/libk5crypto. so.3.0
/Usr/lib/libcrypto. so.0.9.7/usr/lib/libk5crypto. so.3
Then the compilation is successful.
The OS version is as follows:
Localhost:/# More/etc/Suse-release
SuSE Linux Enterprise Server 10 (i586)
Version = 10
Patchlevel = 1

Related Article

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.