Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Dec 2003 13:26:50 +0100 (CET)
From:      Koop Mast <einekoai@chello.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60067: bsd.openssl.mk needs to check for /lib/libcrypto
Message-ID:  <20031209122650.8963D206C@rainbow-runner.nl>
Resent-Message-ID: <200312091230.hB9CUNIN086468@freefall.freebsd.org>

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

>Number:         60067
>Category:       ports
>Synopsis:       bsd.openssl.mk needs to check for /lib/libcrypto
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 09 04:30:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.2-BETA i386
>Organization:
>Environment:
System: FreeBSD prisma.rainbow-runner.nl 5.2-BETA FreeBSD 5.2-BETA #5: Sun Nov 23 16:19:39 CET 2003 root@newprisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386


	
>Description:
	Bsd.openssl.mk checks for the existens of /usr/lib/libcrypto.so
	but on recent -current versions that lib lives in /lib
	So the check fails to find the /usr/lib/libcrypto.so.
	
	
>How-To-Repeat:
	On a recent -current remove /usr/lib/libcrypto.so
	And try to build mail/courier-imap with ssl support for example.
	
>Fix:
	Check for both /usr/lib/libcrypto.so and /lib/libcrypto.so
	


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



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