error
make cd src && make all make[1]: Entering directory '/home/kali/Desktop/OSINT/redis-stable/src' /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found
Hint: It's a good idea to run 'make test' ;)
make[1]: Leaving directory '/home/kali/Desktop/OSINT/redis-stable/src'
┌──(root㉿kali)-[/home/kali/Desktop/OSINT/redis-stable] └─# sudo make install cd src && make install make[1]: Entering directory '/home/kali/Desktop/OSINT/redis-stable/src' /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found
Hint: It's a good idea to run 'make test' ;)
INSTALL redis-server
INSTALL redis-benchmark
INSTALL redis-cli
make[1]: Leaving directory '/home/kali/Desktop/OSINT/redis-stable/src'
python3 app.py -e prod
Traceback (most recent call last):
File "/home/kali/Desktop/OSINT/iKy-pack/backend/app.py", line 2, in
can you help?
First of all, redis is already installed in new versions of Kali. It isn't needed install it anymore.
Between "sudo make install" and "python3 app.py -e prod" did you ran "pip install -r requirements.txt"?
I use
wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable make sudo make install cd ..
unzip iKy.zip
cd iKy-pack
pip install -r requirements.txt
cd backend
python3 app.py -e prod