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

Is there a place to download node.js shared library(libnode.so.{version}) for each platform? #8118

Closed
DavidCai1111 opened this issue Aug 16, 2016 · 4 comments
Labels
build Issues and PRs related to build files or the CI. feature request Issues that request new features to be added to Node.js.

Comments

@DavidCai1111
Copy link
Member

Hi everyone,

I'm using node.js as a shared library, so when i compiling my project i should give the libnode.so file. By now i get the libnode.so file through compiling the source code with --shared manually, and i wonder is there a place i could download the libnode.so.{version} file for each platform like downloading the node.js header files through https://nodejs.org/dist/latest/node-{version}-headers.tar.gz? Thanks.

@DavidCai1111 DavidCai1111 changed the title Is there a place to download node.js shared library(libnode.so) for each platform? Is there a place to download node.js shared library(libnode.so.{version}) for each platform? Aug 16, 2016
@bnoordhuis bnoordhuis added the feature request Issues that request new features to be added to Node.js. label Aug 16, 2016
@bnoordhuis
Copy link
Member

I don't think we have any near term plans for distributing shared libraries.

@mscdex mscdex added the build Issues and PRs related to build files or the CI. label Aug 16, 2016
@sxa
Copy link
Member

sxa commented Aug 17, 2016

At the moment the CI servers aren't building any of the production releases in shared mode to my knowledge and I haven't got everything in place that I'd want to be able to run testing against them yet (I have run them myself though - it's just not quite cleaned up in a format I've shared yet)

I'm also still working on getting some of the platforms done and into the LTS releases then we might be able to look at looking at a mechanism for shipping them going forward, but it's good to know there's interest in the shared library! :-)

@Trott
Copy link
Member

Trott commented Jul 9, 2017

This issue has been inactive for sufficiently long that it seems like perhaps it should be closed. Feel free to re-open (or leave a comment requesting that it be re-opened) if you disagree. I'm just tidying up and not acting on a super-strong opinion or anything like that.

@Trott Trott closed this as completed Jul 9, 2017
@refack
Copy link
Contributor

refack commented Jul 10, 2017

Opened a doc issue #14158
Take a penny / Leave a penny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

No branches or pull requests

6 participants