Skip to content

"version `GLIBCXX_3.4.15' not found" #188

@danmattsson

Description

@danmattsson

When trying to build our app (J2EE 1.8) on our build server (CentOS 6.3) using J2V8 4.5.0 in a Maven script we get the following error:

Caused by: java.lang.UnsatisfiedLinkError: Could not load J2V8 library. Reasons: 
    no j2v8_linux_x86_64 in java.library.path
    /root/libj2v8_linux_x86_64.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /root/libj2v8_linux_x86_64.so)

    at com.eclipsesource.v8.LibraryLoader.loadLibrary(LibraryLoader.java:75)
    at com.eclipsesource.v8.V8.load(V8.java:71)
    at com.eclipsesource.v8.V8.createV8Runtime(V8.java:145)
    ... 35 more

Works fine in OS X as well as Windows, any idea what might be wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions