#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man8/ld.so.8:5 #, no-wrap msgid "LD.SO" msgstr "" #. type: TH #: man-pages/man8/ld.so.8:5 #, no-wrap msgid "2014-07-08" msgstr "" #. type: TH #: man-pages/man8/ld.so.8:5 #, no-wrap msgid "GNU" msgstr "" #. type: TH #: man-pages/man8/ld.so.8:5 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man8/ld.so.8:6 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:8 msgid "ld.so, ld-linux.so* - dynamic linker/loader" msgstr "" #. type: SH #: man-pages/man8/ld.so.8:8 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:15 msgid "" "The dynamic linker can be run either indirectly by running some dynamically " "linked program or library (in which case no command-line options to the " "dynamic linker can be passed and, in the ELF case, the dynamic linker which " "is stored in the B<.interp> section of the program is executed) or directly " "by running:" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:18 msgid "I [OPTIONS] [PROGRAM [ARGUMENTS]]" msgstr "" #. type: SH #: man-pages/man8/ld.so.8:18 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:25 msgid "" "The programs B and B find and load the shared libraries " "needed by a program, prepare the program to run, and then run it." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:32 msgid "" "Linux binaries require dynamic linking (linking at run time) unless the B<-" "static> option was given to B(1) during compilation." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:45 msgid "" "The program B handles a.out binaries, a format used long ago; B handles ELF (I for libc5, I for glibc2), which everybody has been using for years now. Otherwise, " "both have the same behavior, and use the same support files and programs " "B(1), B(8) and I." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:53 msgid "" "When resolving library dependencies, the dynamic linker first inspects each " "dependency string to see if it contains a slash (this can occur if a library " "pathname containing slashes was specified at link time). If a slash is " "found, then the dependency string is interpreted as a (relative or absolute) " "pathname, and the library is loaded using that pathname." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:56 msgid "" "If a library dependency does not contain a slash, then it is searched for in " "the following order:" msgstr "" #. type: IP #: man-pages/man8/ld.so.8:56 man-pages/man8/ld.so.8:61 man-pages/man8/ld.so.8:66 man-pages/man8/ld.so.8:70 man-pages/man8/ld.so.8:80 #, no-wrap msgid "o" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:61 msgid "" "(ELF only) Using the directories specified in the DT_RPATH dynamic section " "attribute of the binary if present and DT_RUNPATH attribute does not exist. " "Use of DT_RPATH is deprecated." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:66 msgid "" "Using the environment variable B. Except if the executable " "is a set-user-ID/set-group-ID binary, in which case it is ignored." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:70 msgid "" "(ELF only) Using the directories specified in the DT_RUNPATH dynamic section " "attribute of the binary if present." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:80 msgid "" "From the cache file I, which contains a compiled list of " "candidate libraries previously found in the augmented library path. If, " "however, the binary was linked with the B<-z nodeflib> linker option, " "libraries in the default library paths are skipped. Libraries installed in " "hardware capability directories (see below) are preferred to other " "libraries." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:88 msgid "" "In the default path I, and then I. If the binary was linked " "with the B<-z nodeflib> linker option, this step is skipped." msgstr "" #. type: SS #: man-pages/man8/ld.so.8:88 #, no-wrap msgid "Rpath token expansion" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:92 msgid "" "B understands certain strings in an rpath specification (DT_RPATH or " "DT_RUNPATH); those strings are substituted as follows" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:92 #, no-wrap msgid "I<$ORIGIN> (or equivalently I<${ORIGIN}>)" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:99 msgid "" "This expands to the directory containing the application executable. Thus, " "an application located in I could be compiled with" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:101 #, no-wrap msgid " gcc -Wl,-rpath,\\(aq$ORIGIN/../lib\\(aq\n" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:111 msgid "" "so that it finds an associated shared library in I no matter " "where I is located in the directory hierarchy. This facilitates " "the creation of \"turn-key\" applications that do not need to be installed " "into special directories, but can instead be unpacked into any directory and " "still find their own shared libraries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:111 #, no-wrap msgid "I<$LIB> (or equivalently I<${LIB}>)" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:123 msgid "" "This expands to I or I depending on the architecture (e.g., on " "x86-64, it expands to I and on x86-32, it expands to I)." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:123 #, no-wrap msgid "I<$PLATFORM> (or equivalently I<${PLATFORM}>)" msgstr "" #. To get an idea of the places that $PLATFORM would match, #. look at the output of the following: #. mkdir /tmp/d #. LD_LIBRARY_PATH=/tmp/d strace -e open /bin/date 2>&1 | grep /tmp/d #. ld.so lets names be abbreviated, so $O will work for $ORIGIN; #. Don't do this!! #. type: Plain text #: man-pages/man8/ld.so.8:141 msgid "" "This expands to a string corresponding to the processor type of the host " "system (e.g., \"x86_64\"). On some architectures, the Linux kernel doesn't " "provide a platform string to the dynamic linker. The value of this string " "is taken from the B value in the auxiliary vector (see " "B(3))." msgstr "" #. type: SH #: man-pages/man8/ld.so.8:141 #, no-wrap msgid "OPTIONS" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:142 #, no-wrap msgid "B<--list>" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:145 msgid "List all dependencies and how they are resolved." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:145 #, no-wrap msgid "B<--verify>" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:149 msgid "" "Verify that program is dynamically linked and this dynamic linker can handle " "it." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:149 #, no-wrap msgid "B<--library-path PATH>" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:154 msgid "" "Use PATH instead of B environment variable setting (see " "below)." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:154 #, no-wrap msgid "B<--inhibit-rpath LIST>" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:160 msgid "" "Ignore RPATH and RUNPATH information in object names in LIST. This option " "is ignored if B is set-user-ID or set-group-ID." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:160 #, no-wrap msgid "B<--audit LIST>" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:163 msgid "Use objects named in LIST as auditors." msgstr "" #. type: SH #: man-pages/man8/ld.so.8:163 #, no-wrap msgid "HARDWARE CAPABILITIES" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:174 msgid "" "Some libraries are compiled using hardware-specific instructions which do " "not exist on every CPU. Such libraries should be installed in directories " "whose names define the required hardware capabilities, such as I. The dynamic linker checks these directories against the hardware of " "the machine and selects the most suitable version of a given library. " "Hardware capability directories can be cascaded to combine CPU features. " "The list of supported hardware capability names depends on the CPU. The " "following names are currently recognized:" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:174 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:177 msgid "ev4, ev5, ev56, ev6, ev67" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:177 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:180 msgid "loongson2e, loongson2f, octeon, octeon2" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:180 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:185 msgid "" "4xxmac, altivec, arch_2_05, arch_2_06, booke, cellbe, dfp, efpdouble, " "efpsingle, fpu, ic_snoop, mmu, notb, pa6t, power4, power5, power5+, power6x, " "ppc32, ppc601, ppc64, smt, spe, ucache, vsx" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:185 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:188 msgid "flush, muldiv, stbar, swap, ultra3, v9, v9v, v9v2" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:188 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:192 msgid "" "dfp, eimm, esan3, etf3enh, g5, highgprs, hpage, ldisp, msa, stfle, z900, " "z990, z9-109, z10, zarch" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:192 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:196 msgid "" "acpi, apic, clflush, cmov, cx8, dts, fxsr, ht, i386, i486, i586, i686, mca, " "mmx, mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm" msgstr "" #. type: SH #: man-pages/man8/ld.so.8:196 #, no-wrap msgid "ENVIRONMENT" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:198 msgid "Among the more important environment variables are the following:" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:198 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:211 msgid "" "(glibc since 2.2.3) Each shared library can inform the dynamic linker of " "the minimum kernel ABI version that it requires. (This requirement is " "encoded in an ELF note section that is viewable via I as a " "section labeled B.) At run time, the dynamic linker " "determines the ABI version of the running kernel and will reject loading " "shared libraries that specify minimum ABI versions that exceed that ABI " "version." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:220 msgid "" "B can be used to cause the dynamic linker to assume that " "it is running on a system with a different kernel ABI version. For example, " "the following command line causes the dynamic linker to assume it is running " "on Linux 2.2.5 when loading the shared libraries required by I:" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:224 #, no-wrap msgid "$ B\n" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:241 msgid "" "On systems that provide multiple versions of a shared library (in different " "directories in the search path) that have different minimum kernel ABI " "version requirements, B can be used to select the version " "of the library that is used (dependent on the directory search order). " "Historically, the most common use of the B feature was to " "manually select the older LinuxThreads POSIX threads implementation on " "systems that provided both LinuxThreads and NPTL (which latter was typically " "the default on such systems); see B(7)." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:241 man-pages/man8/ld.so.8:322 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:246 msgid "" "(glibc since 2.2) Don't update the Global Offset Table (GOT) and Procedure " "Linkage Table (PLT) when resolving a symbol." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:246 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:254 msgid "" "(libc5; glibc since 2.1.1) If set to a nonempty string, causes the dynamic " "linker to resolve all symbols at program startup instead of deferring " "function call resolution to the point when they are first referenced. This " "is useful when using a debugger." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:254 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:262 msgid "" "A colon-separated list of directories in which to search for ELF libraries " "at execution-time. Similar to the B environment variable. Ignored in " "set-user-ID and set-group-ID programs." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:262 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:273 msgid "" "A list of additional, user-specified, ELF shared libraries to be loaded " "before all others. The items of the list can be separated by spaces or " "colons. This can be used to selectively override functions in other shared " "libraries. The libraries are searched for using the rules given under " "DESCRIPTION. For set-user-ID/set-group-ID ELF binaries, preload pathnames " "containing slashes are ignored, and libraries in the standard search " "directories are loaded only if the set-user-ID permission bit is enabled on " "the library file." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:273 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:280 msgid "" "(ELF only) If set to a nonempty string, causes the program to list its " "dynamic library dependencies, as if run by B(1), instead of running " "normally." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:283 msgid "" "Then there are lots of more or less obscure variables, many obsolete or only " "for internal use." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:283 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:291 msgid "" "(libc5) Version of B for a.out binaries only. Old " "versions of ld-linux.so.1 also supported B." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:291 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:299 msgid "" "(libc5) Version of B for a.out binaries only. Old versions of " "ld-linux.so.1 also supported B." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:299 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:309 msgid "" "(glibc since 2.4) A colon-separated list of user-specified, ELF shared " "objects to be loaded before all others in a separate linker namespace (i.e., " "one that does not intrude upon the normal symbol bindings that would occur " "in the process). These libraries can be used to audit the operation of the " "dynamic linker. B is ignored for set-user-ID/set-group-ID " "binaries." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:322 msgid "" "The dynamic linker will notify the audit libraries at so-called auditing " "checkpoints\\(emfor example, loading a new library, resolving a symbol, or " "calling a symbol from another shared object\\(emby calling an appropriate " "function within the audit library. For details, see B(7). The " "auditing interface is largely compatible with that provided on Solaris, as " "described in its I, in the chapter I." msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:327 msgid "" "(glibc since 2.1.95) Do not update the GOT (global offset table) and PLT " "(procedure linkage table) after resolving a symbol." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:327 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:340 msgid "" "(glibc since 2.1) Output verbose debugging information about the dynamic " "linker. If set to B prints all debugging information it has, if set to " "B prints a help message about which categories can be specified in " "this environment variable. Since glibc 2.3.4, B is ignored for " "set-user-ID/set-group-ID binaries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:340 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:349 msgid "" "(glibc since 2.1) File in which B output should be written. The " "default is standard error. B is ignored for set-user-ID/" "set-group-ID binaries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:349 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:356 msgid "" "(glibc since 2.1.91) Allow weak symbols to be overridden (reverting to old " "glibc behavior). For security reasons, since glibc 2.3.4, " "B is ignored for set-user-ID/set-group-ID binaries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:356 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:360 msgid "(glibc since 2.1) Mask for hardware capabilities." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:360 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:365 msgid "" "(a.out only)(libc5) Don't ignore the directory in the names of a.out " "libraries to be loaded. Use of this option is strongly discouraged." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:365 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:370 msgid "" "(a.out only)(libc5) Suppress warnings about a.out libraries with " "incompatible minor version numbers." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:370 #, no-wrap msgid "B" msgstr "" #. Only used if $ORIGIN can't be determined by normal means #. (from the origin path saved at load time, or from /proc/self/exe)? #. type: Plain text #: man-pages/man8/ld.so.8:379 msgid "" "(glibc since 2.1) Path where the binary is found (for non-set-user-ID " "programs). For security reasons, since glibc 2.4, B is " "ignored for set-user-ID/set-group-ID binaries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:379 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:391 msgid "" "(glibc since 2.4) Set to 0 to disable pointer guarding. Any other value " "enables pointer guarding, which is also the default. Pointer guarding is a " "security mechanism whereby some pointers to code stored in writable program " "memory (return addresses saved by B(3) or function pointers used by " "various glibc internals) are mangled semi-randomly to make it more difficult " "for an attacker to hijack the pointers for use in the event of a buffer " "overrun or stack-smashing attack." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:391 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:398 msgid "" "(glibc since 2.1) The name of a (single) shared object to be profiled, " "specified either as a pathname or a soname. Profiling output is appended to " "the file whose name is: \"I<$LD_PROFILE_OUTPUT>/I<$LD_PROFILE>.profile\"." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:398 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:411 msgid "" "(glibc since 2.1) Directory where B output should be written. " "If this variable is not defined, or is defined as an empty string, then the " "default is I. B is ignored for set-user-ID and " "set-group-ID programs, which always use I." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:411 #, no-wrap msgid "B" msgstr "" #. FIXME #. Document LD_TRACE_PRELINKING (e.g.: LD_TRACE_PRELINKING=libx1.so ./prog) #. Since glibc 2.3 #. Also enables DL_DEBUG_PRELINK #. type: Plain text #: man-pages/man8/ld.so.8:422 msgid "" "(glibc since 2.1) Show auxiliary array passed up from the kernel. For " "security reasons, since glibc 2.3.5, B is ignored for set-user-" "ID/set-group-ID binaries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:422 #, no-wrap msgid "B" msgstr "" #. http://sources.redhat.com/ml/libc-hacker/2003-11/msg00127.html #. Subject: [PATCH] Support LD_USE_LOAD_BIAS #. Jakub Jelinek #. type: Plain text #: man-pages/man8/ld.so.8:441 msgid "" "By default (i.e., if this variable is not defined) executables and " "prelinked shared objects will honor base addresses of their dependent " "libraries and (nonprelinked) position-independent executables (PIEs) and " "other shared objects will not honor them. If B is defined " "wit the value, both executables and PIEs will honor the base addresses. If " "B is defined with the value 0, neither executables nor " "PIEs will honor the base addresses. This variable is ignored by set-user-ID " "and set-group-ID programs." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:441 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:449 msgid "" "(glibc since 2.1) If set to a nonempty string, output symbol versioning " "information about the program if the B environment " "variable has been set." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:449 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:453 msgid "" "(ELF only)(glibc since 2.1.3) If set to a nonempty string, warn about " "unresolved symbols." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:453 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:460 msgid "(libc5) I[0] to be used by B(1) when none is present." msgstr "" #. type: SH #: man-pages/man8/ld.so.8:460 #, no-wrap msgid "FILES" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:462 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:465 msgid "a.out dynamic linker/loader" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:465 #, no-wrap msgid "I{I<1>,I<2>}" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:468 msgid "ELF dynamic linker/loader" msgstr "" #. type: TP #: man-pages/man8/ld.so.8:468 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:472 msgid "" "File containing a compiled list of directories in which to search for " "libraries and an ordered list of candidate libraries." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:472 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:476 msgid "" "File containing a whitespace-separated list of ELF shared libraries to be " "loaded before the program." msgstr "" #. type: TP #: man-pages/man8/ld.so.8:476 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:479 msgid "shared libraries" msgstr "" #. type: SH #: man-pages/man8/ld.so.8:480 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:486 msgid "" "The B functionality is available for executables compiled using libc " "version 4.4.3 or greater. ELF functionality is available since Linux 1.1.52 " "and libc5." msgstr "" #. type: SH #: man-pages/man8/ld.so.8:486 #, no-wrap msgid "SEE ALSO" msgstr "" #. .SH AUTHORS #. ld.so: David Engel, Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus #. Torvalds, Lars Wirzenius and Mitch D'Souza #. ld-linux.so: Roland McGrath, Ulrich Drepper and others. #. In the above, (libc5) stands for David Engel's ld.so/ld-linux.so. #. type: Plain text #: man-pages/man8/ld.so.8:499 msgid "" "B(1), B(1), B(3), B(7), B(8), " "B(8)" msgstr "" #. type: SH #: man-pages/man8/ld.so.8:499 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man8/ld.so.8:507 msgid "" "This page is part of release 3.70 of the Linux I project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%http://www.kernel.org/doc/man-pages/" "." msgstr ""