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: http://wiki.apache.org/httpd/AIXPlatform?action=diff&rev1=9&rev2=10 * Grab a srclib/pcre, or pcre and pcre-devel from http://www.perzl.org == 64-bit == + * Re-configure after changing any of these. * Set both OBJECT_MODE=64 and CC="xlc_r -q64" * Sometimes you need to also set: - ** export AR="ar -X64" + * export AR="ar -X64" - ** export lt_cv_path_NM="/usr/bin/nm -B -X64" + * export lt_cv_path_NM="/usr/bin/nm -B -X64" * If you're building with SSL: - ** install pkg-config from perzl or toolbox + * install pkg-config from perzl or toolbox - ** install openssl and openssl-devel from perzl or toolbox + * install openssl and openssl-devel from perzl or toolbox - ** Copy /opt/freeware/lib/pkgconfig/openssl.pc to /opt/freeware/lib64/pkgconfig/openssl.pc + * Copy /opt/freeware/lib/pkgconfig/openssl.pc to /opt/freeware/lib64/pkgconfig/openssl.pc - ** Edit /opt/freeware/lib64/pkgconfig/openssl.pc to change "lib" to "lib64" + * Edit /opt/freeware/lib64/pkgconfig/openssl.pc to change "lib" to "lib64" - ** export PKGCONFIG=pkg-config_64 + * export PKGCONFIG=pkg-config_64 == Link errors with bundled expat and when using DESTDIR == * If you use a bundled expat, you might find the link of apr-util fails. The following change might help: --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org