You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Running PS7 Core on a Rasperry Pi 3+:
PS /root> $PSVersionTable
PS /root> Get-Module -ListAvailable
When I try to run PSSQL
Invoke-SqliteQuery -Query $query -DataSource $db
, my Command will fail:For me it seems, the
SQLite.Interop.dll
andSystem.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
The text was updated successfully, but these errors were encountered: