D
D
DastiX2016-05-13 21:18:09
linux
DastiX, 2016-05-13 21:18:09

Where can I get libcrypto.so.10?

I have SLES 12 (Linux 3.12.28-4-default x86_64) I
install Zabbix agent I
connected the repository repo.zabbix.com/zabbix/3.0/rhel/7/x86_64 I execute
It
zypper install zabbix-agent
gives the output

Problem: nothing provides libcrypto.so.10()(64bit) needed by zabbix-agent-3.0.2-1.el7.x86_64

As I understand it, this is a piece of openssl, which is normally installed. But lib64 only has libcrypto.so.1.0.0.
Tell me how to overcome this? Half the Internet has already been rummaged - no result.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kuts, 2016-05-13
@fox_12

Symbolic link try doing
ln -s libcrypto.so.10 libcrypto.so.1.0.0

A
Alexander, 2016-05-13
@NeiroNx

link libcrypto.so.10 to libcrypto.so.1.0.0
Most likely just different names

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question