|
Bugzilla – Full Text Bug Listing |
| Summary: | ssl.h not available in mozilla-devel package | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Harish Krishnaswamy <kharish> |
| Component: | Firefox | Assignee: | E-mail List <bnc-team-mozilla> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Harish Krishnaswamy
2005-08-16 09:51:27 UTC
(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. |