anyone got this to work on solaris 8?
It keeps asking me for
configure: error: Could not find the Mozilla NSS libraries.
Please specify the path to libnss3.a
Example: --with-nss-libs=/usr/lib/mozilla
but all I have is
/lib/netscape/mozilla-1.4/libnss3.so
-DB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
anyone got this to work on solaris 8?
It keeps asking me for
configure: error: Could not find the Mozilla NSS libraries.
Please specify the path to libnss3.a
Example: --with-nss-libs=/usr/lib/mozilla
but all I have is
/lib/netscape/mozilla-1.4/libnss3.so
-DB
you dirtbag, use
export PKG_CONFIG_PATH=/opt/local/lib/netscape/mozilla-1.3/pkgconfig
Or wherever the *.pc files are from one of your moz builds.
Does this mean that it is working for you? In that case I'll close out the bug report of the plugin not working on Solaris.
-Bill
that is correct. I got it working on solaris 8 and gcc version 2.95.3 20010315 (release) by using what I stated above.
-DB