Ad Widget

Collapse

Solaris 10 (x86) vs Zabbix 1.4.5 compiling error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • loshak
    Junior Member
    Zabbix Certified Specialist
    • Jun 2006
    • 21

    #1

    Solaris 10 (x86) vs Zabbix 1.4.5 compiling error

    Hello, i'm trying to setup Zabbix 1.4.5 on Solaris 10 x86, but when i'm trying to compile it cames with error:
    "make: Fatal error: Command failed for target `install-recursive'"
    I searched forum, but all i found is to check the if "/usr/ccs/bin" in $PATH, so PATH=/opt/SUNWcluster/bin:/opt/SUNWspro/bin:/usr/sfw/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/etc:/sbin:/usr/bin:/usr/bin/nsr:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin:/usr/ucb:/opt/sfw/bin:
    "ar" is also installed and located in /usr/ccs/bin/ar.

    Soo any one have sugestion how to make zabbix work on Solaris 10 ?

    Thanks for replays...

    P.S. compiletion string: ./configure --enable-agent --enable-static --prefix=/tmp/zbx_bin; make install
  • loshak
    Junior Member
    Zabbix Certified Specialist
    • Jun 2006
    • 21

    #2
    Problem fixed: compiled without flag --enable-static.

    Comment

    Working...