LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SQLite on sbRIO9637

Solved!
Go to solution

Hello,

 

I want to create a DB using Dr. JD Powell´s SQLite API. 

The program runs on my PC but not on the sbRIO9637. I noticed that there is no "libsqlite3.so" in /usr/lib/ on the sbrio.

What did I miss and where can I get this file?

 

Thank you in advance.

GM

0 Kudos
Message 1 of 5
(3,810 Views)

Hi GM,

 

it is a Third-Party Tool with Support on http://lavag.org/files/file/212-sqlite-labview/

You should post your question there.

 

As far as I can see the Tool is not meant for using on a sbRIO Target.

 

Hope this helps.

 

Best wishes

--------------------------------------------------------------------------------------------------------
Work with NI Hard- and Software for about 15 years now.

Certified LabVIEW Developer & TestStand Developer/Architect

--------------------------------------------------------------------------------------------------------

There are only two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 2 of 5
(3,737 Views)
Solution
Accepted by GerdW

Hello Dennil,

 

Thank you for your reply.

I could use the library after installing sqlite3 on the sbRIO using opkg:

I connected the RIO to the Internet. The command "opkg install sqlite3" installed the required package.

 

Kind regards

GM_1

0 Kudos
Message 3 of 5
(3,729 Views)

GM_1

 

We have the same issue that you have solved, trying to install SQLite3 on our sbRIO 9026.  We've found several posts for similar issues, but nothing yet that describes the installation process.  If you can provide any links or additional details as to how you solved this, it would be greatly appreciated.

 

Thank you.

0 Kudos
Message 4 of 5
(2,965 Views)

Hello jrayeske

 

try

  1. opkg update (forced a package list update from NI.com)
  2. opkg install sqlite3

That solved my  problem when installing sqlite3 

GCentral
CTD + CLD + Pythonista
0 Kudos
Message 5 of 5
(2,875 Views)