Welcome! Log In Create A New Profile

Advanced

Re: while building own nginx module error to find user defined header file

July 20, 2016 08:30AM
I have makefile which provide other header file path and third party lib
path.
I have structure like this
module_folder/
1.module.cpp
2.config
3.Makefile

and having sub parent folder which contain other dependency code.

so please let me know what i should do

On Tue, Jul 19, 2016 at 3:14 PM, Pankaj Chaudhary <pankajitbhu@gmail.com>
wrote:

> Hi ,
> Thank you,
>
> after using this script also i am getting same error.
> I have makefile which provide other header file path and third party lib
> path.
> I have structure like this
> module_folder/
> 1.module.cpp
> 2.config
> 3.Makefile
>
> and having sub parent folder which contain other dependency code.
>
> so please let me know what i should do.
>
>
>
> On Mon, Jul 18, 2016 at 6:39 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:
>
>> Hello!
>>
>> On Mon, Jul 18, 2016 at 12:28:34PM +0530, Pankaj Chaudhary wrote:
>>
>> > I have written my own nginx module and i have my user defined header
>> files
>> > but while building i am getting error header file not found.
>>
>> If you are using header files in your module, you have to add your
>> module directory to the list of include paths.
>>
>> Assuming you are using auto/module script to configure your
>> module, you should do something like this in your module ./config
>> script:
>>
>> ngx_module_type=HTTP_AUX_FILTER
>> ngx_module_name=ngx_http_example_filter_module
>> ngx_module_incs=$ngx_addon_dir
>> ngx_module_deps=
>> ngx_module_srcs=$ngx_addon_dir/ngx_http_example_filter_module.c
>> ngx_module_libs=
>>
>> . auto/module
>>
>> --
>> Maxim Dounin
>> http://nginx.org/
>>
>> _______________________________________________
>> nginx mailing list
>> nginx@nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
>>
>
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

while building own nginx module error to find user defined header file

pankajitbhu July 18, 2016 03:00AM

Re: while building own nginx module error to find user defined header file

Maxim Dounin July 18, 2016 09:10AM

Re: while building own nginx module error to find user defined header file

pankajitbhu July 19, 2016 05:46AM

Re: while building own nginx module error to find user defined header file

pankajitbhu July 20, 2016 08:30AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 162
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready