libzen configuration is not found
When I run ./configure in Project/GNU/Library, I get this error:
configure: error: libzen configuration is not found
I'm trying to build Project/GNU/Library in an amazon linux container.
When I run ./configure in Project/GNU/Library, I get this error: configure: error: libzen configuration is not found
libzen is not found in either (from Project/GNU/Library) ../../../../ZenLib or installed devel package (with pkg-config). You can check our "All in one" package for seeing how directories are expected to be.
I'm trying to build Project/GNU/Library in an amazon linux container.
For reference, our development snapshots have now builds suitable for new Amazon containers (the ones without libcurl available), check the package having "Lambda" file name.
It was built with the following command on the respective packages:
cd openssl && ./config no-shared --prefix=$(pwd)/usr && make install
cd curl && autoreconf -if && ./configure --enable-static --disable-shared --with-ssl=$(pwd)/../openssl/usr --prefix=$(pwd)/usr && make install
cd MediaInfo_CLI_GNU_FromSource && ./CLI_Compile.sh --enable-staticlibs --with-libcurl=$(pwd)/../curl/usr