Bug 104890

Summary: ssl.h not available in mozilla-devel package
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Harish Krishnaswamy <kharish>
Component: FirefoxAssignee: 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
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.