<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Mike,<br>
<br>
For those of us who haven't used mod_nss and aren't familiar with it
could you say a bit about what you're going to use it for and how you
are going to configured it?&nbsp; I do not know much about it and am curious
about what you are doing.&nbsp; Is it some sort of single sign-on scheme for
a web site?<br>
<br>
Thanks,<br>
Jim<br>
<br>
Mike Staver wrote:
<blockquote cite="mid:4BFB3557.507@fimble.com" type="cite">
  <pre wrap="">Thanks for the info. I ended up finally getting it compiled today after 
many days of trying various things. Turns out, when configuring, I had 
to specify odd locations for both the include and library folders.  For 
the lib, I had to point it at the lib folder of the actual nss folder I 
built from. The include config wanted to be pointed at the output 
folder, under the "dist/Sun" folder - I forgot the exact path. The nspr 
lib and include paths were also within the actual directory I built the 
binaries from.

The next road block I hit was the actual make command. It would seem to 
compile for a few minutes, then barf on a lex command. I then had to 
install a bit of software called flex, and then locate the binary lex 
and rename it. Then I created an lex link back to the flex binary so the 
compiler could call it and not know the difference.

Now I have a compiled mod_nss ready for configuration.

On 5/24/2010 4:23 PM, Chris Tubutis wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">I read also that I
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">need to edit my profile to include the path to the library or include
paths for these packages... But I'm not sure where those are.
      </pre>
    </blockquote>
    <pre wrap="">Just a shot in the dark...

I'm imagining the compiled&amp;  installed stuff is ending up in /usr/local and
you need to add that directory to your LD_LIBRARY_PATH environment
variable (which you can do in your .profile). Just a guess....




_______________________________________________
clue-tech mailing list
<a class="moz-txt-link-abbreviated" href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a>
<a class="moz-txt-link-freetext" href="http://cluedenver.org/mailman/listinfo/clue-tech">http://cluedenver.org/mailman/listinfo/clue-tech</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
clue-tech mailing list
<a class="moz-txt-link-abbreviated" href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a>
<a class="moz-txt-link-freetext" href="http://cluedenver.org/mailman/listinfo/clue-tech">http://cluedenver.org/mailman/listinfo/clue-tech</a>
  </pre>
</blockquote>
<br>
</body>
</html>