Skip to content
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

configure error please install sqlite3 binary #31

Closed
lizemin5235 opened this issue May 21, 2022 · 2 comments
Closed

configure error please install sqlite3 binary #31

lizemin5235 opened this issue May 21, 2022 · 2 comments

Comments

@lizemin5235
Copy link

I want to compile the GDAL webAssembly archive(*.a file) to use in my own project, but when I process the build follow your makefile in this repos, it shows the error:"configure error: please intall sqlite3 binary". I can see the file "sqlite" in the build/usr/bin folder,but it is not the binary needed. Wasm binary/executable may only be used in nodejs or browser environment...Can you help me with the error? many thanks...

@lizemin5235
Copy link
Author

this error can fixed by apt-get libsqlite3

@bugra9
Copy link
Owner

bugra9 commented May 25, 2022

Hi,

Thanks for sharing the solution to this issue. I updated Readme.md file.

Additional information: Proj needs sqlite3 executable for build architecture to create projection database. After creating database it doesn't need sqlite3 executable.
https://proj.org/install.html

Build requirements
SQLite3 >= 3.11: headers and library for target architecture, and sqlite3 executable for build architecture.

@bugra9 bugra9 closed this as completed May 25, 2022
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