Hello, First off, I like to say that I've posted to the users list prior to this with not a single reply...
I am trying to build Apache 2.0.44 w/ auth_ldap support on IRIX 6.5.19. I've successfully built without the ldap and with many options such as SSL with few problems. I've built and installed both apr 0.9.1 and apr-util 0.9.1. I've done _everything_ under the sun to get this to pass the configure stage without error, but to no avail! Here's my configure parameters: ./configure --enable-auth-ldap --with-apr-util=../apr-util --enable-mime-magic --enable-ssl --enable-static-rotatelogs --enable-so --with-ssl=/usr/freeware/lib/openssl And here are the errors I'm receiving, is it not knowing how to use the apu-config correctly? Notice the sed errors: creating test/Makefile config.status: creating docs/conf/httpd-std.conf sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating include/ap_config_layout.h sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/apxs sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/apachectl sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/dbmmanage sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/envvars-std sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/log_server_status sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/logresolve.pl sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/phf_abuse_log.cgi sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating support/split-logfile sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating build/rules.mk sed: command garbled: s,@APU_BINDIR@,Usage: apu-config [OPTION] config.status: creating include/ap_config_auto.h config.status: include/ap_config_auto.h is unchanged config.status: executing default commands Thanks in advance for any tips. -- Trev
