Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

What to do with .so files

Hi,

 

I am trying to install a new driver that is a .so file. I am unsure of where it supposed to go. I am using RHEL. Do I just replace older version under the user/lib/x86_64-linux-gnu but leave the .so and .so.1 version?

 

Any info would be appreciated.

0 Kudos
Message 1 of 3
(2,248 Views)

From the page: http://www.ni.com/tutorial/14690/en/

 

Once you have logged in, expand the files under your embedded system to find /usr/local/lib. Now, expand the files under your local computer to find your .so file. Drag it from the host computer to /usr/local/lib to transfer it to the embedded system.

 

I performed the above on a simple calculator in C and created a .so for CentOS 7.6 and put it in the /user/local/lib folder and the Call Library  Function Node worked properly to find the .SO as outlined.

 

I am about to try the .so on Linux RT

 

Ryan Vallieu CLA, CLED
Senior Systems Analyst II
NASA Ames Research Center
0 Kudos
Message 2 of 3
(2,230 Views)

So we have the .so already created, but we weren't able to find any documentation on what to do with it (like where to put it, if we need to decompress it, etc.). Do we just put it in the /user/local/lib folder and delete the older version? i.e. if I have asdf.1.2.3.so and I have asdf.1.2.4.so, do I just put it in there and delete the .1.2.3?

 

Thanks

0 Kudos
Message 3 of 3
(2,206 Views)