If I use the following method of installing rocksdb on Ubuntu 20.04.3 LTS
git clone https://github.com/ulikoehler/deb-buildscripts.git
cd deb-buildscripts
sudo ./deb-rocksdb.py
I get the following error
mv debian/librocksdb/usr/include debian/librocksdb-dev/usr
mv: cannot stat 'debian/librocksdb/usr/include': No such file or directory
It appears that there is no debian directory in the deb-buildscripts directory.
There is however, a deb-buildscripts/librocksdb/debian directory on the system and interestingly it contains a librocksdb-dev directory which then contains a usr directory.
The following is a pwd of this path that I just mentioned.
deb-buildscripts/librocksdb/debian/librocksdb-dev/usr
Any suggestions would be very much appreciated.
Thanks
Tim
If I use the following method of installing rocksdb on Ubuntu 20.04.3 LTS
I get the following error
It appears that there is no
debiandirectory in thedeb-buildscriptsdirectory.There is however, a
deb-buildscripts/librocksdb/debiandirectory on the system and interestingly it contains alibrocksdb-devdirectory which then contains ausrdirectory.The following is a
pwdof this path that I just mentioned.Any suggestions would be very much appreciated.
Thanks
Tim