.\" -*- coding: UTF-8 -*- .\" Copyright 1999 SuSE GmbH Nuernberg, Germany .\" Author: Thorsten Kukuk .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified, 6 May 2002, Michael Kerrisk, .\" Change listed order of /usr/lib and /lib .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH ldconfig 8 "7 janeiro 2023" "Linux man\-pages 6.03" .SH NOME ldconfig \- configura o conector dinâmico de ligacões em tempo de execução .SH SINOPSE .SY /sbin/ldconfig .\" TODO?: -c, --format, -i, --ignore-aux-cache, --print-cache, .\" --verbose, -V, --version, -?, --help, --usage [\fB\-nNvVX\fP] [\fB\-C\~\fP\fIcache\fP] [\fB\-f\~\fP\fIconf\fP] [\fB\-r\~\fP\fIraiz\fP] \fIdiretório\fP\~.\|.\|. .YS .SY /sbin/ldconfig \fB\-l\fP [\fB\-v\fP] \fIbiblioteca\fP\~.\|.\|. .YS .SY /sbin/ldconfig \fB\-p\fP .YS .SH DESCRIÇÃO \fB\&ldconfig\fP cria os links e o cache necessários para as bibliotecas compartilhadas mais recentes, encontradas nos diretórioss especificados na linha de comando, no arquivo \fI/etc/ld.so.conf\fP, e nos diretórios confiáveis (\fI/lib\fP e \fI/usr/lib\fP). (em algumas arquiteturas de 64 bits, como x86\-64, \fI/lib\fP e \fI/usr/lib\fP são os diretórios confiáveis para bibliotecas de 32 bits, enquanto \fI/lib64\fP e \fI/usr/lib64\fP são usados para bibliotecas de 64 bits). .PP .\" Support for libc4 and libc5 dropped in .\" 8ee878592c4a642937152c8308b8faef86bcfc40 (2022-07-14) as "obsolete .\" for over twenty years". The cache is used by the run\-time linker, \fIld.so\fP or \fIld\-linux.so\fP. \fB\%ldconfig\fP checks the header and filenames of the libraries it encounters when determining which versions should have their links updated. \fB\%ldconfig\fP should normally be run by the superuser as it may require write permission on some root owned directories and files. .PP \fB\%ldconfig\fP will look only at files that are named \fIlib*.so*\fP (for regular shared objects) or \fIld\-*.so*\fP (for the dynamic loader itself). Other files will be ignored. Also, \fB\%ldconfig\fP expects a certain pattern to how the symbolic links are set up, like this example, where the middle file (\fBlibfoo.so.1\fP here) is the SONAME for the library: .PP .in +4n .EX libfoo.so \-> libfoo.so.1 \-> libfoo.so.1.12 .EE .in .PP O não cumprimento desse padrão pode resultar em problemas de compatibilidade após uma atualização. .SH OPÇÕES .TP \fB\-c\~\fP\fIformato\fP .TQ \fB\-\-format=\fP\fIformato\fP .\" commit 45eca4d141c047950db48c69c8941163d0a61fcd .\" commit cad64f778aced84efdaa04ae64f8737b86f063ab (Since glibc 2.2) Use cache format \fIfmt\fP, which is one of \fBold\fP, \fBnew\fP, or \fB\%compat\fP. Since glibc 2.32, the default is \fBnew\fP. Before that, it was \fB\%compat\fP. .TP \fB\-C\~\fP\fIcache\fP Use o \fIcache\fP ao invés de \fI/etc/ld.so.cache\fP. .TP \fB\-f\~\fP\fIconf\fP Use \fIconf\fP ao invés de \fI/etc/ld.so.conf\fP. .TP \fB\-i\fP .TQ \fB\-\-ignore\-aux\-cache\fP .\" commit 27d9ffda17df4d2388687afd12897774fde39bcc (Desde glibc 2.7) Ignora o arquivo de cache auxiliar. .TP \fB\-l\fP (Since glibc 2.2) Interpret each operand as a libary name and configure its links. Intended for use only by experts. .TP \fB\-n\fP Somente processa diretórios especificados na linha de comando; não processa diretórios confiáveis nem aqueles especificados em \fI/etc/ld.so.conf\fP. Implica em \fB\-N\fP. .TP \fB\-N\fP Não reconstrói o cache. A menos que \fB\-X\fP seja também especificado, links ainda são atualizados. .TP \fB\-p\fP .TQ \fB\-\-print\-cache\fP Imprime a lista de diretórios e bibliotecas candidatas, armazenadas no cache atual. .TP \fB\-r\~\fP\fIraiz\fP Muda para \fIraiz\fP e usa como o diretório raíz. .TP \fB\-v\fP .TQ \fB\-\-verbose\fP Modo verboso. Imprime o número da versão atual, o nome de cada diretório assim que ele for verificado e qualquer link for criada. Suplanta o modo \&'quiet'. .TP \fB\-V\fP .TQ \fB\-\-version\fP Mostra a versão do programa. .TP \fB\-X\fP Não atualiza links. A menos que \fB\-N\fP seja também especificado, o cache ainda é reconstruído. .SH ARQUIVOS .\" FIXME Since glibc-2.3.4, "include" directives are supported in ld.so.conf .\" .\" FIXME Since glibc-2.4, "hwcap" directives are supported in ld.so.conf .PD 0 .TP \fI/lib/ld.so\fP is the run\-time linker/loader. .TP \fI/etc/ld.so.conf\fP contains a list of directories, one per line, in which to search for libraries. .TP \fI/etc/ld.so.cache\fP contains an ordered list of libraries found in the directories specified in \fI/etc/ld.so.conf\fP, as well as those found in the trusted directories. .PD .SH "VEJA TAMBÉM" \fBldd\fP(1), \fBld.so\fP(8) .PP .SH TRADUÇÃO A tradução para português brasileiro desta página man foi criada por Ricardo C.O.Freitas , André Luiz Fassone e Rafael Fontenelle . . .PP Esta tradução é uma documentação livre; leia a .UR https://www.gnu.org/licenses/gpl-3.0.html Licença Pública Geral GNU Versão 3 .UE ou posterior para as condições de direitos autorais. Nenhuma responsabilidade é aceita. .PP Se você encontrar algum erro na tradução desta página de manual, envie um e-mail para .MT debian-l10n-portuguese@lists.debian.org a lista de discussão de tradutores .ME .