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. -- - Vadim Yanitskiy <vyanitskiy at sysmocom.de> http://www.sysmocom.de/ ======================================================================= * sysmocom - systems for mobile communications GmbH * Alt-Moabit 93 * 10559 Berlin, Germany * Sitz / Registered office: Berlin, HRB 134158 B * Geschaeftsfuehrer / Managing Director: Harald Welte
