Re: [pcre-dev] [Bug 1404] New: build fail due to "undefined …

Top Page
Delete this message
Author: rand
Date:  
To: Zoltán Herczeg
CC: pcre-dev
Subject: Re: [pcre-dev] [Bug 1404] New: build fail due to "undefined reference to `check_char_prop'" in pcre 8.34-trunk
Hi,

On Fri, Oct 25, 2013, at 10:43 AM, Zoltán Herczeg wrote:
> https://lists.exim.org/lurker/message/20131025.173753.f7e011ef.en.html


fyi,

svn info src/pcre | head
    Path: src/pcre
    Working Copy Root Path: /usr/local/src/pcre
    URL: svn://vcs.exim.org/pcre/code/trunk
    Repository Root: svn://vcs.exim.org/pcre
    Repository UUID: 2f5784b3-3f2a-0410-8824-cb99058d5e15
    Revision: 1384
    Node Kind: directory
    Schedule: normal
    Last Changed Author: zherczeg
    Last Changed Rev: 1384


cd pcre
sh autogen.sh
./configure ...
make -j4
make install
pcre-config --version
    8.34-RC


cd ../src/nginx-1.5.6
./configure ...
make
make install
nginx -V
    nginx version: nginx/1.5.6
    ...


does the job, thx!

rand