Quantcast

Unresolvable links

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Unresolvable links

Walter Hurry
Arising from a very useful link posted by Warren Block in another thread:

http://forums.freebsd.org/showpost.php?p=163415&postcount=17 ,

I have been running libchk. It now gives the following (relevant) output:

Unresolvable link(s) found in: /usr/local/lib/libreoffice/program/
configmgr.uno.so

        libxmlreader.so

Unresolvable link(s) found in: /usr/local/lib/firefox/sdk/lib/libxul.so

        libmozsqlite3.so

Unresolvable link(s) found in: /usr/local/lib/firefox/components/
libmozgnome.so

        libmozalloc.so

        libxpcom.so

Unresolvable link(s) found in: /usr/local/lib/firefox/components/
libdbusservice.so

        libmozalloc.so

        libxpcom.so

Unresolvable link(s) found in: /usr/local/lib/firefox/components/
libbrowsercomps.so

        libmozalloc.so

        libxul.so

        libxpcom.so

All these shared object files are present in one lib or another, so my
suspicion is that somehow the 'parent' shared objects are looking for
them in the wrong place.

Any ideas on fixing this please?

_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[hidden email]"
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Unresolvable links

Conrad J. Sabatier
On Fri, 27 Apr 2012 21:59:08 +0000 (UTC)
Walter Hurry <[hidden email]> wrote:

> Arising from a very useful link posted by Warren Block in another
> thread:
>
> http://forums.freebsd.org/showpost.php?p=163415&postcount=17 ,
>
> I have been running libchk. It now gives the following (relevant)
> output:
>
> Unresolvable link(s) found in: /usr/local/lib/libreoffice/program/
> configmgr.uno.so
>
> libxmlreader.so
>
> Unresolvable link(s) found
> in: /usr/local/lib/firefox/sdk/lib/libxul.so
>
> libmozsqlite3.so
>
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/
> libmozgnome.so
>
> libmozalloc.so
>
> libxpcom.so
>
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/
> libdbusservice.so
>
> libmozalloc.so
>
> libxpcom.so
>
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/
> libbrowsercomps.so
>
> libmozalloc.so
>
> libxul.so
>
> libxpcom.so
>
> All these shared object files are present in one lib or another, so
> my suspicion is that somehow the 'parent' shared objects are looking
> for them in the wrong place.
>
> Any ideas on fixing this please?

Unresolved symbol warning are normal for the mozilla stuff, since they
use their own non-standard library paths.  Just disregard them.

--
Conrad J. Sabatier
[hidden email]
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[hidden email]"
Loading...