Hi Andrew,
As an update the Passenger 5.0.28 version they just released seem to
work fine and does not cause any issue .
Here is the config args
# nginx -V
nginx version: nginx/1.10.0
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
built with OpenSSL 1.0.1e-fi
Hi Andrew ,
Thank you. Here are some more from strace and whats shown in stdout
while compiling . Not sure if its gonna help .
##
relevant portion of strace nginx -t
open("/etc/group", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1
Hi Anoop,
The "config" file that comes with the source of a module is a shell
script that is executed by our build system. If it modifies things
inside our build system then there isn't a lot we can do for that.
Things have improved with the way you define dynamic modules in that
file but it
the passenger community is not aware of any issues where passenger
breaks other modules.
Pardon me if I am wrong - I am not a c programmer so my knowledge here
is limited. But shouldn't nginx offer a mechanism by which one module
should not be interfering with loading of another module .
I have n
Hi Anoop,
Yes, it would probably be better to contact their community. I would
also recommend trying the latest GitHub checkout of their 5.0 branch as
the changes there may have already fixed it.
Kind Regards
Andrew
On 27/04/16 16:52, Anoop Alias wrote:
Hi Andrew,
Yes you are correct . Wit
Hi Andrew,
Yes you are correct . Without passenger naxsi is loading and working fine.
So I should be contacting passenger list with the error right?
Thank you,
Anoop
On Wed, Apr 27, 2016 at 8:03 PM, Andrew Hutchings wrote:
> Hi Anoop,
>
> This looks to me like another module has broken the l
Hi Anoop,
This looks to me like another module has broken the linking a bit.
Possibly Passenger given the symbols triggering the error and the fact
they released a fix for their module linking 8 days ago.
Can you try compiling without Passenger and then starting NGINX to see
if this fixes it
I build naxsi-0.55rc1 as a module for nginx 1.10.0 and getting the
following 2 different error on centos7 and centos6
Error on Centos6
nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_naxsi_module.so"
failed (/etc/nginx/modules/ngx_http_naxsi_module.so: undefined symbol:
pp_get_app_type_name)