Hi, After building & installing sigar, the .so was not found by hypertable. The patch below fixes this.
--linas commit 7f5e7f11149fd9af81e8c311fad1001927bcc304 Author: Linas Vepstas <[email protected]> Date: Sat Jul 11 15:53:12 2009 -0500 Add alternate name for 64-bit sigar library diff --git a/cmake/FindSIGAR.cmake b/cmake/FindSIGAR.cmake index 7420373..82ae44a 100644 --- a/cmake/FindSIGAR.cmake +++ b/cmake/FindSIGAR.cmake @@ -19,7 +19,7 @@ find_path(SIGAR_INCLUDE_DIR sigar.h # SIGAR support a lot more platforms than listed here. # cf. sigar.hyperic.com -set(SIGAR_NAMES sigar-x86-linux sigar-amd64-linux sigar-universal- macosx) +set(SIGAR_NAMES sigar-x86-linux sigar-x86_64-linux sigar-amd64-linux sigar-universal-maco find_library(SIGAR_LIBRARY NAMES ${SIGAR_NAMES} PATHS /usr/lib /usr/local/lib /opt/local/lib --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
