Bug 3851 - wrong path for libpcre.so
Summary: wrong path for libpcre.so
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: libpcre3 (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-23 10:52 MSK by drF_ckoff
Modified: 2005-07-13 15:45 MSD (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description drF_ckoff 2004-03-23 10:53:00 MSK
libpcre.so* is placed in /usr/lib. But, at least, grep is linked against it and
used by startup scripts on stage when /usr may be not mounted.
Comment 1 Dmitry V. Levin 2004-03-23 21:27:15 MSK
$ grep -P foo 
grep: The -P option is not supported 
 
$ rpmquery grep 
grep-2.5.1-alt0.4.cvs 
Comment 2 evseev 2005-04-03 07:03:17 MSD
'rpmbuild --with bootstage pcre-5.0-alt2.src.rpm' генерирует дополнительный 
пакет libpcre*-bootstage-*.rpm, который устанавливает библиотеки не в /usr/lib, 
а в /lib.

Когда/если окажется, что это действительно нужно какому-то другому пакету, 
данная опция сборки станет по умолчанию включённой, а не выключенной, как 
сейчас.