IBMi V7R2M0 nodejs10 throws error "Could not load program node:"

Issue #31 resolved
Jason Lake created an issue

IBM i V7R2M0

ssh session

->yum list installed | grep node
nodejs10.ppc64                             10.15.0-2                   @ibm
nodejs8.ppc64                              8.10.0-0                    @ibm
nodever.noarch                             0.0.1-0                     @ibm
 jason: /home/jason
->/QOpenSys/pkgs/lib/nodejs8/bin/node --version
v8.10.0
->/QOpenSys/pkgs/lib/nodejs10/bin/node --version
Could not load program node:
rtld: 0712-001 Symbol _ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv was referenced
      from module node(), but a runtime definition
            of the symbol was not found.
rtld: 0712-001 Symbol _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv was referenced
      from module node(), but a runtime definition
            of the symbol was not found.
rtld: 0712-001 Symbol _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv was referenced
      from module node(), but a runtime definition
            of the symbol was not found.
rtld: 0712-002 fatal error: exiting.

Comments (6)

  1. Jason Lake reporter
    ->yum info libstdcplusplus6
    ibm                                                         | 2.2 kB  00:01
    ibm/primary                                                 | 129 kB  00:00
    ibm                                                                     389/389
    Installed Packages
    Name        : libstdcplusplus6
    Arch        : ppc64
    Version     : 6.3.0
    Release     : 15
    Size        : 18 M
    Repo        : installed
    From repo   : ibm
    Summary     : GNU Standard C++ Library
    URL         : http://gcc.gnu.org/
    License     : GPLv3
    Description : The libstdc++ package contains a rewritten standard compliant GCC
                : Standard C++ Library.
    
    Available Packages
    Name        : libstdcplusplus6
    Arch        : ppc64
    Version     : 6.3.0
    Release     : 24
    Size        : 3.3 M
    Repo        : ibm
    Summary     : GNU Standard C++ Library
    URL         : http://gcc.gnu.org/
    License     : GPLv3
    Description : The libstdc++ package contains a rewritten standard compliant GCC
                : Standard C++ Library.
    
  2. Kevin Adler

    You have release 15 installed, but the latest is release 24. Can you try upgrading to the latest version of libstdcplusplus6?

  3. Log in to comment