phantomjs-linux-armv6l
phantomjs-linux-armv6l copied to clipboard
libicu48 is out of date
Running phantomjs -v
results in this error:
error while loading shared libraries: libicudata.so.48: cannot open shared object file: No such file or directory
apt-get is installing libicu52
on my Raspian Jessie image.
Is there a way to get v48? Or will you need to recompile?
Bump. Just ran into the same error.
Bump. Same problem here.
I ran into this problem when updating my raspberry pi to Jessie. However, as of that distro, I was able to install phantom js with a simple sudo apt-get install phantomjs
. Worth trying out for you guys too?
Not entirely sure that that one works though.... Starting the days long compilation process... :)
yes same problem here ... @vanreece when you're done compiling, would you mind maybe sharing your binaries? Or even maybe issuing a pull request :)
Sure. It actually only took a couple hours on my new pi2! I'll issue a pull request.
great :) I have old pies ... so it's very slow here
I don't have the time to do a whole github flow (and I'm on the wrong computer now), but let me know if this works for you. phantomjs-2.1.1-development-linux-armv7l.tar.gz
cool! Works with this build thanks :)
Excellent. Glad to be of help! @asimpson @tdingman @dampen did you all find some other way to do this? If not try out that build I posted above.
@vanreece Thanks for the sharing of the binaries. On arm-v7l, when I run ./phantomjs --version
, I see
./phantomjs: error while loading shared libraries: libicui18n.so.52: cannot open shared object file: No such file or directory