Skip to content

undefined symbol: pcre_jit_stack_free #5

@amal-khailtash

Description

@amal-khailtash

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_free

Am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions