-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Calling "ss" command on a linux node fails with glibc symbol error #91
Comments
see the documentation on how to add symbols. you should add strverscmp manually. |
Hi, Since this is a file system related call I'm not sure if it necesarry to do a |
Do we need to add symbols for all errors? Is there any other solution such as linking to another glibc version? Error is: My ns3 version is 3.24, Ubuntu version is 16.04 and glibc is 2.23. Is there a compatibility issue of this with dce? output of ldd --versionldd (Ubuntu GLIBC 2.23-0ubuntu11.2) 2.23 output of cat /etc/lsb-releaseDISTRIB_ID=Ubuntu |
@thehajime I am using Ubuntu 16.04 64 bit which uses linux kernel 4.4.0. I am using dce-1.7 which has been tested with upto Ubuntu 15.04 64 bit. Do you know if it is compatible for 16.04 as well? |
Description of the problem
When compilling and executing thehajime s example of using the ss util in DCE, it fails with the following messages:
output of ./waf configure
Steps to reproduce
The text was updated successfully, but these errors were encountered: