mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
undefined symbol: BrotliSharedDictionaryDestroyInstance #564
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@eustas commented on GitHub (Nov 20, 2025):
Hi.
BrotliSharedDictionaryDestroyInstanceshould be exported by libbrotlicommon.so in v1.2.0Please give more details on what and how you build. Likely there is library version mismatch.