Alright, I've modified the script slightly, To bring over the source code 
m2crypto from the other script I wrote, And this is what I was greeted with 
upon running the netsukuku command. *sigh* Okay, Now, Hmm, I guess I have to 
get SSLv2_method somehow. 

Unless, Hmmm, I noticed, That one website told me to link site-packages to 
/opt/stackless/lib/python2.7

However, That folder already existed, So, Hmm, I think I'll have to link what 
ever files that are in the system folder, But not there. Hmm, I could just copy 
the system folder into that folder, And merge them. However, I'm not sure if 
that would affect what they can access, Or how I'd do that in terminal.



netsukuku@netsukuku-VirtualBox:~/netsukuku/pyntk$ sudo 
/opt/stackless/bin/python2.7 ntkd -i eth0 -vvv
2013-09-01 22:28:56,219 INFO:(__init__.py at line 66): /sbin/ip rule list
Traceback (most recent call last):
  File "ntkd", line 138, in <module>
    main()
  File "ntkd", line 118, in main
    from ntk.ntkd import NtkNode
  File "/home/netsukuku/netsukuku/pyntk/ntk/ntkd.py", line 26, in <module>
    import ntk.core.andna as andna
  File "/home/netsukuku/netsukuku/pyntk/ntk/core/andna.py", line 30, in <module>
    from ntk.lib.crypto import md5, fnv_32_buf, PublicKey
  File "/home/netsukuku/netsukuku/pyntk/ntk/lib/crypto.py", line 25, in <module>
    from M2Crypto import version_info
  File "/opt/stackless/lib/python2.7/site-packages/M2Crypto/__init__.py", line 
22, in <module>
    import __m2crypto
ImportError: /opt/stackless/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: 
undefined symbol: SSLv2_method
netsukuku@netsukuku-VirtualBox:~/netsukuku/pyntk$ 

I only made one change to the script, So I'll just copy paste that, P.S just 
running ntkd still returns the same error.

# Getting and installing M2Crypto!
wget https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.21.1.tar.gz
sudo tar xf M2Crypto-0.21.1.tar.gz
cd M2Crypto-0.21.1/
sudo /opt/stackless/bin/python2.7 setup.py build
sudo /opt/stackless/bin/python2.7 setup.py install
sudo python setup.py build
sudo python setup.py install
cd
_______________________________________________
Netsukuku mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku

Reply via email to