Bug 1403 - Missing SSL includes to run apxs
Summary: Missing SSL includes to run apxs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Secure Web Server
Classification: Retired
Component: secureweb
Version: 2.0
Hardware: i386
OS: Linux
low
low
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-03-02 20:27 UTC by frouaix
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-08-29 16:32:30 UTC
Embargoed:


Attachments (Terms of Use)

Description frouaix 1999-03-02 20:27:35 UTC
Trying to build my own module, I get the following error:

/usr/sbin/apxs -c mod_webconnect.c
gcc -O2 -m486 -fno-strength-reduce -DLINUX=2 -DSTATUS
-DMOD_SSL=200107
-I/usr/src/bs/BUILD/secureweb/SSLeay-0.9.0b/include -fpic
-DSHARED_MODULE -I/usr/include/apache  -c mod_webconnect.c
In file included from /usr/include/apache/httpd.h:73,
                 from mod_webconnect.c:71:
/usr/include/apache/buff.h:73: ssl.h: No such file or
directory

I have
secureweb-2.0-1libc6
secureweb-devel-2.0-1libc6
secureweb-source-2.0-1libc6
installed on a RH 5.2

A workaround is obviously to get an SSL distribution
and to compile with
apxs -I/usr/local/ssl/include ...
but I'd rather have the SSL includes in the
secureweb-devel RPM.
BTW: my own module DOES NOT use any SSL feature.
It compiles correctly with the same command on a standard
Apache distribution.
properly

Comment 1 Preston Brown 1999-08-29 16:32:59 UTC
Please get the updated secureweb packages from updates.redhat.com.
They fix this problem.


Note You need to log in before you can comment on or make changes to this bug.