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
Hi,
You can resolve this issue by installing uuid library with following command:
sudo apt-get install uuid-dev
Thanks
Ads