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

PSSQLite no Support for armhf Platform? #32

Open
Gill-Bates opened this issue May 9, 2021 · 0 comments
Open

PSSQLite no Support for armhf Platform? #32

Gill-Bates opened this issue May 9, 2021 · 0 comments

Comments

@Gill-Bates
Copy link

Gill-Bates commented May 9, 2021

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

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