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
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/ -
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
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