Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`GLIBC_2.16' not found: io.js 2.3.1 on Raspberry PI 2 w/ Raspbian #2077

Closed
coolaj86 opened this issue Jun 29, 2015 · 4 comments
Closed

`GLIBC_2.16' not found: io.js 2.3.1 on Raspberry PI 2 w/ Raspbian #2077

coolaj86 opened this issue Jun 29, 2015 · 4 comments
Labels
arm Issues and PRs related to the ARM platform. build Issues and PRs related to build files or the CI.

Comments

@coolaj86
Copy link
Contributor

uname -m
armv7l

Problem

RPi 2 is

arm7l libs are compiled against GLIBC_2.16, which isn't available on RPi 2 with Raspbian

wget https://iojs.org/dist/v2.3.1/iojs-v2.3.1-linux-armv7l.tar.gz
tar xvf iojs-v2.3.1-linux-armv7l.tar.gz
pushd iojs-v2.3.1-linux-armv7l
bin/iojs --version
iojs: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by iojs)
iojs: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.15' not found (required by iojs)

Workaround

The arm6l bins work.

wget https://iojs.org/dist/v2.3.1/iojs-v2.3.1-linux-armv7l.tar.gz
tar xvf iojs-v2.3.1-linux-armv7l.tar.gz
pushd iojs-v2.3.1-linux-armv7l
bin/iojs --version
@brendanashworth brendanashworth added the build Issues and PRs related to build files or the CI. label Jun 29, 2015
@rvagg
Copy link
Member

rvagg commented Jun 29, 2015

#349 is a tracking issue for this, the io.js nightlies for armv7 are built on wheezy so should be fine, we just need to flip a switch to do it for releases but I've been holding off for <reasons>

@Fishrock123
Copy link
Contributor

Closing in favor of #349. Hopefully the build stuffs get sorted out son. :D

@rvagg
Copy link
Member

rvagg commented Jul 2, 2015

v2.3.2 armv7 binary came off a wheezy machine

@johnsoftek
Copy link

v2.3.2 armv7 works for me. Latest Raspbian is also armv7l.

On 2 July 2015 at 23:27, Rod Vagg [email protected] wrote:

v2.3.2 armv7 binary came off a wheezy machine


Reply to this email directly or view it on GitHub
#2077 (comment).

@brendanashworth brendanashworth added the arm Issues and PRs related to the ARM platform. label Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Issues and PRs related to the ARM platform. build Issues and PRs related to build files or the CI.
Projects
None yet
Development

No branches or pull requests

5 participants