Jump to content

Trouble installing on LVL 7.0


pallen

Recommended Posts

Just taking my first crack at getting VIPM installed. For some reason when I downloaded the VIPM file, it was not flagged as "executable". I changed this. But when I try to run, I get an error.

 

Below is the output of my installation of the RTE and my attempt at VIPM.

 

Any ideas on what I could try next?

 

It looks like the liblvrt.so.8.0 file is actually located in the /usr/local/lib/LabVIEW-8.0 directory. Can I point the installer there instead?

 

 

 

[root@localhost ]# rpm -Uvh labview-rte-aal-1.1-1.i386.rpm

Preparing... ########################################### [100%]

1:labview-rte-aal ########################################### [100%]

[root@localhost ]# rpm -Uvh labview80-rte-8.0.1-1.i386.rpm

Preparing... ########################################### [100%]

1:labview80-rte ########################################### [100%]

[root@localhost ]# ./vipm-1.0.0.419-rc2-linux

Can't load LabVIEW runtime library /usr/local/lib/liblvrt.so.8.0

/usr/X11R6/lib/libOSMesa.so.4: undefined symbol: driDispatchRemapTable

Link to comment
Share on other sites

Just taking my first crack at getting VIPM installed. For some reason when I downloaded the VIPM file, it was not flagged as "executable". I changed this. But when I try to run, I get an error.

 

Below is the output of my installation of the RTE and my attempt at VIPM.

 

Any ideas on what I could try next?

 

It looks like the liblvrt.so.8.0 file is actually located in the /usr/local/lib/LabVIEW-8.0 directory. Can I point the installer there instead?

 

 

 

[root@localhost ]# rpm -Uvh labview-rte-aal-1.1-1.i386.rpm

Preparing... ########################################### [100%]

1:labview-rte-aal ########################################### [100%]

[root@localhost ]# rpm -Uvh labview80-rte-8.0.1-1.i386.rpm

Preparing... ########################################### [100%]

1:labview80-rte ########################################### [100%]

[root@localhost ]# ./vipm-1.0.0.419-rc2-linux

Can't load LabVIEW runtime library /usr/local/lib/liblvrt.so.8.0

/usr/X11R6/lib/libOSMesa.so.4: undefined symbol: driDispatchRemapTable

 

Hello,

 

> Just taking my first crack at getting VIPM installed. For some reason when I downloaded the VIPM file, it was not flagged as "executable". I changed this.

I believe that it is not uncommon to have to manually set a file's permissions to executable, after downloading from the web on a Linux system. This is probably a security feature of the browser.

> Below is the output of my installation of the RTE and my attempt at VIPM.

 

I'm not sure what this error is. Do you have any issues running other built LabVIEW executables?

 

I did find some google search results, related to your error message:

 

Search 1

Search 2

 

This would appear to me, to be an issue with the LabVIEW Run-Time Engine, related to the Mesa graphics library. NI support might be the best avenue of support on this issue, if it does turn out to be a problem with all LabVIEW executables and not just VIPM.

 

Thank you,

 

-Jim

Link to comment
Share on other sites

 

I'm not sure what this error is. Do you have any issues running other built LabVIEW executables?

 

I've never tried running a LabVIEW executable in Linux. :huh:

 

I thought the error might be that the file liblvrt.so.8.0 wasn't in the expected location. I haven't tried moving it or linking to a different location yet.

 

I also remember reading about problems with Mesa and Radeon cards. This box used to have an old Matrox card. But has now been upgraded and is using a Radeon 7900 (I believe). I'll look a little closer at this and see if that could be the problem.

 

I'll also build a little Linux LabVIEW executable program and see if I can get that to run.

 

Thanks for your reply.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.