Re: Error while running TestGtkMozEmbed
Todd Fisher <[email protected]> Thu, 02 Dec 2004 11:55:46 -0500
| Newsgroups | gmane.comp.mozilla.devel.gtk |
|---|---|
| Message-ID | <[email protected]> |
I believe this can be solved by ensuring the objdir/dist/bin is in the
LD_LIBRARY_PATH
so something like the following should work:
export LD_LIBRARY_PATH=${abs_path_to_mozobjdir}/dist/bin:$LD_LIBRARY_PATH
-todd
Jonas Geiregat wrote:
> When I try to run TestGtkMozEmbed I get ./TestGtkEmbed: error while
> loading shared libraries: libxpcom_core.so: cannot open shared object
> file: No such file or directory
> The missing file/lib is in the same dir as the TestGtkMozEmbed binary:
> mozobj/dist/bin.
>
> _______________________________________________
> mozilla-gtk mailing list
> [email protected]
> http://mail.mozilla.org/listinfo/mozilla-gtk