Bugzilla – Bug 104890
ssl.h not available in mozilla-devel package
Last modified: 2005-09-13 20:34:34 UTC
ssl.h is required for users building Evolution with ssl support. This used to be provided by mozilla-devel package in SuSE 9.3. In Beta1, the package (nor any other) seem to provide this header file.
(In reply to comment #0) > ssl.h is required for users building Evolution with ssl support. This used to be > provided by mozilla-devel package in SuSE 9.3. > In Beta1, the package *does not *(nor any other) seem to provide this header file.
mozilla-nss-devel does provide this header file in /usr/include/nss
Ah..yes..I find the mozilla-nss-devel package in the DVD (not in the CD). The header is indeed available in /usr/include/nss - however when I do grep includedir /usr/lib/pkgconfig/mozilla-nss.pc it still points me towards /opt/mozilla/include.
we have two different pkgconfig files. Because mozilla still use the internal NSS there is this mozilla-nss.pc file. The mozilla-nss-devel package provides /usr/lib/pkgconfig/nss.pc which points to the correct include files.