« Return to Thread: Cryptlib Python bindings __res_query undefined

Cryptlib Python bindings __res_query undefined

by jp.morlet :: Rate this Message:

Reply to Author | View in Thread

This error disappeared after adding the "resolv" library in "setup.py"

else:
    ext = Extension("cryptlib_py",
                    sources=["python.c"],
                    library_dirs=['..'],
                    libraries=['cl','resolv'])


_______________________________________________
Cryptlib mailing list
Cryptlib@...
Administration via Mail: cryptlib-request@...
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

 « Return to Thread: Cryptlib Python bindings __res_query undefined