Ad Widget

Collapse

installtion problem with 'make install'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronassa
    Junior Member
    • Feb 2013
    • 5

    #1

    installtion problem with 'make install'

    Hi all,
    I followed the installation guide to install zabbix 2.0.5 on centOS 6.3.

    after running ./configure i can't run 'make install'

    [root@zabbix zabbix-2.0.5]# ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl --with-openipmi --enable-agent

    ..
    ..
    full config.log attached
    ...
    ..

    ************************************************** *********
    * Now run 'make install' *
    * *
    * Thank you for using Zabbix! *
    * <http://www.zabbix.com> *
    ************************************************** *********

    [root@zabbix zabbix-2.0.5]# make install
    -bash: make: command not found
    Attached Files
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #2
    Try running sudo make install

    Comment

    • ronassa
      Junior Member
      • Feb 2013
      • 5

      #3
      [root@zabbix zabbix-2.0.5]# sudo make install
      sudo: make: command not found

      Comment

      • aeson
        Junior Member
        • Feb 2013
        • 11

        #4
        Is the 'make' command installed?

        Try: yum install make

        Comment

        • tchjts1
          Senior Member
          • May 2008
          • 1605

          #5
          Originally posted by aeson
          Is the 'make' command installed?

          Try: yum install make
          You could see if it is installed first by running which make
          If not, then follow Aeson's suggestion

          Comment

          • ronassa
            Junior Member
            • Feb 2013
            • 5

            #6
            Now I feel embarrassed.
            Thank you that was very helpful.

            Comment

            • tchjts1
              Senior Member
              • May 2008
              • 1605

              #7
              Nah. You're just getting the easy ones out of the way first.

              Comment

              Working...