[Bug]: do not start due to libc change #1269

Closed
opened 2026-04-24 23:37:58 +02:00 by adam · 3 comments
Owner

Originally created by @nephaste on GitHub (Jul 19, 2023).

Describe the issue

I built Qnap NAS QPKG for Audiobookshelf

https://www.myqnap.org/product/audiobookshelf/

but your last version 2.3.2 is breaking start due to libc issue on sqlite node module

image

i am building QPKG with the ppa version you propose , since you only propose a docker version and no instruction to build it from source

all Qnap users was very happy to have an undockerised version, can you please fix this issue ?

thanks a lot from all Qnap Community

Steps to reproduce the issue

  1. Load Qnap QPKG
  2. /etc/init.d/Audiobookshelf.sh restart
  3. bring the error on startup

Audiobookshelf version

3.2.3

How are you running audiobookshelf?

Debian/PPA

Originally created by @nephaste on GitHub (Jul 19, 2023). ### Describe the issue I built Qnap NAS QPKG for Audiobookshelf https://www.myqnap.org/product/audiobookshelf/ but your last version 2.3.2 is breaking start due to libc issue on sqlite node module ![image](https://github.com/advplyr/audiobookshelf/assets/3392684/b192f0e7-9c01-4797-9928-a70d7630d8ed) i am building QPKG with the ppa version you propose , since you only propose a docker version and no instruction to build it from source all Qnap users was very happy to have an undockerised version, can you please fix this issue ? thanks a lot from all Qnap Community ### Steps to reproduce the issue 1. Load Qnap QPKG 2. /etc/init.d/Audiobookshelf.sh restart 3. bring the error on startup ### Audiobookshelf version 3.2.3 ### How are you running audiobookshelf? Debian/PPA
adam added the bug label 2026-04-24 23:37:58 +02:00
adam closed this issue 2026-04-24 23:37:58 +02:00
Author
Owner

@nephaste commented on GitHub (Jul 19, 2023):

if i remember to avoid this issue you need build node_sqlite3 from source

npm install --build-from-source

@nephaste commented on GitHub (Jul 19, 2023): if i remember to avoid this issue you need build node_sqlite3 from source npm install --build-from-source
Author
Owner

@advplyr commented on GitHub (Jul 19, 2023):

Yeah unfortunately there isn't much I can do about it since we are using sqlite now. I don't know anything about Qnap

https://www.npmjs.com/package/sqlite3

@advplyr commented on GitHub (Jul 19, 2023): Yeah unfortunately there isn't much I can do about it since we are using sqlite now. I don't know anything about Qnap https://www.npmjs.com/package/sqlite3
Author
Owner

@nephaste commented on GitHub (Jul 20, 2023):

Hi thanks for the answer

any chance to get the nativ build instruction, i can compile it on nativ Linux for the old glibc
We have a lot of users using it and this issue is real problem..

thanks a lot

@nephaste commented on GitHub (Jul 20, 2023): Hi thanks for the answer any chance to get the nativ build instruction, i can compile it on nativ Linux for the old glibc We have a lot of users using it and this issue is real problem.. thanks a lot
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1269