LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ns2 installation (https://www.linuxquestions.org/questions/linux-newbie-8/ns2-installation-4175435685/)

awanee.pandey 11-05-2012 04:16 AM

ns2 installation
 
sir while running ./install i am finding such problem
can't find X includes
otcl-1.14 configuration failed! Exiting ...

Kindly help me to resolve it..

knudfl 11-05-2012 05:08 AM

Welcome to LQ.

Ubuntu : sudo apt-get install \
g++ autoconf automake make patch libtool libxmu-dev xgraph

g++ : You may also need an additional g++ compiler.
Which Ubuntu version are you using ?
These commands will show :
1) cat /etc/issue
2) uname -m

.

ba_kirang 11-05-2012 05:28 AM

Can you try installing the following packages:

=====
x-dev
libx11-dev
=====

If you are using redhat based OS (RHEL,centos,fedora) use "yum install package-name"
and if you are using debian vased OS (debian , ubuntu etc) use "apt-get install package-name"

knudfl 11-05-2012 06:11 AM

# 3

libx11-dev etc. packages are automatically installed as dependencies,
when libxmu-dev is installed.


All times are GMT -5. The time now is 07:01 AM.