Matt Ross wrote: > "Dan Mosedale" <[EMAIL PROTECTED]> wrote in message > >>If you're not using libprldap, I don't know how libnspr could be >>involved here at all. > > > Does NSPR have to be linked into the SSL library or could I remove it if I > could somehow get the sources built? I need SSL as the program will be > sending cleartext passwords. >
I'd forgotten about this. Yes, libssldap does require libprldap and therefore libnspr. Perhaps you could try not using SSL just while debugging.... Dan
