Closed coderbirju closed 3 weeks ago
Issue #, if available:
Description of changes:
Testing done:
$ ldd ./finch-daemon linux-vdso.so.1 (0x00007ffc112ba000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x0000778e82c00000) /lib64/ld-linux-x86-64.so.2 (0x0000778e82e43000)
$ file ./finc-daemon ./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3db17231b58a26bfc842a2f4101034c909cee7e8, for GNU/Linux 3.2.0, with debug_info, not stripped
$ file ./finc-daemon
./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3db17231b58a26bfc842a2f4101034c909cee7e8, for GNU/Linux 3.2.0, with debug_info, not stripped
$ ldd ./finch-daemon not a dynamic executable
$ file ./finc-daemon ./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=24763e08999dd8508011f063060edc54e00b8448, for GNU/Linux 3.2.0, with debug_info, not stripped
./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=24763e08999dd8508011f063060edc54e00b8448, for GNU/Linux 3.2.0, with debug_info, not stripped
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
Testing done:
$ ldd ./finch-daemon linux-vdso.so.1 (0x00007ffc112ba000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x0000778e82c00000) /lib64/ld-linux-x86-64.so.2 (0x0000778e82e43000)
$ file ./finc-daemon
./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3db17231b58a26bfc842a2f4101034c909cee7e8, for GNU/Linux 3.2.0, with debug_info, not stripped
$ ldd ./finch-daemon not a dynamic executable
$ file ./finc-daemon
./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=24763e08999dd8508011f063060edc54e00b8448, for GNU/Linux 3.2.0, with debug_info, not stripped
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.