The documentation states that meson build is the first step in building the GLOME tool. However, when attempting to run meson build the following error occurs:
meson.build:25:14: ERROR: Dependency "openssl" not found, tried pkgconfig and system
I have confirmed that openssl is installed on my machine:
ann79071@CA1E101414L:~/sw/glome$ openssl version
OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024)
ann79071@CA1E101414L:~/sw/glome$ which openssl
/usr/bin/openssl
ann79071@CA1E101414L:~/sw/glome$ meson build
The Meson build system
Version: 1.3.2
Source dir: /home/user/sw/glome
Build dir: /home/user/sw/glome/build
Build type: native build
Project name: glome
Project version: 0.1
C compiler for the host machine: cc (gcc 13.3.0 "cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0")
C linker for the host machine: cc ld.bfd 2.42
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency openssl found: NO (tried pkgconfig and system)
meson.build:25:14: ERROR: Dependency "openssl" not found, tried pkgconfig and system
A full log can be found at /home/user/sw/glome/build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
See the log output below:
meson-log.txt
Any help or guidance you can provide would be much appreciated.
The documentation states that
meson buildis the first step in building the GLOME tool. However, when attempting to runmeson buildthe following error occurs:I have confirmed that openssl is installed on my machine:
See the log output below:
meson-log.txt
Any help or guidance you can provide would be much appreciated.