You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/11/14 20:24:56 UTC

cvs commit: httpd-dist Announcement2.txt Announcement2.html

gregames    01/11/14 11:24:56

  Modified:    .        Announcement2.txt Announcement2.html
  Log:
  say something about the make warnings on Darwin.
  
  Also add a pointer to the bug database.
  
  Revision  Changes    Path
  1.8       +12 -0     httpd-dist/Announcement2.txt
  
  Index: Announcement2.txt
  ===================================================================
  RCS file: /home/cvs/httpd-dist/Announcement2.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Announcement2.txt	2001/11/14 16:11:19	1.7
  +++ Announcement2.txt	2001/11/14 19:24:56	1.8
  @@ -56,6 +56,15 @@
   
     *) The MacOSX/Darwin port currently does not support DSOs.
   
  +  *) On MacOSX/Darwin, "make" may generate many warning messages such as:
  +
  +     /usr/bin/ld: warning multiple definitions of symbol _regcomp
  +     /Users/gregames/httpd-2_0_28/srclib/pcre/.libs/libpcre.al(pcreposix.lo)
  +          definition of _regcomp in section (__TEXT,__text)
  +     /usr/lib/libm.dylib(regcomp.o) definition of _regcomp/
  +
  +     These messages may be ignored.
  +     
     *) On MacOSX/Darwin, Apache doesn't correctly handle the case-
        insensitive file system (HFS+), which can lead to access
        control problems.
  @@ -65,6 +74,9 @@
        not currently work.
   
     These issues will be addressed in a future release.
  +
  +  Please refer to the Apache bug database at http://bugs.apache.org/ for 
  +  information about problems not addressed in this document.
   
   
   Changes since the last public release
  
  
  
  1.10      +13 -0     httpd-dist/Announcement2.html
  
  Index: Announcement2.html
  ===================================================================
  RCS file: /home/cvs/httpd-dist/Announcement2.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Announcement2.html	2001/11/14 16:11:19	1.9
  +++ Announcement2.html	2001/11/14 19:24:56	1.10
  @@ -69,7 +69,17 @@
        with a version of libtool that is compatible with that platform.
   
     *) The MacOSX/Darwin port currently does not support DSOs.
  +  
  +  *) On MacOSX/Darwin, "make" may generate many warning messages such
  +     as:
  +  
  +     /usr/bin/ld: warning multiple definitions of symbol _regcomp
  +     /Users/gregames/httpd-2_0_28/srclib/pcre/.libs/libpcre.al(pcreposix.lo) 
  +          definition of _regcomp in section (__TEXT,__text)
  +     /usr/lib/libm.dylib(regcomp.o) definition of _regcomp/
   
  +     These messages may be ignored.
  +     
     *) On MacOSX/Darwin, Apache doesn't correctly handle the case-
        insensitive file system (HFS+), which can lead to access
        control problems.
  @@ -79,6 +89,9 @@
        not currently work.
   
     These issues will be addressed in a future release.
  +
  +  Please refer to the Apache bug database at <a href=http://bugs.apache.org/ >http://bugs.apache.org/ </a> 
  +  for information about problems not addressed in this document.
   
   </PRE>