Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 00:01:35 +0100 (CET)
From:      Olof Samuelsson <v072827@d3738.it.volvo.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16089: apache13-ssl does not compile w/ openssl-0.9.4
Message-ID:  <200001122301.AAA73924@d3738.it.volvo.se>

next in thread | raw e-mail | index | archive | help

>Number:         16089
>Category:       ports
>Synopsis:       apache13-ssl does not compile w/ openssl-0.9.4
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 12 15:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Olof Samuelsson
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
Organization sellers Ltd.
>Environment:

FreeBSD d3738.it.volvo.se 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999     jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC  i386

>Description:

	CFLAGS in the /usr/ports/www/apache13-ssl/Makefile are
	CFLAGS+=        -I${PREFIX}/include/openssl
	Apache-SSL #includes "openssl/something.h"

	openssl includes files are located in
	$PREFIX/include/openssl/something.h

>How-To-Repeat:

	cd /usr/ports/www/apache13-ssl; make

>Fix:
	
	Change line 47 of /usr/ports/www/apache13-ssl/Makefile to:
	CFLAGS+=	-I${PREFIX}/include

	or
	cd /usr/local/include/openssl; ln -s . openssl


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001122301.AAA73924>