Skip to content

PSSQLite no Support for armhf Platform? #32

Description

@Gill-Bates

Running PS7 Core on a Rasperry Pi 3+:

PS /root> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.1.3
PSEdition                      Core
GitCommitId                    7.1.3
OS                             Linux 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

PS /root> Get-Module -ListAvailable

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Script     1.1.0                 PSSQLite                            Desk      {Invoke-SqliteBulkCopy, Invoke-SqliteQu…

When I try to run PSSQL Invoke-SqliteQuery -Query $query -DataSource $db, my Command will fail:

     | Exception calling ".ctor" with "1" argument(s): "Unable
     | to load shared library 'SQLite.Interop.dll' or one of its dependencies. In order to help diagnose
     | loading problems, consider setting the LD_DEBUG environment variable: libSQLite.Interop.dll: cannot
     | open shared object file: No such file or directory"!

For me it seems, the SQLite.Interop.dll and System.Data.SQLite.dll seems not compiled for armhf?

It seems, there is a Plaform-indepentend library available: http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions