Installing libssl1.1 on Ubuntu 24.04

Installing libssl1.1 on Ubuntu 24.04

 If you get error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory error while installing GZ On-Premises in Isolated environment then follow below the steps.

Ubuntu 24.04 ships with OpenSSL 3.x, and libssl1.1 (OpenSSL 1.1) is no longer available in its
 default repositories. However, it can still be installed by temporarily enabling the Ubuntu 20.04
 (Focal) security repository.

Connect your machine to the internet (Temporary)

# 1. Add temporary repo (Ubuntu 20.04 focal-security)
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/temp-libssl.list

# 2. Update package list
sudo apt update -y

# 3. Install libssl1.1
sudo apt install -y libssl1.1

# 4. Remove temporary repo
sudo rm /etc/apt/sources.list.d/temp-libssl.list

# 5. Refresh package list
sudo apt update -y

# 6. Verify installation
ldconfig -p | grep libcrypto.so.1.1

Remove the internet and DNS

    • Related Articles

    • SIEM Intergration with Bitdefender GravityZone

      Requirements Access to Bitdefender GravityZone Console. Ubuntu 24.04 LTS server with the following hardware configuration: Must be on the same network as the SIEM (On-Premises) or able to communicate with SIEM (Cloud). 2 CPU, 4 GB RAM, 80 GB HDD. ...
    • Steps to Install Bitdefender Total Security Solution on Windows

      How to Install Your Bitdefender Total Security Solution on Windows This article guides you on how to download and install Bitdefender on Windows computers. You can also watch the step-by-step tutorial presented in the video below. ⓘ Note: Before ...
    • Retail Partner Training

      Hello Sir, Thank you for your valuable time. We have completed the Retail Product Training successfully and hope we addressed all your queries raised in the session. Kindly refer to the links below, which will provide you more information on the ...
    • On Premises Pre-Requisites - Standard Installation

      Hello Team, Kindly refer below Minimum requirements for up to 200 users (without Application Control) to GravityZone On-premises console deployment. Hardware: Processor: Virtual equivalent to 8 vCPU (Quad-Core 2.4GHz or above) RAM: 16 GB (Host system ...
    • On Premises Pre-Requisites - Isolated Network

      Hello Team, Please find the minimum requirements for deploying the GravityZone On-premises isolated console for up to 200 (without Application Control) users below: Hardware: Offline Server Processor: Virtual equivalent to 8 vCPU (Quad-Core 2.4GHz or ...