Multiple glibc libraries on a single host

后端 未结 11 1860
轮回少年
轮回少年 2020-11-21 05:13

Multiple glibc libraries on a single host

My linux (SLES-8) server currently has glibc-2.2.5-235, but I have a program which won\'t work on this version and requires

11条回答
  •  孤城傲影
    2020-11-21 05:42

    Can you consider using Nix http://nixos.org/nix/ ?

    Nix supports multi-user package management: multiple users can share a common Nix store securely, don’t need to have root privileges to install software, and can install and use different versions of a package.

提交回复
热议问题