Ad Widget

Collapse

Zabbix 2.0 new install problem (./configure error)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pexio
    Junior Member
    • May 2012
    • 2

    #1

    Zabbix 2.0 new install problem (./configure error)

    Hi

    I downloaded zabbix-2.0.0.tar.gz and followed the manual at http://www.zabbix.com/documentation/...lation/install

    I have installed the libraries and dev files that was needed but when i run ./configure now i get output like this:

    $ ./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl
    <snip>
    config.status: error: cannot find input file: `upgrades/Makefile.in'

    Do anyone know what i can do to resolve this?

    --
    David
  • andersguitar
    Member
    • Dec 2010
    • 64

    #2
    Try to download again. It seems to be a broken file in your previous download.
    Only to know... do you are running the command as root, right?

    Comment

    • pexio
      Junior Member
      • May 2012
      • 2

      #3
      solved

      thanks anders

      I tried removing the directory and untar it again, and this time configure works fine.

      perhaps it's because i ran ./configure a few times before when i was figuring out what libs it needed. I would then install the library that it needed and try running ./configure again

      anyway it works now and it works fine just as my user, I should guess that it only need to run as root when i do the make install part.

      Comment

      Working...