Results 1 to 4 of 4

Thread: apachetop

  1. #1
    Join Date
    Sep 2009
    Beans
    2

    apachetop

    Hi, does anyone know how to install apachetop on ubuntu 9.04?

    i had install on repository using apt-get, but still didn't worked.

  2. #2
    Join Date
    Jan 2008
    Beans
    103

    Re: apachetop

    I installed it on hardy and it's working fine, but after rereading your post I tried it with jaunty.

    It installed ok, but when I tried to run it I got this error

    ** buffer overflow detected ***: apachetop terminated.

    I have attached the complete output
    Attached Files Attached Files

  3. #3
    Join Date
    Sep 2009
    Beans
    2

    Re: apachetop

    Same prob with me. Its buffer overflow error.

    Does anyone have success install apachetop on ubuntu 9.04 ?

  4. #4
    Join Date
    Mar 2008
    Location
    Cincinnati, Ohio
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: apachetop

    There seems to be a bug with apachetop 0.12.6-9 (the version in Jaunty)

    I have been using 0.12.6-7 from Hardy just fine.

    To install 0.12.6-7 on:
    -- Jaunty x86_64
    Code:
    sudo aptitude remove apachetop
    wget http://mirrors.kernel.org/ubuntu/pool/universe/a/apachetop/apachetop_0.12.6-7_amd64.deb
    sudo dpkg -i apachetop_0.12.6-7_amd64.deb
    rm apachetop_0.12.6-7_amd64.deb
    sudo aptitude hold apachetop
    -- Jaunty i686
    Code:
    sudo aptitude remove apachetop
    wget http://mirrors.kernel.org/ubuntu/pool/universe/a/apachetop/apachetop_0.12.6-7_i386.deb
    sudo dpkg -i apachetop_0.12.6-7_i386.deb
    rm apachetop_0.12.6-7_i386.deb
    sudo aptitude hold apachetop
    Last edited by karlwilbur; September 29th, 2009 at 11:10 PM.
    --
    Karl Wilbur

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •