Hi Igor, When I tried to install "ncurses-dev" on Ubuntu 14.04, I am recommended to install "libncurses5-dev", so I installed libncurses5-dev.
sudo apt-get install ncurses-dev Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'ncurses-dev' libncurses5-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. Then configure the source code, configuration out put shows ncurse is there. cd trafficserver/ autoreconf -if checking for working ncurses/curses.h... no checking for working ncurses.h... yes After a brand new ATS installation, both “traffic_top” and “tstop” are still NOT there. I am not sure whether it is a build bug or my build environment, anyone here install ATS on Ubuntu 14.04 and can get these two commands installed correctly? Just checked one of Docker image she docker hub, these two commands are also missed. thanks Huaping Gu On Sun, Mar 15, 2015 at 12:15 AM, Igor Galić <[email protected]> wrote: > > > ----- On 14 Mar, 2015, at 00:58, Huaping Gu <[email protected]> wrote: > > Hi, > After installed ATS 5.2 on Ubuntu 14.04, noticed that “traffic_top” > command is gone, tstop is also not there. > > I built source code from scratch on Ubuntu, installation is pretty smooth, > ATS can start and work correctly (ESI plugin works too). > > you'll need ncurses-dev installed to build traffic_top > (you might notice that the man page does get built and installed) > > Any one met same as me? Or these two commands are removed intentionally. > > > From release notes, found one CLOSED bug. > https://issues.apache.org/jira/browse/TS-3047 > > > I still keep the previous version 5.1.2 on my Mac OS X Yosemite, both > “traffic_top” and “tstop” are in ./bin/ folder. > > thanks > > > -- > Igor Galić > > Tel: +43 (0) 664 886 22 883 > Mail: [email protected] > URL: http://brainsware.org/ > GPG: 8716 7A9F 989B ABD5 100F 4008 F266 55D6 2998 1641 >
