joshnatis
joshnatis
Hi, Running `./configure` works with no errors at first, but running `make` afterwards yields: ```sh Makefile:4: .build/config.mk: No such file or directory Makefile:35: .build/cppcache: No such file or directory make:...
## Environment ``` $ python --version Python 3.8.10 $ uname -a Linux 4.4.0-19041-Microsoft #1237-Microsoft Sat Sep 11 14:32:00 PST 2021 x86_64 x86_64 x86_64 GNU/Linux ``` ## Description It seems that...
Hello, I'm having trouble getting the client to connect to Redis. Here is a rough reproducer: ```perl use Redis; my $r = Redis->new(server => $ENV{REDIS_URL}); ``` My Redis URL is...