Bug 104890 - ssl.h not available in mozilla-devel package
Summary: ssl.h not available in mozilla-devel package
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Firefox (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-16 09:51 UTC by Harish Krishnaswamy
Modified: 2005-09-13 20:34 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harish Krishnaswamy 2005-08-16 09:51:27 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.
Comment 1 Harish Krishnaswamy 2005-08-16 09:52:06 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.

Comment 2 Wolfgang Rosenauer 2005-08-16 11:57:32 UTC
mozilla-nss-devel does provide this header file in /usr/include/nss
Comment 3 Harish Krishnaswamy 2005-09-13 12:41:37 UTC
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.
Comment 4 Wolfgang Rosenauer 2005-09-13 20:34:34 UTC
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.