Scapy install issues. Nothing seems to actually be installed?

后端 未结 6 1752
情深已故
情深已故 2021-02-04 08:41

I have an apple computer running Leopard with python 2.6. I downloaded the latest version of scapy and ran \"python setup.py install\". All went according to plan

6条回答
  •  情深已故
    2021-02-04 09:36

    Install libdnet:http://libdnet.sourceforge.net/ and python-libpcat: http://sourceforge.net/projects/pylibpcap/

    For libdent:

    CFLAGS='-arch i386 -arch x86_64' ./configure --prefix=/usr
    archargs='-arch i386 -arch x86_64' make
    sudo make install
    cd python
    sudo python setup.py install
    

提交回复
热议问题