|
|
46.
|
|
|
B<LD_PRELOAD>
|
|
|
type: IP
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:191
|
|
|
47.
|
|
|
fakeroot is implemented by wrapping system calls. This is accomplished by setting LD_LIBRARY_PATH=/usr/lib/fakeroot and LD_PRELOAD=libfakeroot.so.0. That library is loaded before the system's C library, and so most of the library functions are intercepted by it. If you need to set either B<LD_LIBRARY_PATH> or B<LD_PRELOAD> from within a fakeroot environment, it should be set relative to the given paths, as in B<LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/foo/bar/>
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:204
|
|
|
48.
|
|
|
LIMITATIONS
|
|
|
type: SH
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:205
|
|
|
49.
|
|
|
B<Library versions>
|
|
|
type: IP
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:207
|
|
|
50.
|
|
|
Every command executed within B<fakeroot> needs to be linked to the same version of the C library as B<fakeroot> itself.
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:214
|
|
|
51.
|
|
|
B<open()/create()>
|
|
|
type: IP
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:214
|
|
|
52.
|
|
|
fakeroot doesn't wrap open(), create(), etc. So, if user B<joost> does either
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:218
|
|
|
53.
|
|
|
touch foo 
fakeroot 
ls -al foo
|
|
|
type: Plain text
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:222
|
|
|
54.
|
|
|
or the other way around,
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:224
|
|
|
55.
|
|
|
fakeroot 
touch foo 
ls -al foo
|
|
|
type: Plain text
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:228
|