Opened 9 months ago
Last modified 9 months ago
#2613 new defect
How to make openresty to wait on dependent library to be built before openresty
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | documentation | Version: | 1.25.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | 1.15.8.3 |
Description
Hello Team,
I am using openresty package for my webserver needs, i have xyz.so library which is by default gets built in later stage, i want to add dependency so that xyz.so will be searched by openresty make file, if xyz.so is built , then openresty build will be proceeded.
Is there a way to achieve this in openresty make file, can you please help me out here
and also, if there is any issue in openresty makefile, which log i need to check for build error (i cant find autoconf.err in some cases and build says success but its not success)
Note:
See TracTickets
for help on using tickets.
I am able to link libraries to my nginx binary with ld opt option, build went success , i could see linking log also. but when i launch nginx binary , it says not -> nginx: error while loading shared libraries: abc.so , cannot open shared object file: No such file or directory. Help on these querries will help me move forward. Thanks in advance