Hi Csaba,
On 09.09.2023 22:23, Sipos Csaba wrote:
I face the problem that when I am in general using the nightly builds on Ubuntu 20.04, but I want to compile a specific project (Osmo-BSC in this case), the configure script is not able to find the Osmocom libraries which are already installed and available.
are you sure you have 'libosmocore-dev' package installed, and not just 'libosmocore'? The configure script invokes pkg-config, which looks for the 'libosmocore.pc' file in the $PKG_CONFIG_PATH. This file is part of the '-dev' package, among with *.la and header files.
Best regards, Vadim.