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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to