From: dgaudet Date: Tue, 22 Apr 1997 02:55:43 +0000 (+0000) Subject: Um, let's try that iovec again with the docs in the right part of the FAQ. X-Git-Tag: APACHE_1_2b9~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c78ea918fb3aaa61e00f556ee19ef6f165837a1;p=apache Um, let's try that iovec again with the docs in the right part of the FAQ. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77968 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 0682c27312..76dde520e4 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.35 $ ($Date: 1997/04/22 02:52:45 $) +$Revision: 1.36 $ ($Date: 1997/04/22 02:55:43 $)

If you are reading a text-only version of this FAQ, you may find numbers @@ -62,8 +62,6 @@ do not appear, and are not needed, for the hypertext version.

  • Where can I get Apache?
  • -
  • When compiling under Linux it complains - about redefinition of `struct iovec'.
  • Technical Questions @@ -125,6 +123,9 @@ do not appear, and are not needed, for the hypertext version.
  • How can I get my script's output without Apache buffering it?
  • +
  • When compiling under Linux it complains + about redefinition of `struct iovec'. +
  • @@ -811,19 +812,6 @@ do not appear, and are not needed, for the hypertext version.


    -
  • - When compiling under Linux it complains about redefinition - of `struct iovec'. - -

    - This is a conflict between your C library includes and your kernel - includes. You need to make sure that the versions of both are matched - properly. There are two workarounds. One is to remove the definition - of struct iovec from your C library includes. Another is to add - -DNO_WRITEV to the EXTRA_CFLAGS line in - your Configuration and reconfigure/rebuild. -

    -
  • Why does Apache send a cookie on every response? @@ -998,6 +986,20 @@ do not appear, and are not needed, for the hypertext version. and then follow with your normal non-nph headers.

  • +
    +
  • + When compiling under Linux it complains about redefinition + of `struct iovec'. + +

    + This is a conflict between your C library includes and your kernel + includes. You need to make sure that the versions of both are matched + properly. There are two workarounds. One is to remove the definition + of struct iovec from your C library includes. Another is to add + -DNO_WRITEV to the EXTRA_CFLAGS line in + your Configuration and reconfigure/rebuild. +

    +