ideawu / ssdb

SSDB - A fast NoSQL database, an alternative to Redis
http://ssdb.io/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.4k forks source link

cp: cannot stat 'ssdb-server': No such file or directory #1194

Open zero-master opened 6 years ago

zero-master commented 6 years ago
ar: `u' modifier ignored since `D' is the default (see `U')
##### building jemalloc finished #####
mkdir -p /usr/local/ssdb
mkdir -p /usr/local/ssdb/_cpy_
mkdir -p /usr/local/ssdb/deps
mkdir -p /usr/local/ssdb/var
mkdir -p /usr/local/ssdb/var_slave
cp -f ssdb-server ssdb.conf ssdb_slave.conf /usr/local/ssdb
cp: cannot stat 'ssdb-server': No such file or directory
Makefile:31: recipe for target 'install' failed
make: *** [install] Error 1
zero-master commented 6 years ago

I've used these install instructions:

wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zip
unzip master
cd ssdb-master
sudo make install

Linux 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux

ideawu commented 6 years ago

You should make before make install, as the document writes:

$ wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zip
$ unzip master
$ cd ssdb-master
$ make
$ #optional, install ssdb in /usr/local/ssdb
$ sudo make install