From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS autolearn=no version=3.2.5 X-Injected-Via-Gmane: http://gmane.org/ To: sisyphus@lists.altlinux.org From: "Alexei V. Mezin" Date: Sat, 04 Oct 2008 20:24:02 +0400 Message-ID: References: <20081004142043.GK5917@wrars-comp.wrarsdomain> <20081004154400.GL5917@wrars-comp.wrarsdomain> <20081004155757.GM5917@wrars-comp.wrarsdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: home-pool4-10.com2com.ru User-Agent: Thunderbird 2.0.0.17 (X11/20080914) In-Reply-To: <20081004155757.GM5917@wrars-comp.wrarsdomain> Sender: news Subject: Re: [sisyphus] =?koi8-r?b?88zPzcHMwdPYINDPxMTF0tbLwSBWaXJ0dWFsQm94?= =?koi8-r?b?Pw==?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: alexei-mezin@rambler.ru, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 16:24:19 -0000 Archived-At: List-Archive: List-Post: Andrey Rahmatullin пишет: > On Sat, Oct 04, 2008 at 07:48:54PM +0400, Alexei V. Mezin wrote: >> [alexei@threebears ~]$ rpm -q libpcre3 glib2 >> libpcre3-7.8-alt1 >> glib2-2.18.1-alt1 > Same here. > > ldd -r /lib/libglib-2.0.so.0 Точно! Спасибо. [alexei@threebears ~]$ ldd -r /lib/libglib-2.0.so.0 undefined symbol: pcre_dfa_exec (/lib/libglib-2.0.so.0) undefined symbol: pcre_get_stringtable_entries (/lib/libglib-2.0.so.0) undefined symbol: pcre_compile2 (/lib/libglib-2.0.so.0) linux-gate.so.1 => (0xb7fd2000) libpcre.so.3 => /opt/usr/lib/libpcre.so.3 (0xb7ed8000) libc.so.6 => /lib/libc.so.6 (0xb7daf000) /lib/ld-linux.so.2 (0xb7fd3000) Действительно, в ld.so.conf стоит ссылка и на /opt/usr/lib, и там была другая версия библиотеки. Но остается вопрос: а раньше почему работало? Изменилось поведение ldconfig? Раньше в ld.so.conf не было упоминая /lib, и тем более упоминания этого каталога раньше, чем прочих. И все работало.