This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compilation error related to nss for latest source code


Hi,

The commit "PR10331: improve nss error message handling" refers to two constants 
SEC_ERROR_BAD_INFO_ACCESS_METHOD and SEC_ERROR_CRL_IMPORT_FAILED
those are defined on NSS 3.12.4 release on Aug 20th, 2009, see
https://developer.mozilla.org/NSS_3.12.4_release_notes

This release is not very popular on most distributions, like FC11 and RHEL5.
Seems we need to do some checking in configure and add macro NSS_3_12_4
to make the definitions optional.

Regards,
Wenji

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]