From root@totum.plaut.de  Thu Oct 31 09:37:26 1996
Received: from plaut.de (inet.plaut.de [194.39.177.166])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA23208
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 1996 09:37:21 -0800 (PST)
Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by plaut.de (8.6.12/8.6.12) with ESMTP id SAA03489 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 1996 18:37:13 +0100
Received: (from root@localhost) by totum.plaut.de (8.8.2/8.7.3) id SAA02689; Thu, 31 Oct 1996 18:37:15 +0100 (MET)
Message-Id: <199610311737.SAA02689@totum.plaut.de>
Date: Thu, 31 Oct 1996 18:37:15 +0100 (MET)
From: root@totum.plaut.de
Reply-To: root@totum.plaut.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: apache_SSL-1.1.1  & SSLeay... does not compile...
X-Send-Pr-Version: 3.2

>Number:         1936
>Category:       ports
>Synopsis:       apache_SSL-1.1.1 & SSLeay-0.6.4 do not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 09:40:01 PST 1996
>Closed-Date:    Sat Nov 30 16:27:40 PST 1996
>Last-Modified:  Tue Nov 27 19:23:09 PST 2001
>Originator:     Michael Reifenberger
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>Environment:

	
FreeBSD-current

>Description:

	
The Makefile of Apache does not depend on SSLeay and therefore misses
ssl.h if SSLeay was not previously installed.

SSLeay 0.6.4 gets not compiled under currend:
 o It defines -DTERMIO which is not present.
 o It doesn't include -I./include and therefor does not find
     des.h
 o It misses -ldescrypt.
 ...

>How-To-Repeat:

	
cd /usr/ports/www/apache
setenv SECURE_SERVER; make;
cd /usr/ports/security/SSLeay; make

>Fix:
	
	
apache:
 uncomment DEPENDS

SSLeay:
 ???

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: fenner 
State-Changed-When: Sat Nov 30 16:27:40 PST 1996 
State-Changed-Why:  
Originator requests closure 
>Unformatted:
