On Aug 3, 2012 6:53 PM, "C Anthony Risinger" <[email protected]> wrote: > > Does the script I linked work? > > What does `ldd path/to/libwebkit.so` output?
File not found errors related to linker are usually signs of missing libraries -- `ldd` will show these missing libs, just make sure to export everything in the script. -- C Anthony --
