4commerce-technologies-AG / meteor

This is a fork of Meteor.js to support not yet official enabled architectures with an universal bundler. Meteor is an ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. Read additional information about this fork at:
http://meteor-universal.tumblr.com/
Other
195 stars 16 forks source link

Glibc_2.15 not found #33

Closed Wade-BuildOtto closed 8 years ago

Wade-BuildOtto commented 8 years ago

RPI2 / Raspbian-wheezy when attempting to run meteor --version the following error came up, something to do with Arm6-7 maybe.

GLIBC_2.15 not found required by node

Any work-arounds thank you,

TPXP commented 8 years ago

You might want to rebuild Node.js (or use your distro's version), perhaps a recent upgrade (apt-get upgrade) broke the prebuilt package.

TomFreudenberg commented 8 years ago

Hi Thomas ( @TPXP ) thanks for your support, I had missed to answer that issue.

Hi Wade ( @Wade-BuildOtto )

As Thomas has written, have you run an system update or upgrade on your raspi image? If possible, I would suggest you to start with a fresh Raspian wheezy image. Otherwise please let me know something about your change procedures to get where you may have missed the binded GLBIC

Greetings Tom

P.S.: If you have an higher glibc on your system, you could also create just a symbolic link to the right 2.15 version.

TomFreudenberg commented 8 years ago

Hey Wade ( @Wade-BuildOtto )

have you some news on what is going on?

Cheers Tom

Wade-BuildOtto commented 8 years ago

You have to use Jessie, and it works fine you just have to uninstall all the extras to reduce the size.

TomFreudenberg commented 8 years ago

Hi Wade, thanks for final report.

Good to hear that you had success.

Cheers, Tom