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

Update ldd.go #1426

Merged
merged 1 commit into from
Sep 11, 2020
Merged

Update ldd.go #1426

merged 1 commit into from
Sep 11, 2020

Conversation

mkunz7
Copy link
Contributor

@mkunz7 mkunz7 commented Aug 26, 2020

ubuntu 16.04 gives different output for ldd from ubuntu 18.04 this quick change makes it so you can build containers on 16.04 haven't thoroughly tested

ubuntu 16.04 gives different output for ldd from ubuntu 18.04 this quick change makes it so you can build containers on 16.04 haven't thoroughly tested
@mkunz7
Copy link
Contributor Author

mkunz7 commented Aug 26, 2020

root@u1804:/opt/minimega/misc/uminirouter# ldd uminirouterfs/miniccc
	linux-vdso.so.1 (0x00007ffdbf7e3000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f5143391000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5142fa0000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f51435b0000)

root@u1604:/opt/minimega/misc/uminirouter# ldd uminirouterfs/miniccc
	linux-vdso.so.1 =>  (0x00007ffed19f3000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd0dd8e7000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd0dd51d000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fd0ddb04000)

Copy link
Contributor

@aherna aherna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aherna aherna merged commit 946ffbe into sandia-minimega:master Sep 11, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants