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

What are the dependencies need to be satisfied #30

Open
heflinstephenrajsa opened this issue May 11, 2023 · 0 comments
Open

What are the dependencies need to be satisfied #30

heflinstephenrajsa opened this issue May 11, 2023 · 0 comments

Comments

@heflinstephenrajsa
Copy link

I am writing to inform you about some library dependency issues that I have encountered, specifically a GLIBC version conflict on the Linux operating system.

I compiled the repository on a machine which has 'GLIBC 2.35'. However, when I tried to use the compiled jar on another Linux machine which has 'GLIBC 2.17', I received the following error:
java.lang.UnsatisfiedLinkError: /tmp/libsentencepiece_jni98487993849071377.so: /lib64/libm.so.6: version 'GLIBC_2.29' not found (required by /tmp/libsentencepiece_jni98487993849071377.so)

To resolve this issue, I compiled the repository on the lowest GLIBC machine. The compiled jar now works fine on both machines. However, I am wondering if there are any dependencies that need to be met on Windows and Linux?

@levyfan @erip

@heflinstephenrajsa heflinstephenrajsa changed the title What are the dependencies need to be satisfied in Windows What are the dependencies need to be satisfied May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant