Skip to content

undefined symbol: XML_SetHashSalt #2194

Description

I get the following output when trying to start sqlmap:

Traceback (most recent call last):
  File "/usr/bin/sqlmap", line 35, in <module>
    from lib.controller.controller import start
  File "/usr/share/sqlmap/lib/controller/controller.py", line 66, in <module>
    from lib.core.target import initTargetEnv
  File "/usr/share/sqlmap/lib/core/target.py", line 71, in <module>
    from lib.core.xmldump import dumper as xmldumper
  File "/usr/share/sqlmap/lib/core/xmldump.py", line 18, in <module>
    from xml.parsers.expat import ExpatError
  File "/usr/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
    from pyexpat import *
ImportError: /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so: undefined symbol: XML_SetHashSalt

This is on Kali after doing an upgrade, don't really know what is causing this one though

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions