Tuesday, November 18, 2008

Install RVDS 4.0 on Fedora Core 9

Fedora Core 9
1. Install RVDS 4.0
2. Install RVI 3.3
3. [ ]# cd /opt/ARM
4. Update environment variable
    [ ]# source RVDS40env.posh
    [ ]# source ./RVI/Contents/3.3/173/rvi_3_3_env.posh
5. Install some libraries for "rvdebug"
(a) libXp-1.0.0-11.fc9.i386 -- libXp.so.6
    [ ]# yum install libXp
(b) openmotif-2.3.1-1.fc9.i386.rpm -- libXm.so.3
    [ ]# wget ftp://ftp.ics.com/openmotif/2.3/2.3.1/openmotif-2.3.1-1.fc9.i386.rpm
    [ ]# rpm -ivh openmotif-2.3.1-1.fc9.i386.rpm
6. link for libXm.so.3
    [ ]# cd /usr/lib
    [ ]# ln -sf libXm.so.4.0.1 libXm.so.3

Fedora 14
Change 5.(b)
    [ ]# wget http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/i386/os/openmotif-2.3.3-1.fc14.i686.rpm
Change 6.
    [ ]# cd /usr/lib
    [ ]# ln -sf /usr/lib/openmotif/libXm.so.4.0.3 libXm.so.3

PS:
You will see the following error message if skipping step 5 and 6.
[root@scott ARM]# rvdebug
/opt/ARM/RVD/Core/4.0/1106/linux-pentium/bin/rvdebug: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory

No comments: