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

[Missing binaries] not found node-v57-linux-arm.tar.gz v4.0.6 #1110

Closed
ptkdev opened this issue Jan 17, 2019 · 4 comments
Closed

[Missing binaries] not found node-v57-linux-arm.tar.gz v4.0.6 #1110

ptkdev opened this issue Jan 17, 2019 · 4 comments

Comments

@ptkdev
Copy link

ptkdev commented Jan 17, 2019

When trying to install it on raspbian, it outputs error message:

> sqlite3@4.0.6 install node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.6/node-v57-linux-arm.tar.gz
node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.0.6 and node@8.15.0 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
@ptkdev ptkdev changed the title [Missing build] not found node-v57-linux-arm.tar.gz v4.0.6 [Missing binaries] not found node-v57-linux-arm.tar.gz v4.0.6 Jan 17, 2019
@mpowell90
Copy link

+1 for making prebuilt node-v57-linux-arm binary available

@mpowell90
Copy link

On successful build of this binary within project using the following
npm install --target-arch=arm --target_platform=linux
Once run on device I get the following error:
Error: /usr/server/node_modules/sqlite3/lib/binding/node-v57-linux-arm/node_sqlite3.node: invalid ELF header

I've really hit a wall with this, any assistance is greatly appreciated!
Happy to open another issue if not relevant to this one.

System Details:
Dev computer: Mac OSX v10.13.6
Dev computer 2: CentOS Linux release 7.5.1804 (Core)
Device: Atmel SAMA5D27-SOM1-EK Development Board
Linux Distribution: Custom with Buildroot, using glibc - Node v8.14.0, npm

@kewde
Copy link
Collaborator

kewde commented Jan 19, 2019

#1028
^a docker image and simple instructions.

Downloadable ARM builds are currently not supported but it should compile fine.

@kewde kewde closed this as completed Jan 19, 2019
@mpowell90
Copy link

Thank You @kewde
This works as expected - I directly replaced the binaries built on mac, on the Atmel SAMA5D27-SOM1-EK Development Board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants