phantomjs-linux-armv6l icon indicating copy to clipboard operation
phantomjs-linux-armv6l copied to clipboard

libicu48 is out of date

Open asimpson opened this issue 9 years ago • 11 comments

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 libicu52on my Raspian Jessie image.

Is there a way to get v48? Or will you need to recompile?

asimpson avatar Oct 16 '15 16:10 asimpson

Bump. Just ran into the same error.

tdingman avatar Dec 20 '15 00:12 tdingman

Bump. Same problem here.

dampen avatar Feb 12 '16 12:02 dampen

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?

vanreece avatar Feb 22 '16 12:02 vanreece

Not entirely sure that that one works though.... Starting the days long compilation process... :)

vanreece avatar Feb 22 '16 12:02 vanreece

yes same problem here ... @vanreece when you're done compiling, would you mind maybe sharing your binaries? Or even maybe issuing a pull request :)

sebpiq avatar Mar 23 '16 15:03 sebpiq

Sure. It actually only took a couple hours on my new pi2! I'll issue a pull request.

vanreece avatar Mar 23 '16 17:03 vanreece

great :) I have old pies ... so it's very slow here

sebpiq avatar Mar 24 '16 00:03 sebpiq

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

vanreece avatar Mar 24 '16 17:03 vanreece

cool! Works with this build thanks :)

sebpiq avatar Mar 25 '16 17:03 sebpiq

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 avatar Mar 25 '16 18:03 vanreece

@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

yunqu avatar Jul 14 '16 23:07 yunqu