https://bugzilla.redhat.com/show_bug.cgi?id=451702 Resolves: bug 451702 Bug Description: Admin Server fails on F9 due to NSS 3.12 libs moved to /lib Reviewed by: ??? Files: see diff Branch: HEAD Fix Description: The problem is that nss-devel puts libssl3.so in libdir at build time, but at runtime there is only nss which now uses /lib|/lib64. So the build time nsslibdir is not the same as the runtime nsslibdir. It looks as though the preload of ssl3 is not needed with f9 and/or nss 3.12. So we just look for libssl3.so in the $libdir, if not found, we just skip it, and assume it's nss 3.12 and/or f9 and it is not needed. Platforms tested: Fedora 8, Fedora 9 Flag Day: no Doc impact: no https://bugzilla.redhat.com/attachment.cgi?id=315317&action=diff
The attachment to the bug is bad. Could you re-attach the diffs?
Rich Megginson wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=451702 Resolves: bug 451702 Bug Description: Admin Server fails on F9 due to NSS 3.12 libs moved to /lib Reviewed by: ??? Files: see diff Branch: HEAD Fix Description: The problem is that nss-devel puts libssl3.so in libdir at build time, but at runtime there is only nss which now uses /lib|/lib64. So the build time nsslibdir is not the same as the runtime nsslibdir. It looks as though the preload of ssl3 is not needed with f9 and/or nss 3.12. So we just look for libssl3.so in the $libdir, if not found, we just skip it, and assume it's nss 3.12 and/or f9 and it is not needed. Platforms tested: Fedora 8, Fedora 9 Flag Day: no Doc impact: no https://bugzilla.redhat.com/attachment.cgi?id=315317&action=diff
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
Nathan Kinder wrote:
The attachment to the bug is bad. Could you re-attach the diffs?
Sorry about that. Here are the real diffs https://bugzilla.redhat.com/attachment.cgi?id=315318&action=diff
Rich Megginson wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=451702 Resolves: bug 451702 Bug Description: Admin Server fails on F9 due to NSS 3.12 libs moved to /lib Reviewed by: ??? Files: see diff Branch: HEAD Fix Description: The problem is that nss-devel puts libssl3.so in libdir at build time, but at runtime there is only nss which now uses /lib|/lib64. So the build time nsslibdir is not the same as the runtime nsslibdir. It looks as though the preload of ssl3 is not needed with f9 and/or nss 3.12. So we just look for libssl3.so in the $libdir, if not found, we just skip it, and assume it's nss 3.12 and/or f9 and it is not needed. Platforms tested: Fedora 8, Fedora 9 Flag Day: no Doc impact: no https://bugzilla.redhat.com/attachment.cgi?id=315317&action=diff
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
389-devel@lists.fedoraproject.org