为什么我的pycurl不是针对Openssl编译的?

2024-06-16 13:53:00 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试在kali linux 2020 wfuzz上运行,但出现了以下错误

/usr/local/lib/python3.9/dist-packages/wfuzz-3.1.0-py3.9.egg/wfuzz/__init__.py:34: UserWarning:Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.

我也试过了,但不起作用:

sudo apt-get install build-essential fakeroot dpkg-dev
mkdir ~/python-pycurl-openssl
cd ~/python-pycurl-openssl
sudo apt-get source python-pycurl
sudo apt-get build-dep python-pycurl -y

有什么想法吗


Tags: buildgetlinuxlibusrlocal错误sudo