Serge Matovic wrote on 9/10/2003, 12:12 PM:
> Hi All:
> I'm using Netscape 7.1 on Linux, and nss-3.8 and nspr-4.3 (both from
> binary download).
> When I do:
> #certutil -L -d /root/.mozilla/default/0s8...../cert8.db
> it reports:
> certutil: NSS_Initialize failed: security library: bad database.
The argument for the -d command-line option is a directory,
not a file.
If you remove cert8.db from that path name,
#certutil -L -d /root/.mozilla/default/0s8.....
it should work.
Wan-Teh
