[
https://issues.apache.org/jira/browse/GUACAMOLE-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17071176#comment-17071176
]
Mike Jumper commented on GUACAMOLE-999:
---------------------------------------
{quote}
In Centos 8 default repos no package uuid-devel found
{quote}
{{uuid-devel}} is nevertheless the correct dependency. If things have changed
in CentOS 8 and the package is missing or elsewhere, you will still need to
locate and install it. It looks like both CentOS and RHEL have reorganized
their packages into separate, initially-disabled repositories for their version
8 release. CentOS has {{uuid-devel}} within the repository they call
"PowerTools":
{code:none}
[root@80f5bfa5d73a /]# dnf --enablerepo=PowerTools list uuid-devel
Failed to set locale, defaulting to C.UTF-8
CentOS-8 - PowerTools 3.0 MB/s | 2.0 MB
00:00
Available Packages
uuid-devel.i686 1.6.2-42.el8
PowerTools
uuid-devel.x86_64 1.6.2-42.el8
PowerTools
[root@80f5bfa5d73a /]#
{code}
> Command "configure" failed with error "The OSSP UUID library is required"
> -------------------------------------------------------------------------
>
> Key: GUACAMOLE-999
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-999
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-server
> Affects Versions: 1.1.0
> Reporter: Hawk Hawthorn
> Priority: Critical
>
> Trying to build on Centos 8.
> Linux <hostname> 4.18.0-80.el8.x86_64 #1 SMP Tue Jun 4 09:19:46 UTC 2019
> x86_64 x86_64 x86_64 GNU/Linux
> configure: error: "The OSSP UUID library is required"
>
> dnf install libuuid-devel
> Failed to set locale, defaulting to C.UTF-8
> Last metadata expiration check: 0:37:19 ago on Mon Mar 30 10:34:10 2020.
> Package libuuid-devel-2.32.1-17.el8.x86_64 is already installed.
> Dependencies resolved.
> Nothing to do.
> Complete!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)