Skip to content

AIX: no native library #588

Open
Open
@mayankgsingh

Description

@mayankgsingh

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

  • could see "AIX" support is not available in native directory.
  • couldn't find entry for "AIX" in makefile as well(under source code sqlite-jdbc/Makefile).

Any pointers to resolve the issue?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform requestRequest for support for a new platform/os/architecture

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions