Figured out that you need to: ./configure --enable-cppapi when configuring the trafficserver build.
But still the question remains, is using atscppapi lib to develop plugins the way of the future? On Thu, May 5, 2016 at 9:32 AM, Akbar Said <xbro.aka...@gmail.com> wrote: > Hi folks, > > Just wanted to check, is using atscppapi a current or "future" way of > coding plugins in trafficserver? If so, is there a proper documentation for > that? > > I am sure one can still do it by reading the example code, and > understanding the API classes. But I couldn't find any doc on how to > properly compile and install the plugin, unless I read through the > auto-generated Makefiles, etc. > > In other words, I am looking for something like > http://trafficserver.readthedocs.io/en/latest/developer-guide/plugins/index.en.html > but using the atscppapi lib. > > I would appreciate if someone could point to a doc file, if any. > > Thanks, > -A >