We have a system at a customer site in Alabama that has several Windows machines and one Linux machine, Red Hat 9. We have been using pcAnywhere to get remote access from the office in New Hampshire to one of the Windows boxes and from there to the others. So from here we get complete access to all the Windows machines there.
Recently we upgraded to pcAnywhere 11.5 which allows us to get into the Linux box. We tried it here with a mockup, got it to work, and now our technician is on site there and trying to do the same setup but it's failing. When we do pcAnywhere's Quick Deploy and Connect it apparently loads a thin host on the Linux to connect to. In the log I find the following error:
/root/pcADeploy/thinhost: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
So I poked around on the Linux box here that is working and found the file libXm.so.3 in usr/X11R6/lib. I changed the file name temporarily and tried to connect and got exactly the same error in the log here. So I loaded the file over the wire to the system down there, in the same directory. Still we get the same error. Then I found that libXm.so.3 is a link to libXm.so.3.0.1 so I sent that down to Alabama. Still the error.
On a Google search I found a forum where someone asked the guy with the problem - is usr/X11R6/lib in your etc/ld.so.conf file? From what I can gather that is a file that is like a PATH thing - telling you where you can find .so files? It is in the conf file here, and I see it in the conf file down there.
So the question is - how is it that libXm.so.3 can't be found? The file is there and the path is in the conf file. Is there more that is needed that I don't know about?
Recently we upgraded to pcAnywhere 11.5 which allows us to get into the Linux box. We tried it here with a mockup, got it to work, and now our technician is on site there and trying to do the same setup but it's failing. When we do pcAnywhere's Quick Deploy and Connect it apparently loads a thin host on the Linux to connect to. In the log I find the following error:
/root/pcADeploy/thinhost: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
So I poked around on the Linux box here that is working and found the file libXm.so.3 in usr/X11R6/lib. I changed the file name temporarily and tried to connect and got exactly the same error in the log here. So I loaded the file over the wire to the system down there, in the same directory. Still we get the same error. Then I found that libXm.so.3 is a link to libXm.so.3.0.1 so I sent that down to Alabama. Still the error.
On a Google search I found a forum where someone asked the guy with the problem - is usr/X11R6/lib in your etc/ld.so.conf file? From what I can gather that is a file that is like a PATH thing - telling you where you can find .so files? It is in the conf file here, and I see it in the conf file down there.
So the question is - how is it that libXm.so.3 can't be found? The file is there and the path is in the conf file. Is there more that is needed that I don't know about?