fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure scylla: error: argument --with: invalid choice: 'pedis' (choose from 'scylla', 'iotune')

zhao8486814 opened this issue · comments

I tried the following:
git clone git@github.com:fastio/pedis.git
git submodule update --init --recursive
sudo ./install-dependencies.sh
./configure.py --mode=release --with=pedis
ninja-build -j16 # Assuming 16 system threads.
build/release/pedis --max-io-requests 1024 --smp 2

I get following error:

Configure scylla: error: argument --with: invalid choice: 'pedis' (choose from 'scylla', 'iotune')

Can someone help me fix this? Thanks

I have the same problem。。。How did you get over it?