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

won't start with error "SQLITE version mismatch: compiled 3011000, now 3022000" after OS upgrade #1497

Closed
freerko opened this issue May 12, 2018 · 6 comments
Labels
compilation db state::fixed These issues should have been addressed. Pending confirmation by OP, will close soon otherwise

Comments

@freerko
Copy link

freerko commented May 12, 2018

Hi,

I upgraded a box with an about 1-2 week old commit of c-lightning from Ubuntu 16.04 to 18.04. After the upgrade I did a "make clean; git pull; make" and now c-lightning won't start with the error "SQLITE version mismatch: compiled 3011000, now 3022000".

On bitcointalk.org someone reported the same error message.

@cdecker
Copy link
Member

cdecker commented May 13, 2018

You compiled the daemon with the old version, and now the library was updated. You need to recompile using the new library.

@cdecker
Copy link
Member

cdecker commented May 24, 2018

@freerko any news on this?

@cdecker cdecker added the state::fixed These issues should have been addressed. Pending confirmation by OP, will close soon otherwise label May 24, 2018
@freerko
Copy link
Author

freerko commented May 28, 2018

After two weeks off I did a "make clean; git pull; make" again and got another compiler error about the HSM.
In another issue I found the hint to use "make distclean", and afterwards I was able to compile lightningd again.
So now everything works, closing this issue.

@georgevaccaro
Copy link

I have the opposite message when trying to run c-lightning v0.7.0.

lightningd: SQLITE version mismatch: compiled 3022000, now 3011000

My last version was clightning-v0.6.1.

Any ideas?

@cdecker
Copy link
Member

cdecker commented Mar 10, 2019

Did you compile the daemon on the same machine? Did you install this from the PPA, and are you up to date with sqlite3 update from your distro repo?

@georgevaccaro
Copy link

I just checked and I'm running Ubuntu 16.04. And... that is probably the problem. I just now realized I wasn't using 18.04 since I've had this node a while, but I grabbed the binary for 18.04...

Sorry to bother you. :/ Thanks for the reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilation db state::fixed These issues should have been addressed. Pending confirmation by OP, will close soon otherwise
Projects
None yet
Development

No branches or pull requests

3 participants