Can you locate where libuuid* or libossp-uuid* 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]> 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 >
