Hi,
I'm trying to run abyss-sealer but with the normal installation (sudo apt-get install abyss), I can't get it to work. It doesn't recognize the command. So I'm trying to compile from source instead but I can't get pass the make step. It's throwing me errors stating it can't find -lsqlite3. So I reran ./configure pointing to the location of sqlite but I keep getting the same errors. Does anyone know where I'm going wrong?
./configure --with-sqlite=/usr/bin/sqlite
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
checking for main in -lsqlite3... no
make
/usr/bin/ld: cannot find -lsqlite3
Also if anyone has any idea as to why I cant' get abyss-sealer to work on the normal installation, your input would be much appreciated. The test case worked fine with the regular abyss command.
Thanks,
Jordan
There could be several reasons why it couldn't find sqlite3. Your configure option is pointing to sqlite not sqlite3 so make sure you have installed sqlite3 first.
Install the required dependencies mentioned in the documentation.