You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/goccy/go-graphviz/internal/ccall
In file included from expat.c:3:
../expat/xmlparse.c:75:14: fatal error: sys/random.h: No such file or directory
75 | # include <sys/random.h> /* getrandom */
| ^~~~~~~~~~~~~~
compilation terminated.
CentOS 7 doesn't ship with a recent enough glibc, so that sys/random.h isn't actually available. I saw that this is manually configured here. The libc in my system is:
GNU C Library (GNU libc) stable release version 2.17, by Roland McGrath et al.
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.8.5 20150623 (Red Hat 4.8.5-39).
Compiled on a Linux 3.10.0 system on 2019-08-06.
The text was updated successfully, but these errors were encountered:
CentOS 7 doesn't ship with a recent enough glibc, so that
sys/random.h
isn't actually available. I saw that this is manually configured here. The libc in my system is:The text was updated successfully, but these errors were encountered: