Skip to content
New issue

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

The oterm binary are not static #37

Closed
creack opened this issue Dec 20, 2013 · 2 comments
Closed

The oterm binary are not static #37

creack opened this issue Dec 20, 2013 · 2 comments

Comments

@creack
Copy link

creack commented Dec 20, 2013

The readme states that the binaries are statically linked, however they are not. ( at leat linux/amd64):

$> ldd oterm
        linux-vdso.so.1 =>  (0x00007fff713c0000)
        libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f9805bbb000)
        libpam.so.0 => /lib/x86_64-linux-gnu/libpam.so.0 (0x00007f98059ad000)
        libpam_misc.so.0 => /lib/x86_64-linux-gnu/libpam_misc.so.0 (0x00007f98057a8000)
        libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007f98054ec000)
        libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007f980526e000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9805050000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9804c91000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9804a8d000)
        libtasn1.so.3 => /usr/lib/x86_64-linux-gnu/libtasn1.so.3 (0x00007f980487b000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f9804664000)
        libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007f9804450000)
        libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f980424b000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9805dc4000)
@davidmoreno
Copy link
Owner

It meant the onion itself is statically linked, not the rest. I will try to make all statically linked, but IIRC there was a problem with gnutls about it can not be statically linked. If it is not possible I will fix the README.

@creack
Copy link
Author

creack commented Dec 20, 2013

If it is not possible, it would be nice to have a list of dependencies to install in order to run oterm.

@creack creack closed this as completed Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants