ALT Linux Bugzilla
– Attachment 6330 Details for
Bug 18616
В chroot-окружение не копируются все нужные библиотеки
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Предлагаю внести следующие изменения в скрипт формирующий chroot
ldap.lib.diff (text/plain), 783 bytes, created by
Dmitriy Shadrinov
on 2015-08-02 16:42:19 MSK
(
hide
)
Description:
Предлагаю внести следующие изменения в скрипт формирующий chroot
Filename:
MIME Type:
Creator:
Dmitriy Shadrinov
Created:
2015-08-02 16:42:19 MSK
Size:
783 bytes
patch
obsolete
>--- ldap.lib.orig 2015-06-01 13:40:23.000000000 +0300 >+++ ldap.lib 2015-08-02 16:43:26.397683944 +0300 >@@ -1,7 +1,5 @@ > #!/bin/sh -e > >-chrooted_slib=lib >- > # Source functions library > . /etc/chroot.d/functions > >@@ -20,15 +18,15 @@ > > # copy SASL2 plugins > CopyLibs $verbose $force \ >- -l/usr/${chrooted_slib}/sasl2/lib*.so \ >- -d usr/lib/sasl2 >+ -l/usr/${chrooted_slib}/sasl2-3/lib*.so \ >+ -d usr/lib/sasl2-3 > > # copy OpenLDAP plugins > CopyLibs $verbose $force \ > -l/usr/lib/openldap/* \ > -d usr/lib/openldap > >-ldd /usr/${chrooted_slib}/sasl2/lib*.so /usr/lib/openldap/* 2>/dev/null | >+ldd /usr/${chrooted_slib}/sasl2-3/lib*.so /usr/lib/openldap/* 2>/dev/null | > sed -ne 's/^[[:space:]]\+\([^[:space:]]\+ => \)\?\([^[:space:]]\+\) (0x\([0-9a-f]\+\))$/\2/p' | > sort -u >.libs >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18616
: 6330