Re: NSS and NSPR compilation error: ssl3con.c:36:18: fatal error: zlib.h: No such file

2016-11-10 Thread Ding Yangliang
um install zlib-devel And with this line: gmake nss_build_all BUILD_OPT=1 USE_64=1 NSS_SSL_ENABLE_ZLIB= Hope it helps somebody. 2016-10-21 9:47 GMT+02:00 Ding Yangliang : > Thanks for helping of yours! > > Now I have enabled the option you said, with this line: > >

Re: secmod.db doesn't list my external tokens and cannot get access in Java

2016-11-07 Thread Ding Yangliang
d now. 2016-11-04 10:27 GMT+01:00 Ding Yangliang : > Hi everyone. > > I am using NSS in Ubuntu 16.04 with Java 7. I installed several modules in > FireFox, but modutil shipped with NSS only lists me NSS internal one . I > add my external Izenpe modules in secmod.db by > >

secmod.db doesn't list my external tokens and cannot get access in Java

2016-11-04 Thread Ding Yangliang
Hi everyone. I am using NSS in Ubuntu 16.04 with Java 7. I installed several modules in FireFox, but modutil shipped with NSS only lists me NSS internal one . I add my external Izenpe modules in secmod.db by modutil -add "Module Name" -libdir "/some/quoted/dir" -dbdir "/correct/db_dir/" and now

Re: NSS and NSPR compilation error: ssl3con.c:36:18: fatal error: zlib.h: No such file

2016-10-21 Thread Ding Yangliang
gert wrote: > > On Thu, 2016-10-20 at 10:13 +, Ding Yangliang wrote: > >> ssl3con.c:36:18: fatal error: zlib.h: no such file or directory > > > > zlib.h is a file that should be provided by your development environment. > > > > I don't know what pac

NSS and NSPR compilation error: ssl3con.c:36:18: fatal error: zlib.h: No such file

2016-10-20 Thread Ding Yangliang
I believe this is the correct place to post my question so let's put it simple: when building nss-3.27-with-nspr-4.13 with gcc/g++ in Ubuntu 16.04 LTS I have encountered an error, saying some .c files are not found, any help would be appreciated, thanks. I followed the instructions on Mozilla NSS/