-
Notifications
You must be signed in to change notification settings - Fork 34
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
error while installing #26
Comments
It looks like the executable cannot find the libstatgrab shared library. Sincerely, Jon Watte "I find that the harder I work, the more luck I seem to have." -- Thomas On Wed, Nov 9, 2016 at 5:26 AM, sirajkrm [email protected] wrote:
|
i didn't find a repository for CentOS 7 i go back to reinstall the software |
by the way... |
Yes, that message shows that libstatgrab is found during compliation. Sincerely, Jon Watte "I find that the harder I work, the more luck I seem to have." -- Thomas On Thu, Nov 10, 2016 at 1:20 AM, sirajkrm [email protected] wrote:
|
i'm runing CentOS 7 on VMware
when i try to install the software it ends whit this error message :
[root@localhost istatd]# ./quickstart.sh
Adding symlink to python2 into PATH.
calling ./configure
Python 2.7.5
Python 2.7.5
Found curl in path.
Found zlib-flate in path.
checking for libstatgrab interface version
found libstatgrab 0.17 interface
All done
calling make -j4
g++ -pipe -O2 -g -I. -Iinclude -MMD -D_LARGEFILE64_SOURCE -Wall -Werror -c -o obj/tool/istatd_transplant.o tool/istatd_transplant.cpp
g++ -pipe -O2 -g -I. -Iinclude -MMD -D_LARGEFILE64_SOURCE -Wall -Werror -c -o obj/daemon/main.o daemon/main.cpp
bin/test_StatCounter
bin/test_StatCounter: error while loading shared libraries: libstatgrab.so.6: cannot open shared object file: No such file or directory
make: *** [run_bin/test_StatCounter] Error 127
make: *** Waiting for unfinished jobs....
any idea would be appreciated. thank's
The text was updated successfully, but these errors were encountered: