Ad Widget

Collapse

Installation Problem - Need help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kitsu
    Junior Member
    • Apr 2009
    • 3

    #1

    Installation Problem - Need help

    Hi I am new to use Zabbix,
    does anyone tell me what is wrong the installation from the source files, I ran exactly the same command on documentation, however I got this error:

    root@ntopsrv:/usr/local/share/zabbix-1.6.4# ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    configure: Configuring
    checking whether make sets $(MAKE)... (cached) no
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.

    Here is my config.log attached, any advise?
    Attached Files
  • davet47
    Junior Member
    • Apr 2009
    • 7

    #2
    You'll have to install a c-compiler for this to work. try gcc or another free one.

    Originally posted by kitsu
    Hi I am new to use Zabbix,
    does anyone tell me what is wrong the installation from the source files, I ran exactly the same command on documentation, however I got this error:

    root@ntopsrv:/usr/local/share/zabbix-1.6.4# ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    configure: Configuring
    checking whether make sets $(MAKE)... (cached) no
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.

    Here is my config.log attached, any advise?

    Comment

    • kitsu
      Junior Member
      • Apr 2009
      • 3

      #3
      Installation Problem - Need help

      thanks for the reply, but now I got that fixed, but now stop at here:

      checking for IKSEMEL... configure: error: Not found Jabber library

      i checked i have these following package installed:
      ii libiksemel-dev 1.2-3 C library for the Jabber IM platform
      un libiksemel1 <none> (no description available)
      un libiksemel1-dev <none> (no description available)
      ii libiksemel3 1.2-3 C library for the Jabber IM platform


      Any idea??

      Comment

      • davet47
        Junior Member
        • Apr 2009
        • 7

        #4
        I had the same, but removed jabber from my build - we agreed that we didn't need it. I also had the same with curl and mysql, but found the right devel packages to install which cleared it all up.

        Comment

        Working...