upgrade to bind 9.4.1 problem ?

Discussion in 'Site & Server Administration' started by xserverx, Nov 18, 2007.

  1. #1
    I upgrade bind with this :

    # wget http://ftp.isc.org/isc/bind9/9.4.1-P1/bind-9.4.1-P1.tar.gz
    # tar xvfz bind-9.4.1-P1.tar.gz
    # cd bind-9.4.1-P1
    # ./configure
    # make
    # make install



    but doesnt work I have always bind version is
    
    
    [root@server bind-9.4.1-P1]# named -v
    BIND 9.2.4
    
    
    PHP:
    OS: Centos
    CP ; Cpanel
    how can I make upgrade with the correct way ?
     
    xserverx, Nov 18, 2007 IP
  2. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #2
    You have to upgrade it from whm, not by installing from source, you can mess your system.
     
    st1905, Nov 18, 2007 IP
  3. yolau

    yolau Banned

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Actualy you should be able to manualy update it altough it is not recomanded.
     
    yolau, Nov 18, 2007 IP
  4. eggi

    eggi Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hey there,

    Since you're upgrading manually, have you checked the path of the named binary you're running your "named -v" command against?
    It looks as though the ISC distro is unpacking your new BIND software into a different location than where your current one resides.
    If you want to specify, include this on your configure line (at the very least - check the readme for the configure defaults)
    ./configure --prefix=/base/directory/under/which/you/want/the/various/subdirs/installed

    ex: ./configure --prefix=/usr/local would put your stuff in /usr/local/bin, /usr/local/sbin/, etc.

    That sounds like the problem. If you are going to manually upgrade, be sure to back up your old version before overwriting it :)

    , Mike
     
    eggi, Nov 18, 2007 IP
  5. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You cna do it through your WHM(root).

    "Namesever Setup" >> Enable Nameservers
     
    inworx, Nov 18, 2007 IP