Re: glibc 2.2 vs 2.3 issue back again



Denes Molnar <molnar@xxxxxxxxxxxxxxxxxx> wrote:
>I also managed to free up some room on the hard disk and tried chroot. It
>appears quite a pain because of X. From the chroot "box" there seems to be
>no way to access /tmp/.X11-unix/X0 to communicate with the X server - and
>thus all X programs fail.

Does it not work if you make a hard link?
ln /tmp/.X11-unix/X0 /your/chroot/tmp/.X11-unix/X0
.