Skip to content

Binaries for sunos do not work on Solaris 11.2 - 'GLIBCXX_3.4.20' not found #3349

Closed
@GeorgeBailey

Description

We're increasing our use of Solaris 11.2 X86. The only snag right now is staying compatible with the latest Node.JS releases.

wget http://nodejs.org/dist/v4.2.0/node-v4.2.0-sunos-x64.tar.gz
tar xoZf node-v4.2.0-sunos-x64.tar.gz
node-v4.2.0-sunos-x64/bin/node

I get this for both x86 and x64 binaries.

ld.so.1: node: fatal: libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by file node-v4.2.0-sunos-x64/bin/node)
ld.so.1: node: fatal: libstdc++.so.6: open failed: No such file or directory
Killed

Edit: We can now readily build from src on Solaris 11.2 with minor tweaks after downloading v4.2.1.

This issue should now only reference the desire of a pre-compiled that is compatible with Solaris 11.2.

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions