ganglia / monitor-core

Ganglia Monitoring core
BSD 3-Clause "New" or "Revised" License
490 stars 246 forks source link

python_modules not installed #325

Open zak333 opened 2 years ago

zak333 commented 2 years ago

I am trying to compile Ganglia 3.7.2 from the sources on SuSE SLES 12.5 but cannot manage to make install the python_module directory.

My steps are:

$ ./configure --prefix=/home/myuser/dest --with-libconfuse=/home/user/dest --with-libapr=/home/user/dest --with-systemdsystemunitdir=/home/user/dest/usr-lib-systemd-system --with-gmetad --with-python=/usr/bin/python
$ make
$ make install

configure successfully says:

Checking for python
checking Python version... 2.7
checking Python support... yes
checking Perl support... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes

but after make install I only get these files in /home/user/dest/lib/ganglia, the python_modules directory is missing completely:

modcpu.so
moddisk.so
modload.so
modmem.so
modmulticpu.so
modnet.so
modproc.so
modpython.so
modsys.so

What do I have to do to get the python_modules?

Thanks in advance.