[webkit-dev] how to build arora with latest qtwebkit

David Kilzer ddkilzer at webkit.org
Tue Jul 8 07:37:43 PDT 2008


On Tue, 7/8/08, Ye Xu <ye.xu.hdm at gmail.com> wrote:
> > If you run ldd arora it will tell you which library
> > Arora is linked against.
> 
> get into the arora building path
> "ldd arora" give back the following output, it
> seems that it still use the
> system libs, so how can I solve the problem? maybe manuelly
> replace that
> /usr/lib/libqtwebkit.so.4 with the trunk compiled version?

On Linux, I believe you may set the LD_LIBRARY_PATH environment variable (before running the executable) to change the library search path of the binary.

Dave



More information about the webkit-dev mailing list