undefined symbol: BrotliSharedDictionaryDestroyInstance #564

Open
opened 2026-01-29 20:45:53 +00:00 by claunia · 1 comment
Owner

Originally created by @CrazyBeeline on GitHub (Nov 14, 2025).

cat /etc/os-release

NAME="openEuler"
VERSION="24.03 (LTS)"
ID="openEuler"
VERSION_ID="24.03"
PRETTY_NAME="openEuler 24.03 (LTS)"
ANSI_COLOR="0;31"

build error
/usr/bin/cmake: symbol lookup error: /usr/lib64/libbrotlidec.so.1: undefined symbol: BrotliSharedDictionaryDestroyInstance

Originally created by @CrazyBeeline on GitHub (Nov 14, 2025). cat /etc/os-release NAME="openEuler" VERSION="24.03 (LTS)" ID="openEuler" VERSION_ID="24.03" PRETTY_NAME="openEuler 24.03 (LTS)" ANSI_COLOR="0;31" build error /usr/bin/cmake: symbol lookup error: /usr/lib64/libbrotlidec.so.1: undefined symbol: BrotliSharedDictionaryDestroyInstance
Author
Owner

@eustas commented on GitHub (Nov 20, 2025):

Hi. BrotliSharedDictionaryDestroyInstance should be exported by libbrotlicommon.so in v1.2.0
Please give more details on what and how you build. Likely there is library version mismatch.

@eustas commented on GitHub (Nov 20, 2025): Hi. `BrotliSharedDictionaryDestroyInstance` should be exported by libbrotlicommon.so in v1.2.0 Please give more details on what and how you build. Likely there is library version mismatch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#564