« Return to Thread: Cryptlib Python bindings __res_query undefined

Re: Cryptlib Python bindings __res_query undefined

by Peter Gutmann :: Rate this Message:

Reply to Author | View in Thread

jp.morlet@... writes:

>This error disappeared after adding the "resolv" library in "setup.py"
>
>else:
>    ext =3D Extension("cryptlib_py",
>                    sources=3D["python.c"],
>                    library_dirs=3D['..'],
>                    libraries=3D['cl','resolv'])

This should really be solved at the cryptlib build level, which OS was this
on?  tools/getlibs.sh should find the right libs for the build, so it'd be
best to fix things at that level.

Peter.


_______________________________________________
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