To compile loggerfs from source you'll need the following packages/ libraries:
- libfuse2
- libfuse-dev
- libxml2-dev
- libboost-regex-dev
- libmysqlclient15-dev and libmysqlclient15off (for MySQL support)
- libpq-dev and libpqxx-dev (for PostgreSQL support)
To install the debian packages you'll need the following software:
- libfuse2
- libxml2
- libboost-regex1.33.1 or libboost-regex-1.34.1
- libmysqlclient15off (for MySQL support)
- libpq5, libpqxx-2.6.8 or libpqxx-2.6.9 (for PostgreSQL support)
All of that will automatically be taken care of if you use the following command:
dpkg -i loggerfs_0.5-1_i386.deb | apt-get -f install
If you downloaded the amd64 version of the deb package, then simply replace i386 w/ amd64 in the above command.
Post new comment