A software is being downloaded in a production environment. However, Requires: libsasl2.so.2 () (64bit) is output.
version: CentOS Linux release 7.6.1810 (Core)
The package of LDAP or MYSQL is not necessary, but the following is output.
Installing in CentOS 7 getting failed with the following error.
Error: Package: xxxxxxxxx
Requires: libsasl2.so.2 () (64bit)
When I search on Google, I get past questions etc.
https://www.tutorialfor.com/go.php?id=114533
It is as above, but I don't want to install yum install mysql-community-server etc. .
If there is a package I want to download now, and Requires: libsasl2.so.2 () (64bit) is output,
Will it be solved only by the following? Or is there a way to install Requires: libsasl2.so.2 () (64bit) manually?
I researched a lot, and others put on symbolic
https://stackoverflow.com/questions/36323365/marklogic-install-error-on-centos-7-2
usr/lib64/libsasl2.so.2->/usr/lib64/[your sasl version-mine is libsasl2.so.3.0.0]
or rpm is installed, but what I want to install (software not used by general users) is something like MarkLogic-RHEL7-8.0-5.x86_64.rpm
thanks both for answers-I took this one:] # rpm -i MarkLogic-RHEL7-8.0-5.x86_64.rpm-and only had to install yum install glibc.i686-and that did it.MarkLogis started now and console working fine.
I've been thinking for a long time, but if you see this message: Requires: libsasl2.so.2 () (64bit),
Is it possible to solve it by installing Requires: libsasl2.so.2 manually from somewhere?
In that case, where should I download it? . The reason is
Looking up, it looks like it is on the following site, but curl and get this and dropped it to local
http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/libsasl2.so.2%28%29%2864bit%29
Becauserpm -i is scary. . Please tell me how to solve it.
-
Answer # 1
-
Answer # 2
Because I'm scared to hit rpm -i
It's hard to tell because it's scary, but if you install rpm, there's a fear that some startup script will run.
However, if you check the file configuration in advance, you can check whether there is a startup script.How about using rpm2cpio to check individual files in rpm?
I think the following articles will be helpful.
Extract files from rpm package
It seems to work if you only get and place files from rpm that also contains libsasl2.so.2 () (64bit).However, if libsasl2.so.2 included in rpm is not reliable in the first place, I think that you will build rpm from srpm yourself.
Imagine that you can only rely on the source if you can't trust the rpm created from srpm.
Related articles
- how to install openvpn on amazon-linux
- Install Docker on Linux (very simple installation method)
- How to install pyenv under Linux
- How to install Linux on Windows 10
- How to install and use redis under Linux
- How to install xmind in linux
- Correct steps to install Nginx in Linux
- How to install ipython2 and ipython3 in Kali Linux
- How to install PHP curl extension in Linux
- How to install vim editor on Linux (Ubuntu 1804)
- How to install docker on Linux system and login docker container with ssh
- How to install pip package under Linux
- How to install iso file in linux system
- How to install Oracle 11G in Linux virtual machine
- Install three or more tomcat under Linux system (step details)
- How to install nginx under Linux
- How to install a stand-alone version of spark in linux environment without Hadoop
- How to install php7 in Linux
- Linux install python modify default python version method
- VMware Workstation install Linux (Ubuntu) system
- linux : To connect to a host that automatically performs an interactive installation when connecting with Ansible
- how to intentionally create a zombie process in php
- linux - lost /home due to automatic creation of centos8 manual partition settings
- linux - syntax off does not work in centos 822 vim
- linux - how to restrict ip connection to telnet on centos 822
- linux - how to deploy to git using git
- c++ - compilation error due to random number generation method
- linux - i want to complete the makefile and run make
- linux - aws centos7 ssh connection is no longer possible
- linux - i get the error "missing separator" in make
List the results of the investigation
libsasl2.so.2 is not in CentOS7.
As a correspondence, add a symbolic link to libsasl2.so.3.
If libsasl2.so.3 is not installed in the current environment, install cyrus-sasl-lib.
This package is available on the installation media and in the Base repository, so use it as you like.