ecdye / zram-config

A complete zram-config utility for swap, directories, and logs to reduce SD, NAND and eMMC block wear.
MIT License
412 stars 53 forks source link

missing dependency #75

Closed davidjade closed 2 years ago

davidjade commented 2 years ago

I found that on a fresh minimal install of ubuntu (via DietPi) on a raspberry pi zero 2, that 'libc6-dev' was missing and preventing the overlayfs-tool from building (missing header file). Once I ran 'apt install libc6-dev' myself, the overlyfs-tools project then build cleanly and I was able to get it working. But the break in the build made a bit of a mess during the initial install of zram-config and left things in a weird state until I uninstalled it (which was also broken) and cleanly re-installed it.