configure: error: library 'uuid' is required for E2FS UUID

configure: error: library 'uuid' is required for E2FS UUID

Hi,

I am not able to configure one software on Ubuntu with following error:

configure: error: library 'uuid' is required for E2FS UUID

How to resolve this?

Thanks

View Answers

March 14, 2023 at 3:29 PM

Hi,

You can resolve this issue by installing uuid library with following command:

sudo apt-get install uuid-dev

Thanks









Related Tutorials/Questions & Answers:

Ads