MediaInfoLib icon indicating copy to clipboard operation
MediaInfoLib copied to clipboard

libzen configuration is not found

Open iandow opened this issue 6 years ago • 1 comments

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.

iandow avatar Feb 20 '20 18:02 iandow

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

JeromeMartinez avatar Feb 20 '20 19:02 JeromeMartinez