Jamil Nimeh wrote:
> Hi all,
>
> Is there a reliable way to tell which versions of NSS are under the
> various versions of iPlanet webserver? Is there a doc that shows which
> releases of iWS (let's say from 4.1 FCS onward) are built against which
> NSS builds? If anyone has this info, please clue me in.
For servers using NSS 3.2 and beyond, you can do a strings on nss3
shared library (libnss3.so, libnss3.sl, nss3.dll, etc depending on
platform).
strings -a {library} | grep Header
if there is no shared library, than the server is using NSS 3.1.1 or
earlier.
I believe all forms of iWS 6.x are using 3.2 and beyond.
>
> Thanks,
> Jamil
>