LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-30-2009, 11:35 PM   #1
suhas bharadwaj
LQ Newbie
 
Registered: Dec 2007
Posts: 5

Rep: Reputation: 0
Network Simulator installation


Hi all,

I have a problem while installing the ns software on my fedora os...its says tcl/ts missing....but i already have the tcl/ts installed...the configure file isnt seeeing it..pls someone tell me how to go abt installing it.
Thanks in advance.
 
Old 07-01-2009, 01:07 AM   #2
cvt
Member
 
Registered: Jul 2004
Location: UK
Distribution: Slackware
Posts: 37

Rep: Reputation: 17
Quote:
Originally Posted by suhas bharadwaj View Post
Hi all,

I have a problem while installing the ns software on my fedora os...its says tcl/ts missing....but i already have the tcl/ts installed...the configure file isnt seeeing it..pls someone tell me how to go abt installing it.
Thanks in advance.
Just as a friendly warning. In future, try adding a little more detail to your question.

1) You added the distro you're currently using, which is good, now add the distro version as well, so Fedora Core 9 or whatever the case may be.
2) Sometimes it's usefull to add a link to the software your trying to compile so people can try it for themselves.
3) In some cases it may even be usefull to know more about your hardware, so 32bit or 64bit cpu.
4) Some commandline output is REALLY usefull. Copy and paste is your friend here.

Now...

I take it your trying to compile the software. Don't know if all this will help, but it's worth a go......

1) Read the output carefully. If configure is trying to find a library it may be asking for one that's close but not quite the same as the one you installed, so 'libACME.so.5.3', and you have 'libACME.so.5.2'.
In cases like this, I sometimes just create a symbolic link.....
Code:
ln -s /usr/lib/libACME.so.5.2 /usr/lib/libACME.so.3
2) I've not used fedora my self. Does it use package config at all. If so, configure might be asking for a 'pc' file. What quite often happens here is that he'll be looking in /usr/lib/pkgconfig/ and your 'pc' file is in '/usr/local/lib/pkgconfig/'.
You can use the environment variable 'PKG_CONFIG_PATH' to add more paths so......
Code:
 PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig ./configure
3) If you used your package manager to install tcl/tk then see if he installed all tcl/tk libraries. Some distro's, like ubuntu, save installation space by installing the development files seperately to run-time files, so you might have to install additional packages when compiling software. Look out for a tcl/tk package with 'dev' in the name.

Hope you come right :-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
network simulator jahanzeb1982 Programming 3 04-07-2008 06:40 AM
ns-2 network simulator myrto Programming 14 03-01-2007 12:15 AM
NS2 - network simulator liquid.o Linux - Networking 0 11-24-2006 10:36 AM
network simulator alaios Linux - Software 3 09-20-2006 03:34 AM
Is there any network simulator? kizersouzay Linux - Networking 6 02-16-2006 11:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration