Mageia Bugzilla – Attachment 256 Details for
Bug 871
service named start fails with "initializing DST: openssl failure".
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Copy all versions of libgost.so to chroot environment
named.patch (text/plain), 450 bytes, created by
Dave Hodgins
on 2011-04-20 20:10:00 CEST
(
hide
)
Description:
Copy all versions of libgost.so to chroot environment
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2011-04-20 20:10:00 CEST
Size:
450 bytes
patch
obsolete
>60,63c60,63 >< for LIBGOST in /usr/lib*/openssl*/engines/libgost.so ; do >< # copy everytime as we need to make sure everything is in sync >< cp -f --parents "$LIBGOST" /var/lib/named/ >< done >--- >> LIBGOST=$(rpm -ql $(rpm -q --whatprovides openssl-engines) | grep /libgost.so) >> mkdir -p "${LIBGOST%[/]*}" >> # copy everytime as we need to make sure everything is in sync >> cp -p $LIBGOST /var/lib/named/$LIBGOST
60,63c60,63 < for LIBGOST in /usr/lib*/openssl*/engines/libgost.so ; do < # copy everytime as we need to make sure everything is in sync < cp -f --parents "$LIBGOST" /var/lib/named/ < done --- > LIBGOST=$(rpm -ql $(rpm -q --whatprovides openssl-engines) | grep /libgost.so) > mkdir -p "${LIBGOST%[/]*}" > # copy everytime as we need to make sure everything is in sync > cp -p $LIBGOST /var/lib/named/$LIBGOST
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 871
:
242
|
248
|
256
|
257
|
258
|
259
|
260
|
303
|
326