Bug 306711 - nss_compat_ossl undefined symbol
Summary: nss_compat_ossl undefined symbol
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss_compat_ossl
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-26 10:38 UTC by Miroslav Lichvar
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version: nss_compat_ossl-0_9_2-2_fc8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-26 14:34:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Miroslav Lichvar 2007-09-26 10:38:12 UTC
Description of problem:
The nss_compat_ossl library has undefined symbol CERT_NewTempCertificate. It
should be __CERT_NewTempCertificate instead. nss-compat-ossl-0.9.1 had this
define in the sources:
#define CERT_NewTempCertificate __CERT_NewTempCertificate

Version-Release number of selected component (if applicable):
nss_compat_ossl-0.9.2-1.fc8

Steps to Reproduce:
1. ldd -r /usr/lib64/libnss_compat_ossl.so > /dev/null 
  
Actual results:
undefined symbol: CERT_NewTempCertificate (/usr/lib64/libnss_compat_ossl.so)

Expected results:

Comment 1 Rob Crittenden 2007-09-26 14:34:45 UTC
Added patch to fix in devel and fixed upstream as well.


Note You need to log in before you can comment on or make changes to this bug.