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

sqlite-jdbc-*.jar can't support aix system #626

Closed
xiejie100000 opened this issue Jul 17, 2021 · 2 comments
Closed

sqlite-jdbc-*.jar can't support aix system #626

xiejie100000 opened this issue Jul 17, 2021 · 2 comments

Comments

@xiejie100000
Copy link

xiejie100000 commented Jul 17, 2021

No native library found for os.name=AIX, os.arch=ppc64. Details are as follows:
Caused by: java.lang.Exception: No native library is found for os.name=AIX and os.arch=ppc64. path=/org/sqlite/native/AIX/ppc64 at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:335) at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:64) at org.sqlite.core.NativeDB.load(NativeDB.java:63) at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:235)

Questions are as follows:

  1. Is the file path **/native/AIX/ppc64/libsqlitejdbc.so?
  2. Could you please tell me how I compile SQLite to get libsqlitejdbc.so?

Thanks vevy much~

@xiejie100000
Copy link
Author

Please help me. Thanks

@michael-o
Copy link
Contributor

This is a dup of #588.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants