facebook / facebook/rocksdb

default installation folder shoulbe be /usr/local, not /usr

Open
#4,831 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
32.1k
Forks
6.9k
Avg merge
32m
Merged PRs (30d)
1

Description

> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev

### Expected behavior

by default user compiles/installed packages should land on /usr/local/ not /usr/

### Actual behavior

installation files land on /usr/* instead of /usr/local

### Steps to reproduce the behavior

```bash
mkdir _build
cd _build
cmake ..
make
sudo make install
ls -al /usr/local/include/rocksdb # -> error
ls -al /usr/include/rocksdb # -> files are here
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.