Jonathan L Hanmann jon
  • Joined on 2025-02-13

libdlrestrictions1 (0.18.12ubuntu2)

Published 2025-03-07 01:10:54 +00:00 by jon

Installation

sudo curl  -o /etc/apt/keyrings/gitea-jon.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-jon.asc]  $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update

Choose $distribution and $component from the list below.

sudo apt install libdlrestrictions1=0.18.12ubuntu2

Repository Info

Distributions
noble
Components
universe
Architectures
arm64

About this package

library that implements library compatibility checks for dlopen() This package provides a DLRestrictions library that can be used to check compatibility of the external shared library (or plugin) against other libraries currently loaded in the global symbol object. It might help to avoid symbol clashes and provide means for graceful failure detection in advance before the first dlsym() call. Otherwise, usage of incompatible library might result in crashes or other unpredictable failures of the application. . A shared library that is protected by DLRestrictions provides a special symbol which defines conditions under which the library may be safely used. At the moment, the only restriction that may be imposed controls whether multiple SONAMEs of the same library can safely co-exist in the same symbol space. Shared library dependencies are also checked for compatibility.

Dependencies

libc6 (>= 2.38)
Details
Debian
2025-03-07 01:10:54 +00:00
3
Ubuntu Developers
14 KiB
Assets (1)
Versions (1) View all
0.18.12ubuntu2 2025-03-07