Problem in installing DDD 3.3.11 on RHEL5 machine

Discussion in 'Installation/Configuration' started by sania, Jun 26, 2008.

  1. sania

    sania New Member

    Hi,
    I am trying to install ddd-3.3.11.tar.gz package on RHEL-5 machine.


    $tar -xzf ddd-3.3.11.tar.gz
    $cd ddd-3.3.11/
    $./configure


    returns the following error.:confused:

    configure: error: The Motif include file 'Xm/Xm.h' could not be found.
    Please use the configure options '--with-motif-includes=DIR'
    and '--with-motif-libraries=DIR' to specify the Xm location.
    See the files 'config.log' and 'ddd/config.log'
    for further diagnostics.

    Please help me out....

    -Sania
     
  2. topdog

    topdog Active Member

    Code:
    yum install openmotif-devel
     
  3. sania

    sania New Member

    Hello boss,
    tried out, on ur suggestion. I think yum is not able to find proper mirror site for RHEL5.



    $ yum install openmotif-devel
    Loading "installonlyn" plugin
    Loading "rhnplugin" plugin
    This system is not registered with RHN.
    RHN support will be disabled.
    Setting up Install Process
    Setting up repositories
    http://ftp-stud.fht-esslingen.de/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://apt.sw.be/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://ftp2.lcpe.uni-sofia.bg/freshrpms/pub/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
    Trying other mirror.
    http://rh-mirror.linux.iastate.edu/pub/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://apt.sw.be/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://rpmfind.net/linux/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://mirror.cpsc.ucalgary.ca/mirror/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://archive.cs.uu.nl/mirror/dag.wieers/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
    Trying other mirror.
    http://wftp.tu-chemnitz.de/pub/linux/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.



    Please help me.


    -sania
     
  4. topdog

    topdog Active Member

    You need to fix your networking, if not install the package from the install media (DVD/CD)
     

Share This Page