frappe / books

Free Accounting Software
https://frappe.io/books
GNU Affero General Public License v3.0
2.68k stars 614 forks source link

Error after new release #848

Closed hafeesk closed 3 months ago

hafeesk commented 4 months ago

Description

Add some description...

Steps to Reproduce

Add steps to reproduce the error...

Info

Error: _DatabaseError: Error /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/Frappe Books/resources/app.asar.unpacked/node_modules/better-sqlite3/build/Release/bettersqlite3.node)

Stack:

Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/Frappe Books/resources/app.asar.unpacked/node_modules/better-sqlite3/build/Release/better_sqlite3.node)
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1869)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1226:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2096)
    at Module.load (node:internal/modules/cjs/loader:1011:32)
    at Module._load (node:internal/modules/cjs/loader:846:12)
    at Function.f._load (node:electron/js2c/asar_bundle:2:13377)
    at Module.require (node:internal/modules/cjs/loader:1035:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at bindings (/opt/Frappe Books/resources/app.asar/node_modules/bindings/bindings.js:112:48)
    at new Database (/opt/Frappe Books/resources/app.asar/node_modules/better-sqlite3/lib/database.js:48:64)

Version: 0.21.1 Platform: linux Path: /index.html Language: -

Isaac-GC commented 4 months ago

Hi @hafeesk,

This looks to be more of an issue related to your system distribution than Frappe Books.

What version of linux are you using? (i.e. Ubuntu 22.04, Arch Linux, etc) (if you need help finding this, try using cat /etc/os-release, lsb_release -a, or hostnamectl)

hafeesk commented 3 months ago

It was related to os version,working now closing