Ad Widget

Collapse

hw to use this patch for 1.4.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BusteR81
    Senior Member
    • Apr 2007
    • 150

    #1

    hw to use this patch for 1.4.1

    with regards to this patch for 1.4.1 posted by Alexi


    may i know what are the steps(in commands) in applying this new patch? any DB backups for example?

    Linux CentOS system

    Cheers
  • bogus
    Junior Member
    • Jun 2007
    • 9

    #2
    You need "patch" executable installed. In debian/ubuntu:
    Code:
    apt-get install patch
    I don't know how it is in centos.

    Go to the zabbix 1.4.1 source directory (contains configure) and run:
    Code:
    patch -p0 < path_to_the_1.patch
    if you want to check everything will go correctly use --dry-run opition:
    Code:
    patch -p0 --dry-run < path_to_the_1.patch
    Rest of steps:
    - compile patched zabbix
    - stop zabbix server
    - backup the old binaries
    - install the new one
    - run zabbix server

    Comment

    • BusteR81
      Senior Member
      • Apr 2007
      • 150

      #3
      thanks

      this is helpful for non-linux users like me. dunno if such (patch usage) content is listed in Zabbix Manual but i hope it does or be added if it doesnt...

      cheers

      Comment

      Working...