Relative Content

Tag Archive for linuxbashubuntugnu

Can I build a portable execution environment with everything in `~/.local`?

I’m using multiple Linux servers that are running on different versions of glibc and other essential libraries. Since I do not have root access, I have to compile the packages from scratch on each machine. So I want to pack a local library environment from scratch (containing glibc) in ~/.local (i.e. --prefix=/home/<xxx>/.local) and completely discard system libraries.