Matthew Barker wrote: > Hi Dan, > My name is Matthew Barker & I'm trying to port the LDAPCSDK to 64-bit > IRIX. I've pulled the latest source and gotten NSPR 4.2.1 & NSS 3.4.2 > to build. There are several problems with following the instructions on > the page for building the LDAPCSDK. > > 1/ I've had to make changes to configure.in to bring the IRIX > configuration code up to date. When I run autoconf (version 2.53), I > get an unresolved veriable problem with AM_PATH_NSPR. It's transferred > as-is to the configure script that's created and never resolved, so the > configure script fails. > > 2/ I worked around the problem by mirroring my changes to configure.in > with appropriate changes to configure. When I do, I run into problems > trying to get the script to recognize and use the appropriate > nspr-config script from the build of NSPR that I made from NSS. NSS > finds it fine, but the LDAPCSDK does not. > I'm trying to get a build of the LDAPCSDK to somebody by friday or I > miss a deadline to submit the code that will slip our deliver schedule > by 6 months. Any help you can give is appreciated.
My first suggestion would be to try backing off to autoconf version 2.13. I wouldn't be surprised if our scripts don't play nicely with autoconf 2.53. If that doesn't fix the problem, does it change the nature of it at all? Dan
