Ad Widget

Collapse

1.1beta11 make install upgrade problem on FC4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • btriem
    Member
    • Apr 2006
    • 30

    #1

    1.1beta11 make install upgrade problem on FC4

    upgrading from beta9. Shutdown zabbix server, ./configured, compiled, and then did a make install (as root). Did the upgrade script, etc.

    When I started the new zabbix_server, it died right after starting (a zabbix process died...) Then follows the mass pid kill for all the zabbix server processes.

    Well then I backed out of beta11 back to beta9 and I got the same error in zabbix_server.log! Now i'm thinking "uh oh" since I'm using this critical app in a production environment(small print "not responsible for...").

    I spent quite some time in all the wrong places trying to fix this.

    As it turned out, if I simply(sigh) removed the zabbix installed binaries prior to the make install, it starts up correctly and all is good.

    Anyone else had this problem? I couldn't find reference to it anywhere in the forum.

    Seems on the make install some binaries are not being overwritten with the new. I'm embarresed at how much time I spent on this before I tried removing the binaries.
  • woger
    Member
    • Sep 2005
    • 56

    #2
    Well,

    I upgraded from 1.1beta8 to 1.1beta11 without any problem. I am also using FC4 for the serverside.

    Roger

    Comment

    • btriem
      Member
      • Apr 2006
      • 30

      #3
      Yeah, I don't know why it wouldn't replace a file. It wasn't the server file either since when I did the --version it was displaying beta11.

      My compile options were simply: --prefix=/usr --with-mysql --with-net-snmp --enable-server --enable-agent. I'll try to replicate it after the weekend on a non-production system.

      Comment

      Working...