#, 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/ldconfig.8:22 #, no-wrap msgid "LDCONFIG" msgstr "" #. type: TH #: man-pages/man8/ldconfig.8:22 #, no-wrap msgid "2012-05-10" msgstr "" #. type: TH #: man-pages/man8/ldconfig.8:22 #, no-wrap msgid "GNU" msgstr "" #. type: TH #: man-pages/man8/ldconfig.8:22 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:23 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:25 msgid "ldconfig - configure dynamic linker run-time bindings" msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:25 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:40 msgid "" "B [ B<-nNvXV> ] [ B<-f\\ conf> ] [ B<-C\\ cache> ] [ B<-r\\ " "root> ] I\\ ..." msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:49 msgid "B B<-l> [ B<-v> ] I\\ ..." msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:54 msgid "B B<-p>" msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:54 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:71 msgid "" "B creates the necessary links and cache to the most recent shared " "libraries found in the directories specified on the command line, in the " "file I, and in the trusted directories (I and I). The cache is used by the run-time linker, I or I." " B checks the header and filenames of the libraries it encounters " "when determining which versions should have their links updated." msgstr "" #. The following sentence looks suspect #. (perhaps historical cruft) -- MTK, Jul 2005 #. Therefore, when making dynamic libraries, #. it is wise to explicitly link against libc (use \-lc). #. type: Plain text #: man-pages/man8/ldconfig.8:79 msgid "" "B will attempt to deduce the type of ELF libs (i.e., libc5 or " "libc6/glibc) based on what C libs, if any, the library was linked against." msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:100 msgid "" "Some existing libs do not contain enough information to allow the deduction " "of their type. Therefore, the I file format allows the " "specification of an expected type. This is used I for those ELF libs " "which we can not work out. The format is \"dirname=TYPE\", where TYPE can " "be libc4, libc5, or libc6. (This syntax also works on the command line.) " "Spaces are I allowed. Also see the B<-p> option. B should " "normally be run by the superuser as it may require write permission on some " "root owned directories and files." msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:100 #, no-wrap msgid "OPTIONS" msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:101 #, no-wrap msgid "B<-v>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:107 msgid "" "Verbose mode. Print current version number, the name of each directory as " "it is scanned, and any links that are created. Overrides quiet mode." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:107 #, no-wrap msgid "B<-n>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:118 msgid "" "Only process directories specified on the command line. Don't process the " "trusted directories (I and I) nor those specified in I. Implies B<-N>." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:118 #, no-wrap msgid "B<-N>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:124 msgid "" "Don't rebuild the cache. Unless B<-X> is also specified, links are still " "updated." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:124 #, no-wrap msgid "B<-X>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:130 msgid "" "Don't update links. Unless B<-N> is also specified, the cache is still " "rebuilt." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:130 #, no-wrap msgid "B<-f conf>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:136 msgid "Use B instead of I." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:136 #, no-wrap msgid "B<-C cache>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:142 msgid "Use B instead of I." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:142 #, no-wrap msgid "B<-r root>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:147 msgid "Change to and use I as the root directory." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:147 #, no-wrap msgid "B<-l>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:152 msgid "" "Library mode. Manually link individual libraries. Intended for use by " "experts only." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:152 #, no-wrap msgid "B<-p>" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:156 msgid "" "Print the lists of directories and candidate libraries stored in the current " "cache." msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:156 #, no-wrap msgid "FILES" msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:158 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:161 msgid "run-time linker/loader" msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:161 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:165 msgid "" "File containing a list of colon, space, tab, newline, or comma-separated " "directories in which to search for libraries." msgstr "" #. type: TP #: man-pages/man8/ldconfig.8:165 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:174 msgid "" "File containing an ordered list of libraries found in the directories " "specified in I, as well as those found in I and I." msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:175 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:178 msgid "B(1), B(8)" msgstr "" #. type: SH #: man-pages/man8/ldconfig.8:178 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man8/ldconfig.8:186 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 ""