From owner-freebsd-questions@FreeBSD.ORG Mon May 28 19:38:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55B7216A50A for ; Mon, 28 May 2007 19:38:56 +0000 (UTC) (envelope-from mark@messier.com) Received: from mainstreet.net (noc.mainstreet.net [207.5.0.45]) by mx1.freebsd.org (Postfix) with ESMTP id 4097913C4BA for ; Mon, 28 May 2007 19:38:56 +0000 (UTC) (envelope-from mark@messier.com) Received: from [204.69.218.217] (cache.mainstreet.net [204.69.218.217]) (authenticated bits=0) by mainstreet.net (8.13.8/8.13.8) with ESMTP id l4SJNmL0018600 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 28 May 2007 12:23:48 -0700 (PDT) (envelope-from mark@messier.com) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <73B7AF3E-BF01-43C4-A3E9-80CF8A24B943@messier.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Mailing List From: Mark Messier Date: Mon, 28 May 2007 12:23:34 -0700 X-Mailer: Apple Mail (2.752.2) Subject: www/jserv on 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 19:38:56 -0000 On a 6.2 system, I'm trying to get /usr/ports/www/apache-jserv to build. It failed the first time, so I updated the ports tree and it fails again. It reports: checking for httpd.h... no and the log file shows: /usr/local/include/apache22/httpd.h:50:24: apr_tables.h: No such file or directory /usr/local/include/apache22/httpd.h:51:23: apr_pools.h: No such file or directory /usr/local/include/apache22/httpd.h:52:22: apr_time.h: No such file or directory /usr/local/include/apache22/httpd.h:53:28: apr_network_io.h: No such file or directory /usr/local/include/apache22/httpd.h:54:25: apr_buckets.h: No such file or directory /usr/local/include/apache22/httpd.h:55:22: apr_poll.h: No such file or directory /usr/local/include/apache22/httpd.h:745:21: apr_uri.h: No such file or directory Those files are in /usr/local/include/apr-1/ so I soft-linked them from /usr/local/include/apache22 Now it fails here: configure:4279: cc -E -I/usr/local/include/apache22 conftest.c >/ dev/null 2>conftest.out configure:4275:23: os-inline.c: No such file or directory configure: failed program was: #line 4274 "configure" #include "confdefs.h" #include Anyone out there have a nice HowTo for getting this done? Thanks, -mark