Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: nginx не собирается
- To: "Viatcheslav E. Kouznetsov" <nginx-ru@xxxxxxxxx>
- Subject: Re[2]: nginx не собирается
- From: Igor Savchenko <dicsydel@xxxxxxxxx>
- Date: Mon, 12 Jan 2009 08:52:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:x-priority :message-id:to:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=EAT1fvHbsl20J9dX4aL++O5wWDNLpFZ3VzhhpPL9ISo=; b=Wjq+cE5vp81BVWWvZ95fciXdAqfPLVyaAoO9ACy2CXiS+vWzeofN6wCWJRbrTvyxGA TX+B9jmeA7VDMOOmHE+CnPYPIbH5k9YcfYupbotS8RgLSe+0hiITMRF9OgaLQ90Up6hk G80zbUP86NwX+6XIWZ9dBqlngxizXL/QJ3Dec=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:x-priority:message-id:to:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; b=j134iHMjX17H0eJ7Lcv2cF8CVbLivqtQH+36d6g9f2Q3Vf3N3uabV7ybZ18ZrdMz1N nR+k2KX95f3QiGDEZQwSusi8+nA/jcAvmeus1/nXS2XlL77ufaC4ww9dnKCdvTwQYvJu 5lgC3mNxDIPNYrSFxYLzbVapJMkWNzNQz5BbY=
- In-reply-to: <200901120945.28748.slava@xxxxxxx>
- References: <155770196.20090112022231@xxxxxxxxx> <200901120945.28748.slava@xxxxxxx>
Hello Viatcheslav,
Monday, January 12, 2009, 8:45:28 AM, you wrote:
> В сообщении от 12 января 2009 03:22 Igor Savchenko написал(a):
>> Hello Igor,
>>
>> mach/CORE -g " NGX_PCRE=YES
>> NGX_OBJS=objs perl Makefile.PL
>> LIB=
>> INSTALLSITEMAN3DIR= Writing Makefile for
>> nginx
>> cp -p src/http/modules/perl/nginx.* objs/src/http/modules/perl/
>> cd objs/src/http/modules/perl && make
>> cp nginx.pm blib/lib/nginx.pm
>> /usr/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap
>> /usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap nginx.xs >
>> nginx.xsc && mv nginx.xsc nginx.c Please specify prototyping behavior for
>> nginx.xs (see perlxs manual) cc -c -I ../../../../../src/core -I
>> ../../../../../src/event -I ../../../../../src/os/unix -I
>> ../../../../../src/http -I ../../../../../src/http/modules -I
>> ../../../../../src/http/modules/perl -I ../../../../../objs
>> -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK
>> -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
>> -Wdeclaration-after-statement -I/usr/local/lib/perl5/5.8.8/mach/CORE -g -O
>> -DVERSION=\"0.7.30\" -DXS_VERSION=\"0.7.30\" -DPIC -fPIC
>> "-I/usr/local/lib/perl5/5.8.8/mach/CORE" nginx.c In file included from
>> ../../../../../src/core/ngx_core.h:61,
>> from nginx.xs:10:
> Ну так ясно же пишет
> ../../../../../src/core/ngx_regex.h:14:18: pcre.h: No such file or
> directory In file included from
> ../../../../../src/core/ngx_core.h:61,
> from nginx.xs:10:
> Значит не может найти libpcre...
./configure ...
...
checking for PCRE library in /usr/local/ ... found
...
А ./configure пишет что нашел. :-(
--
Best regards,
Igor mailto:dicsydel@xxxxxxxxx
|