Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2007 12:23:34 -0700
From:      Mark Messier <mark@messier.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   www/jserv on 6.2
Message-ID:  <73B7AF3E-BF01-43C4-A3E9-80CF8A24B943@messier.com>

next in thread | raw e-mail | index | archive | help
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 <os-inline.c>


Anyone out there have a nice HowTo for getting this done?

Thanks,
-mark




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?73B7AF3E-BF01-43C4-A3E9-80CF8A24B943>