Skip to content

Cannot compile #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ErikLentz opened this issue Jan 9, 2017 · 3 comments
Closed

Cannot compile #4

ErikLentz opened this issue Jan 9, 2017 · 3 comments

Comments

@ErikLentz
Copy link

make
cc -Wall -Wpointer-arith -O2 -g -fno-stack-protector -fomit-frame-pointer -mtune=core2 -DP_OS_LINUX -DP_SSL_OPENSSL -c -o pcompat.o pcompat.c
In file included from pcompat.c:35:0:
plibs.h:35:21: fatal error: sqlite3.h: No such file or directory
#include <sqlite3.h>
^
compilation terminated.
: recipe for target 'pcompat.o' failed
make: *** [pcompat.o] Error 1

Where is the required sqlite3.h?

@rzr
Copy link

rzr commented Aug 22, 2020

yes you need to add some libs:

For debian and derived:

sudo apt-get install
libsqlite3-dev
libfuse-dev
libssl1.0-dev \

@ErikLentz
Copy link
Author

Thanks.

@rzr
Copy link

rzr commented Sep 1, 2020

This will help too:

#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants