scottwilliambeasley / debian-from-scratch

An instruction manual for teaching Linux From Scratch users how to make a fully-fledged Debian system based on LFS.
244 stars 49 forks source link

md5 issue building dpkg #14

Closed biggycao closed 1 year ago

biggycao commented 1 year ago

I am trying to build this on LFS 11.3-systemd. And this happened while building dpkg 1.21.22 checking for md5.h... no configure: error: in '/sources/dpkg-1.21.22': configure: error: md5 digest functions not found I tried installing openssl but didn't work :(

biggycao commented 1 year ago

update: dpkg depends on libmd, but it still don't work after installing it.

biggycao commented 1 year ago

After multiple tests, it seems like dpkg<=20.13 is required to complete the build.