Giter Club home page Giter Club logo

Comments (4)

nicolargo avatar nicolargo commented on April 28, 2024

Hi, strange it works fine on mu Debian 6.0.3 server...

Can you try the following steps:

$ make distclean
$ rm -rf aclocal.m4 configure config.log autom4te.cache config.guess config.sub missing mkinstalldirs compile depcomp install-sh ltmain.sh libtool ltconfig INSTALL py-compile
$ aclocal && autoconf && automake -a -c && rm -f autom4te.cache/*
$ ./configure
$ make
$ sudo make install

Did the specific libstatgrab installation process without error ?

from glances.

simonc avatar simonc commented on April 28, 2024

Hi, thanks for your answer.

I tried what you told me, I don't get the warning when doing it but I still get the invalid pointer issue :/

from glances.

nicolargo avatar nicolargo commented on April 28, 2024

Can you send me back the following information:

  • Python version (python --version)
  • Libstatgrab version (apt-cache show statgrab | grep Version)
  • PyStatGrab version (apt-cache show python-statgrab | grep Version)

Did you follow this procedure ?:

Notes: For Debian. The Debian Squeeze repos only include the python-statgrab 0.4. You had to install the version 0.5 using the following commands:

$ sudo apt-get install libstatgrab-dev pkg-config python-dev make
$ wget http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.5.tar.gz
$ tar zxvf pystatgrab-0.5.tar.gz
$ cd pystatgrab-0.5/
$ ./setup.py build
$ sudo ./setup.py install

from glances.

simonc avatar simonc commented on April 28, 2024

That was it. Sorry, I didn't see the note, even if it's in the right place in the readme... my bad

Thank you !

from glances.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.