-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I have compiled pcre-8.36 on RHEL6.4 x86_64 using the following configure command:
./configure \
--enable-jit --enable-pcre16 --enable-pcre32 \
--enable-pcregrep-libz --enable-pcregrep-libbz2 \
--enable-pcretest-libreadline \
--enable-utf --enable-unicode-properties --disable-stack-for-recursion
When I try to import pcre, I get the following error:
% python -c "import pcre"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "pcre.py", line 29, in <module>
import _pcre
ImportError: _pcre.so: undefined symbol: pcre_jit_stack_freeAm I missing something?
Metadata
Metadata
Assignees
Labels
No labels