View previous topic :: View next topic |
Author |
Message |
zhimama
Posts: 2
Joined: 18 Apr 2013
|
Posted: Thu Apr 18, 2013 1:19 am Post subject: Again, libXm.so.4 problem when launch uvlayout. |
|
|
Hi there,
I know it is not a new issue about motif libraries. I tied to dig up those old topics in the forum but somehow I still can't manage it to work. Also I have several things needed to point out.
Here is what I do:
1) I'm using Linux Centos 6.3 64bit.
2) I opened the bashrc file and added three lines below:
export HEADUS_HOME=/usr/local/uvlayout-demo
export PATH=$HEADUS_HOME/bin:$PATH
export LD_LIBRARY_PATH=$HEADUS_HOME/lib
3) Put compressed uvlayout tgz file into /usr/local/
I ran the command copied from this website shown below:
tar xvfoz uvlayout-demo.tgz --directory=$HEADUS_HOME/..
(don't know if there is a typo or something, the command doesn't work for me so I used the following one to decompress the tgz file and installed it in /use/local/ )
tar -zxvf filename.tgz
4) Once the installation is done. I opened a new shell and typed headus. It shows LibXm.so.4 can not be opened.... (something like that)
5) I downloaded this file ( headus-missing-libs.64.tgz) provided by the uvlayout office website, and copied those two files into usr/local/uvlayout-demo/lib/ folder.
(that's the reason I added the third command in the bashrc file shown in step 1).
export LD_LIBRARY_PATH=$HEADUS_HOME/lib
6) It is still not working.
I need help form someone who can check if there is something I missed ? or which step I did things wrong.
Help, please. |
|
Back to top |
|
 |
jinjin
Posts: 10
Joined: 19 Sep 2012
|
Posted: Thu Apr 18, 2013 10:20 am Post subject: |
|
|
So disappointed about the installation issue. Can't find solution. |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
|
Back to top |
|
 |
zhimama
Posts: 2
Joined: 18 Apr 2013
|
Posted: Thu Apr 18, 2013 10:31 pm Post subject: |
|
|
Here is the error message when I tried to launch uvlayout in terminal:
cysliceP: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory
The last try I had was to yum install libXm.so.4
However, it still shows me the same message above even I installed libXm.so.4 series files.
Ai ~ I have tried every way I could possible think but still no luck. |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Thu Apr 18, 2013 10:40 pm Post subject: |
|
|
Is that with the wrapper script? Call the wrapper script something like "run-uvlayout", and then you'd type that into the shell window, not running uvlayout directly.
Phil |
|
Back to top |
|
 |
|