Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2008 15:33:54 -0800 (PST)
From:      Charlie & <root@udns.ultimatedns.NET>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   www/120105: www/apache13-ssl requires /usr/bin/objformat
Message-ID:  <200801282333.m0SNXsxk080817@udns.ultimatedns.NET>
Resent-Message-ID: <200801290000.m0T007m5082301@freefall.freebsd.org>

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

>Number:         120105
>Category:       www
>Synopsis:       www/apache13-ssl requires /usr/bin/objformat
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 29 00:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD udns.ultimatedns.NET 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Wed Jan 16 18:39:53 PST 2008 root@udns.ultimatedns.NET:/usr/obj/usr/src/sys/UDNS_01 i386


	
>Description:
	Building Apache from www/apache13-ssl produces a NON working
copy of Apache.
>How-To-Repeat:
	cd /usr/ports/www/apache13-ssl
make && make install
httpsdctl configtest
Apache emits errors regarding the modules.
>Fix:
  Create /usr/bin/objformat
eg; touch /usr/bin/objformat

Edit /usr/bin/objformat

Place the following in it:

#!/bin/sh
echo elf

Save the file, and perform the following:

chmod +r +x -w /usr/bin/objformat

DONE!



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



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