We're on AIX 4.3.3, using GNU make 3.79, xlC 4.0.2.0 Trying to get the mod_auth_ldap module running with Apache. First have to install LDAP C SDK. I pulled the current LDAP C SDK code using cvs. I'm now on the step of building NSPR and NSS: I get the following error: # /usr/local/bin/make nss_build_all cd ../coreconf ; /usr/local/bin/make make[1]: Entering directory `/apache2/mozilla/security/coreconf' cd nsinstall; /usr/local/bin/make export make[2]: Entering directory `/apache2/mozilla/security/coreconf/nsinstall' make[2]: Nothing to be done for `export'. make[2]: Leaving directory `/apache2/mozilla/security/coreconf/nsinstall' cd nsinstall; /usr/local/bin/make libs make[2]: Entering directory `/apache2/mozilla/security/coreconf/nsinstall' xlC_r -o AIX4.3_DBG.OBJ/nsinstall.o -c -g -DAIX -DSYSV -qarch=com -DAIX4_3 -DXP_ UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I../../../dist/AIX4.3_DBG.OBJ/include -I../ ../../dist/public/coreconf -I../../../dist/private/coreconf nsinstall.c make[2]: execvp: xlC_r: A parameter must be a directory. make[2]: *** [AIX4.3_DBG.OBJ/nsinstall.o] Error 127 make[2]: Leaving directory `/apache2/mozilla/security/coreconf/nsinstall' make[1]: *** [libs] Error 2 make[1]: Leaving directory `/apache2/mozilla/security/coreconf' make: *** [build_coreconf] Error 2 Any thoughts? Thanks! Shelley Meredith
