Skip to content

Instantly share code, notes, and snippets.

@rizkyabdilah
Created January 20, 2014 07:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rizkyabdilah/8516303 to your computer and use it in GitHub Desktop.
Save rizkyabdilah/8516303 to your computer and use it in GitHub Desktop.
daemontools install error: /lib64/libc.so.6: could not read symbols: Bad value
vim src/errno.h
ganti:
-extern int errno;
+#include <errno.h>
@nrobredo
Copy link

nrobredo commented Jun 6, 2016

Thanks for putting this up man. It worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment