Saulius Žemaitaitis
Saulius Žemaitaitis
Looks like libcrypt is missing. You may try installing it explicitly. If that doesn't work let me know and I'll spin up a VM to try it out.
Looks like libcrypt.a in glibc-static is broken in Centos/Fedora/Redhat systems since at least 2012. Someone reported success using libcrypt from ubuntu as noted here: http://forums.fedoraforum.org/archive/index.php/t-284210.html I'll keep the issue open...
Cool, thanks for checking! On Mon, 3 Oct 2016 at 12:22, Vyronas Tsingaras [email protected] wrote: > It compiles successfully when using dynamic linking instead of static by > removing '-static'...
Hi @sunny137. First of all I must say that this is not so much of a port, it's based on some blog posts I found about compiling rpcapd on Linux,...
I initially used this tool with Wireshark as a remote sensor, where the daemon would run on a Linux machine with WiFi cards that could monitor and Windows users would...
You can already use inline python conditionals like so: ``` a(bar=("foo" if condition else "baz")) ```
AFAIK pyjade uses its own implementation of Jade language so it's not as straightforward as updating library bindings.