Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python_modules not installed #325

Open
zak333 opened this issue Nov 22, 2021 · 0 comments
Open

python_modules not installed #325

zak333 opened this issue Nov 22, 2021 · 0 comments

Comments

@zak333
Copy link

zak333 commented Nov 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant