Bugzilla – Bug 1226015
We seem to have empty `pkg-config --libs python3`
Last modified: 2024-06-06 12:57:38 UTC
~$ pkg-config --exists python3 ; echo $status 0 ~$ pkg-config --libs python3 ~$ rpm -qf /usr/lib64/pkgconfig/python3.pc python311-devel-3.11.9-2.1.x86_64 ~$ cat /usr/lib64/pkgconfig/python3.pc # See: man pkg-config prefix=/usr exec_prefix=/usr libdir=/usr/lib64 includedir=/usr/include Name: Python Description: Build a C extension for Python Requires: Version: 3.11 Libs.private: -ldl Libs: Cflags: -I${includedir}/python3.11 ~$
It should be `python3-embed` not `python3`.