Skip to content

fix(ci/release): add SQLite dependencies for NodeJS #22

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

Merged
merged 1 commit into from
Mar 24, 2025
Merged

Conversation

dbnk0
Copy link
Collaborator

@dbnk0 dbnk0 commented Mar 24, 2025

Adds two new SQLite dependencies as a workaround to fix issue with undefined symbol sqlite3session_attach in shared libraries for NodeJS 22.14:

/usr/bin/node-22: symbol lookup error: /lib64/libnode.so.127: undefined symbol: sqlite3session_attach

This probably has to do with PR nodejs/node#54181.

Adds two new SQLite dependencies as a workaround to fix issue with undefined
symbol `sqlite3session_attach` in shared libraries for NodeJS 22.14:

/usr/bin/node-22: symbol lookup error: /lib64/libnode.so.127: undefined symbol: sqlite3session_attach

This probably has to do with PR nodejs/node#54181.
@dbnk0 dbnk0 requested a review from xsedla1o March 24, 2025 13:33
@dbnk0 dbnk0 self-assigned this Mar 24, 2025
@dbnk0 dbnk0 merged commit b4e56fa into main Mar 24, 2025
3 of 4 checks passed
@dbnk0 dbnk0 deleted the fix_release_ci branch March 24, 2025 13:43
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

Successfully merging this pull request may close these issues.

2 participants