Re: Error while running TestGtkMozEmbed

Dan Mosedale <[email protected]> Thu, 02 Dec 2004 09:52:24 -0800
Newsgroups gmane.comp.mozilla.devel.gtk
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Todd Fisher wrote:
> 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

A good way to do this is to just use the run-mozilla.sh script, like this:

./run-mozilla.sh ./TestGtkEmbed

Dan