You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 successfully says:
but after
make install
I only get these files in /home/user/dest/lib/ganglia, the python_modules directory is missing completely:What do I have to do to get the python_modules?
Thanks in advance.
The text was updated successfully, but these errors were encountered: