-
Notifications
You must be signed in to change notification settings - Fork 624
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
AIX: no native library #588
Comments
Compile yourself and add it to |
How to compile? |
Run |
Note: below changes are using IBM's c compiler(and not gcc). And I got these with the help of one of C developer. I still do not have details of few the flags that are documented below. You may need to change flags if you run into error as it may not be same on the AIX version you have. Below steps worked for the AIX environment on I had to deploy app.
Thanks. |
Where can download Makefile.common? and how to add aix support? |
I tried to compile using gcc, on AIX 7.3.0.0, but didn't work. Any helps? My Steps:
As you can see below I had only warnings
But native library could not be founded.
|
Running into below issue while running program on AIX machine.
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)
Ran checks and
Any pointers to resolve the issue?
Thanks.
The text was updated successfully, but these errors were encountered: