randy       99/08/12 20:26:30

  Modified:    src      CHANGES
               src/helpers binbuild.sh
  Log:
  Add -R flag to apachectl for binary builds to work around lack of absolute
  path to ./libexec directory for SHARED_CORE architectures that need to
  load libhttp.ep.
  
  Revision  Changes    Path
  1.1417    +5 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1416
  retrieving revision 1.1417
  diff -u -r1.1416 -r1.1417
  --- CHANGES   1999/08/12 18:09:58     1.1416
  +++ CHANGES   1999/08/13 03:26:21     1.1417
  @@ -1,5 +1,10 @@
   Changes with Apache 1.3.9
   
  + *) For binary builds, add -R flag to apachectl to work around the
  +    lack of an absolute path to the ./libexec directory where
  +    libhttp.ep file is needed for SHARED_CORE architectures.
  +    [Randy Terbush [EMAIL PROTECTED]
  +
    *) Roll back (re)naming in the uuencode/decode section. The ap/ap_
       routines are now called ap_base64* and are 'plain'. I.e. no 
       pool access or anything clever. Inside apache the routines 
  
  
  
  1.13      +1 -1      apache-1.3/src/helpers/binbuild.sh
  
  Index: binbuild.sh
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/helpers/binbuild.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- binbuild.sh       1999/08/10 16:06:52     1.12
  +++ binbuild.sh       1999/08/13 03:26:29     1.13
  @@ -223,7 +223,7 @@
     echo "     -e \"s;[EMAIL PROTECTED]@;\$SR/conf;\" bindist/bin/apxs > 
\$SR/bin/apxs" && \
     echo "sed -e \"s;^#!/.*;#!\$PERL;\" bindist/bin/dbmmanage > 
\$SR/bin/dbmmanage" && \
     echo "sed -e \"s%/usr/local/apache%\$SR%\" \$SR/conf/httpd.conf.default > 
\$SR/conf/httpd.conf" && \
  -  echo "sed -e \"s%PIDFILE=%PIDFILE=\$SR/%\" -e 
\"s%HTTPD=%HTTPD=\\\"\$SR/%\" -e \"s%httpd\$%httpd -d \$SR\\\"%\" 
bindist/bin/apachectl > \$SR/bin/apachectl" && \
  +  echo "sed -e \"s%PIDFILE=%PIDFILE=\$SR/%\" -e 
\"s%HTTPD=%HTTPD=\\\"\$SR/%\" -e \"s%httpd\$%httpd -d \$SR -R 
\$SR/libexec\\\"%\" bindist/bin/apachectl > \$SR/bin/apachectl" && \
     echo " " && \
     echo "echo \"Ready.\"" && \
     echo "echo \" 
+--------------------------------------------------------+\"" && \
  
  
  

Reply via email to