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

Αρχική Σελίδα
Delete this message
Συντάκτης: Craig Silverstein
Ημερομηνία:  
Προς: Manoj Gupta
Υ/ο: 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