From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView 2012 runtime engine install problem

I built my application using the 2012 Application builder.  I then installed the 2012 runtime engine.

Why is it not installed in a standard location?  I have to tell my users to put the /usr/local/natinst/LabVIEW_2012/AppLibs in LD_LIBRARY_PATH - that is a pain.

Also once I do that, the application is looking for liblvrt.so.12.0 and that is not there, I have to make a symbolic link.

Then I am missing libstdc++.so.6, why is that?

0 Kudos
Message 1 of 11
(3,847 Views)

In addition to creating an application build specification, you also need to create an installer build specification. When you user runs the installer it will automatically put everything where it belongs.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 11
(3,834 Views)

Will it fix the reference to the RT .so.12.0 to be 12.0.0?

Will it put it in /usr/lib or /usr/local/lib?

Will it install the correct lbistdc++?

0 Kudos
Message 3 of 11
(3,824 Views)

Creating an installer will put everything that the runtime engine needs where it belongs.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 11
(3,814 Views)

Did you notice I am on Linux?

There does not seem to be an Installer builder on Linux?

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

I saw that you were working with Linux but I have been told that the deployment process is the same regardless of platform. What options do you have under the Build Specification New submenu?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 6 of 11
(3,802 Views)

Application

Packed Library

Shared Library

Source Distribution

Zip File

0 Kudos
Message 7 of 11
(3,796 Views)

Ok, I did a bit of Googling on "LabVIEW runtime engine linux" and found that you can apparently download the runtime engine as an RPM file. Install that and you have the runtime engine where it is supposed to be.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 8 of 11
(3,782 Views)

Read my first post.

I already did that.

That is where my questions come from.

It doesn't install it correctly.

Wrong .so name, non-standard location...

0 Kudos
Message 9 of 11
(3,766 Views)

Did you ever get an answer to this?

I am trying to load the 2012 runtime engine on a couple of machines to run a build.

I have seen posts about including it with the application build, but no instructions on how to do that.

when the download starts, it asks for a file name, is there a file name that it requires?

 

 

0 Kudos
Message 10 of 11
(3,516 Views)