Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "AIXPlatform" page has been changed by EricCovener:
https://wiki.apache.org/httpd/AIXPlatform?action=diff&rev1=11&rev2=12

   * xlc and gcc both are reported to work
   * It's strongly suggested to install the coreutils RPM and be sure 
/opt/freeware/bin/install is high in your PATH and found by APR configure for 
BSD-compatible install.
    * covener believes this might solve failures to install DSO's.
+   * This is probably fixed in trunk (by using CP instead of install)
   * Building a recent autoconf, m4, libtool, and zlib (and maybe PCRE?) to 
some shared prefix doesn't hurt (e.g. $HOME/gnu)
   * For something long forgotten, adding that prefix to your LIBPATH helps 
some stage of the build
    * export PATH=$HOME/gnu/bin:/opt/freeware/bin:$PATH
@@ -18, +19 @@

   * To build from trunk, you'll need a working python.  You can install gdbm 
and python2.6 from the "AIX Toolbox for Linux" RPMs, or from 
http://www.perzl.org/.
   * Grab a srclib/expat, or expat and expat-devel from http://www.perzl.org
   * Grab a srclib/pcre, or pcre and pcre-devel from http://www.perzl.org
+ 
+ == 2.4 specific info ==
+  * If you compile mod_unixd as static, you also need this in server/Makefile 
+EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR) 
$(top_srcdir)/modules/arch/unix/
  
  == 64-bit ==
   * Re-configure after changing any of these.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to