README.platforms revision 40e8f581ca6f52dba940601f0e7c93a7c132bc30
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi Apache HTTP Server
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi Platform specific notes:
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi ------------------------
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi================
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi Darwin (OS X):
1b58508a918279d773ef32518f5d5d933023c252Stephan Bosch Apache 2.0 relies heavily on the use of autoconf and libtool to
80a225c0b1f4bf322a562cc7c21d5891fb6895eeStephan Bosch provide a build environment. Darwin provides these tools as part
80a225c0b1f4bf322a562cc7c21d5891fb6895eeStephan Bosch of the Developers Tools package. Under Darwin, however, GNUlibtool
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi is installed as 'glibtool' to avoid conflicting with the Darwin
5e327e031d1591f8bff17b67eba7139afbd36cddTimo Sirainen 'libtool' program. Apache 2.0 know about this so that's not
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi As of OS X 10.2 (Jaguar), the bundled versions work perfectly. Partly
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi this is due to the fact that /bin/sh is now 'bash' and not 'zsh' as
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi well as the fact that the bundled versions are up-to-date:
80a225c0b1f4bf322a562cc7c21d5891fb6895eeStephan Bosch autoconf 2.5.2 and (g)libtool 1.4.2.
80a225c0b1f4bf322a562cc7c21d5891fb6895eeStephan Bosch Earlier versions of OS X are not so fortunate, and the bundled tools
1e11a94ec50fc9b57eb2c859771c6a326ccaf86fAki Tuomi are not only older versions, but also, for the most part, do not work
installed under /usr/local/ so to use these versions, and be sure
that /usr/local/bin is earlier in your PATH.
shell implementation (/bin/sh) on FreeBSD. Be sure to use v2.13