On Thu, Jan 8, 2009 at 11:23 AM, James Ausmus <james.aus...@gmail.com> wrote:

>>
>>
>> /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:
>> warning: libsoftokn3.so.11, needed by /usr/lib64/nss/libnss3.so.11,
>> not found (try using -rpath or -rpath-link)
>> /usr/lib64/nss/libnss3.so.11: undefined reference to
>> `fc_getfunctionl...@nss_3.4'
>> /usr/lib64/nss/libnss3.so.11: undefined reference to
>> `nsc_moduledbf...@nss_3.4'
>> /usr/lib64/nss/libnss3.so.11: undefined reference to
>> `nsc_getfunctionl...@nss_3.4'
>> collect2: ld returned 1 exit status
>> make[4]: *** [contact-print-test] Error 1
>> make[4]: *** Waiting for unfinished jobs....
>
> Hmm, and the mystery deepens... It looks like the source of the issue is the
> "warning: libsoftokn3.so.11, needed by /usr/lib64/nss/libnss3.so.11, not
> found" message - libsoftokn3.so has the ModuleDBFunc symbol in it, and it is
> owned by the nss package, so I'm not sure what is going on there. What does
> a "ls /usr/lib/nss/libsoft*" return?
> -James
>

Version 12 apparently:

lightning ~ # ls /usr/lib/nss/libsoft*
/usr/lib/nss/libsoftokn.a     /usr/lib/nss/libsoftokn3.so
/usr/lib/nss/libsoftokn3.chk  /usr/lib/nss/libsoftokn3.so.12
lightning ~ #

Reply via email to