We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant@precise64:~$ ldd bin/fds linux-vdso.so.1 => (0x00007ffffa5c5000) libiomp5.so => not found libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbd2fecd000) libnuma.so.1 => not found libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbd2fcc8000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fbd2fac0000) libtorque.so.2 => not found libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007fbd2f8bc000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fbd2f69f000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbd2f2de000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbd2f0c8000) /lib64/ld-linux-x86-64.so.2 (0x00007fbd301cf000)
The text was updated successfully, but these errors were encountered:
http://packages.ubuntu.com/precise/libnuma-dev
Sorry, something went wrong.
No branches or pull requests
vagrant@precise64:~$ ldd bin/fds
linux-vdso.so.1 => (0x00007ffffa5c5000)
libiomp5.so => not found
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbd2fecd000)
libnuma.so.1 => not found
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbd2fcc8000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fbd2fac0000)
libtorque.so.2 => not found
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007fbd2f8bc000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fbd2f69f000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbd2f2de000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbd2f0c8000)
/lib64/ld-linux-x86-64.so.2 (0x00007fbd301cf000)
The text was updated successfully, but these errors were encountered: