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

libvmfs/utils.h:23:18: fatal error: uuid.h: No such file or directory #22

Open
NabiKAZ opened this issue Jul 8, 2018 · 1 comment
Open

Comments

@NabiKAZ
Copy link

NabiKAZ commented Jul 8, 2018

root@pve:/vmfs-fuse/vmfs-tools-0.2.5# make install
Checking for pkg-config...no
Checking for uuid...yes
Checking for fuse...no
Checking for asciidoc...no
Checking for xsltproc...yes
Checking for docbook.xsl...no
Checking for strndup...yes
Checking for dlopen in -ldl...yes
Checking for posix_memalign...yes
gcc  -Wall -O2 -g -D_FILE_OFFSET_BITS=64  -Idebugvmfs -Ilibvmfs -I/usr/include/uuid -Ilibreadcmd  -include version   -c -o debugvmfs/debugvmfs.o debugvmfs/debugvmfs.c
In file included from libvmfs/vmfs.h:53:0,
                 from debugvmfs/debugvmfs.c:30:
libvmfs/utils.h:23:18: fatal error: uuid.h: No such file or directory
 #include <uuid.h>
                  ^
compilation terminated.
<builtin>: recipe for target 'debugvmfs/debugvmfs.o' failed
make: *** [debugvmfs/debugvmfs.o] Error 1
@timlukasiewicz
Copy link

You need to install libuuid-devel

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