|
Bugzilla – Full Text Bug Listing |
| Summary: | After installing ns-3 (3.4 stable) the regression test test-tcp-nsc-lfn fails | ||
|---|---|---|---|
| Product: | nsc | Reporter: | Damian Lezama <damian.lezama> |
| Component: | Linux | Assignee: | Sam Jansen <sam.jansen> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | fw-ns3 |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Damian Lezama
2009-04-10 00:16:50 UTC
Sorry for the late reply, I'm quite busy as of late. Some notes on this: 1. The version of Linux there has no relation to the version of Linux you are running on your machine. This is the version of Linux built in the NSC, which allows simulation of this version. 2. I think if ns-3 is configured with NSC, it should automatically build the NSC and then automatically find the shared libraries (the error is not finding the build shared library). But I'm a little hazy on the exact structure right now. Perhaps you could reply with some more information: a) The exact command-line run to produce this error. Feel free to attach an entire transcript of a build session, possibly using the "script" utility to save a text file. e.g., "script my_build_log.txt; ./waf; ... ; exit" b) What version of ns-3 you are using. c) What command-line you used to configure ns-3, and if possible, include the output (perhaps do a clean build before doing step (a) above) Alternatively, fw might have some thoughts on tracking this down off the top of his head. works for me (using ns-allinone-3.4.tar.bz2). Most likely nsc was not compiled at all. Could you please post the exact commands you used to set up ns3? If nsc was built, and the file liblinux2.6.26.so does exist in the nsc directory (should be 'nsc-0.5.0/linux-2.6.26/liblinux2.6.26.so') the library is not found for some reason. In that case please run ./waf --shell followed by "echo $LD_LIBRARY_PATH" and post the output of that. (In reply to comment #2) > works for me (using ns-allinone-3.4.tar.bz2). > Most likely nsc was not compiled at all. > Could you please post the exact commands you used > to set up ns3? > If nsc was built, and the file liblinux2.6.26.so does exist > in the nsc directory (should be 'nsc-0.5.0/linux-2.6.26/liblinux2.6.26.so') > the library is not found for some reason. In that case please > run ./waf --shell followed by "echo $LD_LIBRARY_PATH" and post the output > of that. You're right, it doesn't seem to be built. I somehow got into a configuration with nsc enabled in ns but nsc not built. BTW it didn't build because of this known issue: http://www.nsnam.org/wiki/index.php/Troubleshooting#Scons_NSC_error I'm closing the bug, thanks a lot for your help! |