Setting custom response headers

Igor Sysoev is at rambler-co.ru
Sun Jun 7 23:18:05 MSD 2009


On Sun, Jun 07, 2009 at 07:58:49AM -0400, ehudros2 wrote:

> Thanks for the help guys...
> Here's my configure line:
>  ./configure --sbin-path=/usr/sbin --with-http_ssl_module --conf-path=/etc/nginx --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_perl_module --prefix=/etc/nginx
> 
> I get a ton of "undefined reference" errors when it tries to compile the perl module (like "undefined reference to `perl_free'
> objs/src/http/modules/perl/ngx_http_perl_module.o: In function `ngx_http_perl_xs_init'")
> although I do have perl 5.8.8 installed. Do I need perl build headers? How do i install them?
> This is a much more difficult task than I originally thought it'd be ;)

What does ./configure show near this line:

checking for perl

and what does

grep lperl objs/Makefile

show ?


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list