On Aug 3, 2012 7:03 PM, "Lex Berezhny" <eukreign <[email protected]>@<[email protected]> gmail.com <[email protected]>> wrote: > > lex@D830:~$ ldd projects/giweb/usr/lib/
Damn ... I'm actually sort of surprised all the libs matched up so nicely ... neat :-) You are missing a depend: > libicui18n.so.49 => not found > libicuuc.so.49 => not found > libicudata.so.49 => not found ... but this exact prob has happened to me before and should be a very easy fix. I'm still not at comp but the GOOG suggests installing: icu ... will fix it. If already installed, but lower soname (.48 or lower) you'll need to rebuild that library and LD_LIBRARY_PATH load it (ie. like we are doing with WebKit) or LD_PRELOAD it ... should be fast/small and much easier than WebKit rebuild, but you likely can't install it systemwide because I think that package is actually Unicode support (or related/similar), and many packages will depend in current version. So you'll probably need to rebuild it and pre load, or maybe pull a newer Ubuntu package and extract from there. -- C Anthony --
