danielhilst

collectd-compilation.txt

Apr 15th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Compila tudo em /opt/collectd/usr/local e depois o collectd passando --with-XXX=/opt/collectd/usr/local
  2.  
  3. DEPS=/opt/collectd/usr/local
  4.  
  5. mkdir -p $DEPS
  6.  
  7. RRDTOOL
  8. ./configure --prefix=$DEPS
  9. make
  10. make install
  11.  
  12. CHECK_NT
  13. http://kb.paxtecnologia.com.br/kb/index.php?View=entry&EntryID=1439
  14.  
  15. LIBDBI
  16. http://kb.paxtecnologia.com.br/kb/index.php?View=entry&EntryID=1440
  17.  
  18. COLLECTD
  19. # set oracle variables
  20. source /home/oracle/bash_rc
  21. ./configure \
  22. --with-librrd=$DEPS --enable-rrdtool \
  23. --enable-oracle \
  24. --enable-libdbi \
  25. --with-libdbi=$DEPS \
  26. --enable-dbi \
  27. --disable-python \
  28. --enable-debug
  29. make
  30. make install all
Advertisement
Add Comment
Please, Sign In to add comment