Welcome! Log In Create A New Profile

Advanced

Re: Can't load nginx.so: perl_parse() failed: 255

Andrey N. Oktyabrski
December 16, 2009 01:52AM
Pavel Ammosov wrote:
> On Tue, Dec 08, 2009 at 02:01:35AM +0300, Ihalainen Nickolay wrote:
>> в solaris perl sun C compiler собирает.
>
> На solaris можно собирать модули к родному perl через gcc, надо просто
> использовать команду perlgcc.
>
> ./configure \
> [..]
> --with-http_perl_module \
> --with-perl=/usr/perl5/bin/perlgcc \
Вообще-то под соляркой nginx прекрасно собирается sunstudio. И прекрасно
после этого работает. Вот такие опции (пути поправить при необходимости):
../configure \
--prefix=/opt/nginx \
--pid-path=/var/run/nginx.pid \
--error-log-path=/var/log/nginx_error.log \
--http-log-path=/var/log/nginx_access.log \
--http-proxy-temp-path=/var/nginx/nginx_proxy_temp \
--http-fastcgi-temp-path=/var/nginx/nginx_fastcgi_temp \
--http-client-body-temp-path=/var/nginx/nginx_client_body_temp \
--user=webservd \
--group=webservd \
--with-http_ssl_module \
--with-http_realip_module \
--with-http_dav_module \
--with-http_flv_module \
--with-imap \
--with-imap_ssl_module \
--with-http_stub_status_module \
--with-http_perl_module \
--with-perl=/usr/perl5/5.8.4/bin/perl \
--with-perl_modules_path=/opt/nginx/perl \
--with-cc=cc \
--with-cc-opt='-fast -xildoff -xipo -g -xdebugformat=dwarf
-I/usr/sfw/include' \
--with-ld-opt='-fast -xildoff -xipo -L/usr/sfw/lib
-R/usr/sfw/lib' \
--with-debug

_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

Can't load nginx.so: perl_parse() failed: 255

max_a December 07, 2009 05:18PM

Re: Can't load nginx.so: perl_parse() failed: 255

Ihalainen Nickolay December 07, 2009 06:02PM

Re: Can't load nginx.so: perl_parse() failed: 255

max_a December 07, 2009 06:17PM

Re: Can't load nginx.so: perl_parse() failed: 255

Ihalainen Nickolay December 09, 2009 03:36PM

Re: Can't load nginx.so: perl_parse() failed: 255

Pavel Ammosov December 15, 2009 04:00PM

Re: Can't load nginx.so: perl_parse() failed: 255

Andrey N. Oktyabrski December 16, 2009 01:52AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 283
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