Skip to content

fix: hide libsqlite3.so from system search folders #1797

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
Jun 23, 2025

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Jun 19, 2025

fix #1795

The pkgconfig config file for the custom sqlite is still installed in /usr/local/lib not to break builds finding it this way.
It might break some users but better not to break the system. The custom sqlite3 should really be an internal detail but it was present before so keeping all the -dev related files in /opt/_internal/sqlite3 for now (deprecation to be announced).

@mayeut mayeut marked this pull request as ready for review June 20, 2025 05:45
@auvipy auvipy merged commit 04addcc into pypa:main Jun 23, 2025
18 checks passed
@mr-c
Copy link

mr-c commented Jun 23, 2025

Thank you @mayeut and @auvipy !

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.

musllinux_1_2_x86_64 after 2025.02.02-1 + apk install nodejs: Error relocating /usr/bin/node: sqlite3session_attach: symbol not found
3 participants