Simon Josefsson wrote:
>
> The NSS tarball didn't include NSPR libraries, and the only binary
> distribution of NSPR I found was for Java. But I did not spend very
> much time searching. Anyway, RPM's are always more convenient for
> RedHat Linux people.
>
All that you would have to do to get nspr rpms from the mozilla builds
is to add a specific [nspr] section to the packages-* files:
[nspr]
bin/libnspr4.so
bin/libplc4.so
bin/libplds4.so
It would also be pretty trivial to make nspr-devel rpms, too using
another method. Since they have been broken out into their own
directory it wouldn't be too hard to set up. Let me do some puttering.
--Chris