Opened 3 years ago
Closed 3 years ago
#20910 closed defect (fixed)
New .deb required for Ubuntu 22.04 with libssl3
Reported by: | _hswong3i | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 6.1.32 |
Keywords: | Ubuntu 22.04 | Cc: | |
Guest type: | other | Host type: | Linux |
Description
Currently all of out .deb are build with libssl1.1, where Ubuntu 22.04 now shipping with libssl3 (as like as Debian experimental) only, making the installation failed. We need a new package for it.
Change History (4)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
As your reference, Ubuntu 22.04 distro virtualbox https://packages.ubuntu.com/jammy/virtualbox is now building with:
libssl3 (>= 3.0.0~~alpha1) Secure Sockets Layer toolkit - shared libraries libvpx7 (>= 1.10.0) VP8 and VP9 video codec (shared library)
comment:3 by , 3 years ago
https://download.virtualbox.org/virtualbox/debian/pool/contrib/v/virtualbox-6.1/virtualbox-6.1_6.1.34-150636.1~Ubuntu~jammy_amd64.deb is now available since 2022-05-19, so following test now passed:
root@yaenu3vupeha-1:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy root@yaenu3vupeha-1:~# cat /etc/apt/sources.list.d/virtualbox.list deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian jammy contrib root@yaenu3vupeha-1:~# apt-cache depends virtualbox-6.1 |grep Depends: |PreDepends: debconf PreDepends: <debconf-2.0> Depends: psmisc Depends: adduser Depends: libc6 Depends: libcurl4 Depends: libdevmapper1.02.1 Depends: libgcc-s1 Depends: libgl1 Depends: libopus0 Depends: libpng16-16 Depends: libqt5core5a |Depends: libqt5gui5 Depends: libqt5gui5-gles Depends: libqt5opengl5 Depends: libqt5printsupport5 Depends: libqt5widgets5 Depends: libqt5x11extras5 Depends: libsdl1.2debian Depends: libssl3 Depends: libstdc++6 Depends: libvpx7 Depends: libx11-6 Depends: libxcb1 Depends: libxcursor1 Depends: libxext6 Depends: libxml2 Depends: libxt6 Depends: zlib1g root@yaenu3vupeha-1:~# VBoxManage --version 6.1.34r150636 root@yaenu3vupeha-1:~# VBoxManage list extpacks Extension Packs: 1 Pack no. 0: Oracle VM VirtualBox Extension Pack Version: 6.1.34 Revision: 150636 Edition: Description: Oracle Cloud Infrastructure integration, USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe. VRDE Module: VBoxVRDP Usable: true Why unusable:
comment:4 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi _hswong3i,
Thank you for trying Jammy package. I am closing ticket since all seems good now.
Initial failed message:
Quick workaround by manually install Ubuntu 21.10 libssl1.1 and libvpx6: