Re: c++ dynamic module fails to load

2019-09-24 Thread astre
Thanks Maxim. I have updated my source to reflect the addon name. It is working. Ill get back once I get deep into auto/module and auto/make :) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285679,285701#msg-285701 ___ nginx mailing list n

Re: c++ dynamic module fails to load

2019-09-24 Thread Maxim Dounin
Hello! On Tue, Sep 24, 2019 at 05:05:59AM -0400, astre wrote: > Hi All, > > I have a C++ module developed for apache HTTP which now Im trying to port to > Nginx. For this I started reading about creating dynamic modules and > specifically c++. I already found ngx_cpp_test_module.cpp in the sourc

c++ dynamic module fails to load

2019-09-24 Thread astre
Hi All, I have a C++ module developed for apache HTTP which now Im trying to port to Nginx. For this I started reading about creating dynamic modules and specifically c++. I already found ngx_cpp_test_module.cpp in the source and able to compile it. I extended it a little and wrote a hello world p