eclipsesource / eclipsesource/J2V8

"version `GLIBCXX_3.4.15' not found"

Open
#188 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.6k
Forks
387
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.