From: Josh A. <jm...@ho...> - 2022-02-20 15:06:49
|
Hello Astlinux Team, I tried to make a fresh development built last night and I am unable to include 'bind libs and dig tool'. After adding it in 'make menuconfig' this is the error that I get when running the build script: checking for OpenSSL library... using OpenSSL from /home/jalberts/astlinux/trunk/output/host/usr/x86_64-unknown-linux-gnu/sysroot/usr/lib and /home/jalberts/astlinux/trunk/output/host/usr/x86_64-unknown-linux-gnu/sysroot/usr/include checking whether linking with OpenSSL works... assuming it does work on target platform checking whether linking with OpenSSL requires -ldl... unknown configure: error: OpenSSL has unsupported dynamic loading make: *** [package/Makefile.package.in:282: /home/jalberts/astlinux/trunk/output/build/bind-9.10.3-P4/.stamp_configured] Error 1 It seems to me that bind 9-10.3-P4 is incompatible with the newest version of OpenSSL that Astlinux uses. I tried going into bind.mk and changing the variable 'BIND_VERSION' to the newest ESL version of bind, but that didn't work because they seem to have changed the file extensions to .tar.xz, and the build script goes out to the ISC FTP site looking for a .tar.gz file. I didn't see a way to change that. It's not imperative for me to have bind but I like to have it in my dev builds so I can use dig. Would you guys please consider bumping the version of bind to something that will build with Astlinux? Thanks! |