[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiling with X



Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> writes:

> export LD_LIBRARY_PATH=/X11R6/lib

But that causes other problems :(

kalle@PC486:~$ echo $LD_LIBRARY_PATH

kalle@PC486:~$ ids
effective uids: 1000(kalle)
effective gids: 1000(kalle)
available uids: 1000(kalle) 1000(kalle)
available gids: 1000(kalle) 1000(kalle)
kalle@PC486:~$ export LD_LIBRARY_PATH=/X11R6/lib
kalle@PC486:~$ ids
Killed
kalle@PC486:~$ export LD_LIBRARY_PATH=/lib
kalle@PC486:~$ ids
Killed
kalle@PC486:~$ export LD_LIBRARY_PATH=
kalle@PC486:~$ ids
Killed
kalle@PC486:~$ unset LD_LIBRARY_PATH
kalle@PC486:~$ ids
effective uids: 1000(kalle)
effective gids: 1000(kalle)
available uids: 1000(kalle) 1000(kalle)
available gids: 1000(kalle) 1000(kalle)
kalle@PC486:~$ 

Strangely, though:

root@PC486:~# echo $LD_LIBRARY_PATH

root@PC486:~# ids
effective uids: 0(root)
effective gids: 0(root)
available uids: 0(root) 0(root) 1000(kalle) 1000(kalle)
available gids: 0(root) 0(root) 1000(kalle) 1000(kalle)
root@PC486:~# export LD_LIBRARY_PATH=/X11R6/lib
root@PC486:~# ids
effective uids: 0(root)
effective gids: 0(root)
available uids: 0(root) 0(root) 1000(kalle) 1000(kalle)
available gids: 0(root) 0(root) 1000(kalle) 1000(kalle)
root@PC486:~#

Here are the version numbers.  I'm using my GNUmach keyboard
hack; see bug-hurd.

ii  gnumach         1.1.92-2.kn.2  The GNU version of the Mach microkernel
ii  hurd            19990524       The GNU Hurd
ii  libc0.2         2.1.1-1        GNU C Library: Shared libraries and timezone


Reply to: