Re: [389-users] Problems compiling svrcore [SOLVED]

2010-07-14 Thread Stefan-Michael Guenther
Hi, I finally found the following page: https://developer.mozilla.org/en/NSS_reference/Building_and_installing_NSS/Sample_manual_installation which let me to a new configure statement: ./configure \ --with-nss-inc=/usr/src/mozilla/dist/public/nss/ \ --with-nss-lib=/usr/src/mozi

Re: [389-users] Problems compiling svrcore

2010-07-14 Thread Rich Megginson
Stefan-Michael Guenther wrote: > Hi, > >>> http://www.in-put.de/config.log (33KB) >> Thanks. Sorry, I meant config.log, not config.status. >> >> This is your configure command: >> >> $ ./configure --with-nss-inc=/usr/include/ --with-nss-lib=/usr/lib/nss >> --with-nspr-inc=/usr/local/include/nspr/ -

Re: [389-users] Problems compiling svrcore

2010-07-14 Thread Stefan-Michael Guenther
Hi, >> http://www.in-put.de/config.log (33KB) > Thanks. Sorry, I meant config.log, not config.status. > > This is your configure command: > > $ ./configure --with-nss-inc=/usr/include/ --with-nss-lib=/usr/lib/nss > --with-nspr-inc=/usr/local/include/nspr/ --with-nspr-lib=/usr/local/lib/ > --with-n

Re: [389-users] Problems compiling svrcore

2010-07-14 Thread Rich Megginson
Stefan-Michael Guenther wrote: > Hi, > > >> --with-nss=/usr/src/mozilla/security/nss/lib/nss.h >>> --with-nss=/usr/src/mozilla/security/nss/lib/ >> I think you mean >> --with-nss-inc=/path/to/directory/containing/nss *.h files >> --with-nss-lib=/path/to/directory/containing/nss *.so files >> >> Can