> > 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. >
my current LD_LIBRARY_PATH had been set to /usr/local/lib, so I shall temporarily set it to my webkit trunk path? or somewhere else. sorry for these stupid questions. :D On Tue, Jul 8, 2008 at 4:37 PM, David Kilzer <[EMAIL PROTECTED]> wrote: > On Tue, 7/8/08, Ye Xu <[EMAIL PROTECTED]> 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 > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

