I cant find those uuid libraries in my Cygwin64 folder, maybe I need to compile them to dll’s.
Does anyone have Guac working within Cygwin that I can get a copy of please? Cheers Josh From: Mike Jumper [mailto:[email protected]] Sent: Wednesday, 3 May 2017 7:45 PM To: [email protected] Subject: Re: Guac Cygwin UUID Can you locate where libuuid* * are in the filesystem? I've not attempted to build that library on Cygwin myself, but if the UUID package you built does indeed provide the OSSP UUID library, those files should exist somewhere. It may simply be that they are not installed to a location searched by the linker by default, or that the linker cache was not updated via ldconfig after install. - Mike On May 2, 2017 21:30, "Josh Nathan [DATACOM]" <[email protected]<mailto:[email protected]>> wrote: Has anyone had any success install Guacamole on Cygwin? If so, how did you get past the requirement for UUID? I have successfully compiled UUID from OSSP and can get a uuid: $ uuidgen fd507b62-1e8c-4fb0-b01f-edf348107b3b However when I run ./configure I get the error: checking for uuid_make in -lossp-uuid... no checking for uuid_make in -luuid... no configure: error: "The OSSP UUID library is required" Does anyone has a solution for this please? Cheers Josh
