On Aug 25, 4:05 pm, Benjamin Smedberg <[email protected]> wrote:
> On 8/25/09 6:28 AM, SimOut wrote:
>
> > When trying to start the application, I get this error:
> > ------------------
> > error while loading shared libraries: libgtkembedmoz.so: cannot open
> > shared
> > object file: No such file or directory
> > ------------------
>
> > The source code worked in previous releases of XULRunner, but after
> > upgrading to 1.9.0.12 it does not work....
>
> That's a very confusing error, because you didn't link against
> libgtkembedmoz.so, and none of the libs you are loading should have linked
> against it either, since it shouldn't exist any more! Are you sure that you
> are actually loading the 1.9.0.12 version of XULRunner at runtime, and not
> an earlier version?
>
> You might want to check the output of `ldd` on your binary and on various
> libraries it's loading to see where gtkembedmoz.so is listed.
>
> You can use the LD_DEBUG environment variable to trace and debug the loading
> of dynamic libraries: see `man ld` for details.
>
> --BDS

Maybe I have specified the incorrect GREVersionRange? Does my current
range include 1.9.0.12:
{"1.9a", PR_TRUE, "2", PR_TRUE } ?

Should it be something like this {"1.9", PR_TRUE, "1.9.*", PR_TRUE}
instead??


_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to