JSS/NSS library dependencies on Windows XP

2012-03-08 Thread Waldemar Kozba
-bounces+waldemar.kozba=max.com...@lists.mozilla.org [dev-tech-crypto-bounces+waldemar.kozba=max.com...@lists.mozilla.org] w imieniu helpcrypto helpcrypto [helpcry...@gmail.com] Wysłano: 8 marca 2012 08:58 Do: mozilla's crypto code discussion list Temat: Re: JSS/NSS library dependencies on Windows XP

Re: JSS/NSS library dependencies on Windows XP

2012-03-07 Thread SUMANTH_k
-- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto -- View this message in context: http://old.nabble.com/JSS-NSS-library-dependencies-on-Windows-XP-tp29176092p33448820.html Sent from the Mozilla - Cryptography mailing list

Re: JSS/NSS library dependencies on Windows XP

2012-03-07 Thread helpcrypto helpcrypto
I dont know if building nss for windows does need an especial environment like mingw/cygwin. I dont expect things like $'\r work on cmd. Anyhow, the first error means the binary cl.exe cant be found. Try looking for it on your hard drive and add the correct directory to the path (if not already).

Re: JSS/NSS library dependencies on Windows XP

2012-03-06 Thread SUMANTH_k
@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto -- View this message in context: http://old.nabble.com/JSS-NSS-library-dependencies-on-Windows-XP-tp29176092p33448820.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto mailing list dev

Re: JSS/NSS library dependencies on Windows XP

2012-03-06 Thread helpcrypto helpcrypto
/dev-tech-crypto -- View this message in context: http://old.nabble.com/JSS-NSS-library-dependencies-on-Windows-XP-tp29176092p33448820.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https

Re: JSS/NSS library dependencies on Windows XP

2010-07-20 Thread Mook
On 2010-07-19 10:56 AM, Caden.smith Smith wrote: I'll look into this tomorrow. Just for your information, here is the tree: JSS4.DLL NSPR4.DLL ADVAPI32.DLL SECUR32.DLL this is a delay-loaded dependency NETAPI32.DLL DNSAPI.DLL MPRAPI.DLL

Re: JSS/NSS library dependencies on Windows XP

2010-07-20 Thread Caden.smith Smith
Good morning. Once again thank you both for the feedback that turned me on the right track. I'll try to resume what was the problem and yes, it was related to some wild goose chase. Using dumpbin instead of dependency walker I did verify that IEFRAME.DLL depends on both missing libs that don't

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Caden.smith Smith
Hello Sorry to revive the thread but I find the same problem. I went to see why the referred libs don't exist in Windows XP and the explanation is quite simple. for instance: http://stackoverflow.com/questions/2465111/dependency-walker-reports-ieshims-dll-and-wer-dll-missing However, I used a

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Wan-Teh Chang
I can suggest two things to help track this down. 1. Find out which DLLs require IESHIMS.DLL and WER.DLL. This should be a chain of DLL dependencies that ultimately leads to an NSS or NSPR DLLs (the culprit). Right now I don't know what the culprit is. The NSPR DLLs are: nspr4.dll, plc4.dll,

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Caden.smith Smith
I'll look into this tomorrow. Just for your information, here is the tree: JSS4.DLL NSPR4.DLL ADVAPI32.DLL SECUR32.DLL NETAPI32.DLL DNSAPI.DLL MPRAPI.DLL SETUPAPI.DLL SHELL32.DLL SHDOCVW.DLL

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Wan-Teh Chang
Hi Cad, On Mon, Jul 19, 2010 at 10:56 AM, Caden.smith Smith caden.smith...@gmail.com wrote: Just for your information, here is the tree: JSS4.DLL  NSPR4.DLL    ADVAPI32.DLL      SECUR32.DLL        NETAPI32.DLL          DNSAPI.DLL            MPRAPI.DLL              SETUPAPI.DLL        

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Nelson B Bolyard
On 2010-07-19 10:56 PDT, Caden.smith Smith wrote: Just for your information, here is the tree: JSS4.DLL NSPR4.DLL ADVAPI32.DLL The factors under the control of the way in which JSS and NSPR are built end here. Anything below this point has NOTHING to do with them. Everything below

Re: JSS/NSS library dependencies on Windows XP

2010-07-15 Thread Wan-Teh Chang
Hi Paul, IESHIMS.DLL, WER.DLL, NCRYPT.DLL, and BCRYPT.DLL are all Windows system DLLs. So you cannot copy them from one version of Windows to another version of Windows. System DLLs should already be installed on a system. In particular, NCRYPT.DLL and BCRYPT.DLL are newly added in Vista, so