in reply to Cannot install UUID Module
The salient part is:
# It's likely the UUID prerequisite library isn't installed. # # On some platforms you can use your package manager to install these. # In particular, the uuid-dev, libuuid-devel, or uuid-devel packages # on Linux.
So, did you install uuid/uuid.h or any of the other fallback C libraries needed for the UUID module? If so, where?
<pIf you didn't install it, maybe it can simply be copied from https://github.com/cloudbase/libuuid, but I'm not sure that this is the canonical source for it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cannot install UUID Module
by AndyR (Initiate) on Dec 16, 2019 at 10:27 UTC | |
by Corion (Patriarch) on Dec 16, 2019 at 10:32 UTC | |
by roboticus (Chancellor) on Dec 16, 2019 at 13:26 UTC |