Re: [pcre-dev] Runtime issue in pcre-7.8 build

トップ ページ
このメッセージを削除
著者: Craig Silverstein
日付:  
To: Manoj Gupta
CC: pcre-dev, parveen.jain
題目: Re: [pcre-dev] Runtime issue in pcre-7.8 build
} ./SIP_TEST: symbol lookup error: ./SIP_TEST: undefined symbol:
} _ZN7pcrecpp2RE6no_argE

I think pcre 7.8 is pretty ancient. Can you try updating to a more
recent pcre and seeing if that works for you?

As for what's going wrong, the signature of no_arg has changed from
version to version of pcrecpp. My guess is that somehow you compiled
with one version of the library, but are actually running it with
another. If you're on linux, ldd can help resolve that.

craig