Skip to content

Dynamic loading not supported #925

@setop

Description

@setop

Introduction

upgrading from 0.34.0 to 0.35.1, sqlpage fails to connect to database

To Reproduce

  • cd into project directory
  • launch sqlpage

Actual behavior

[2025-05-27T21:38:38.949Z INFO  sqlpage] Loaded environment variables from "/home/setop/moviegallery/.env"
[2025-05-27T21:38:38.970Z INFO  sqlpage::app_config] Configuration loaded from /home/setop/moviegallery/sqlpage
[2025-05-27T21:38:38.972Z INFO  sqlpage::webserver::database::connect] Loading SQLite extension: ext/text.so
[2025-05-27T21:38:38.989Z WARN  sqlpage::webserver::database::connect] Failed to connect to the database: error returned from database: (code: 0) Dynamic loading not supported. Retrying in 5 seconds.
[2025-05-27T21:38:43.991Z WARN  sqlpage::webserver::database::connect] Failed to connect to the database: error returned from database: (code: 0) Dynamic loading not supported. Retrying in 5 seconds.
[2025-05-27T21:38:48.994Z WARN  sqlpage::webserver::database::connect] Failed to connect to the database: error returned from database: (code: 0) Dynamic loading not supported. Retrying in 5 seconds.

Expected behavior

[2025-05-27T21:35:51.865Z INFO  sqlpage] Loaded environment variables from "/home/setop/moviegallery/.env"
[2025-05-27T21:35:51.870Z INFO  sqlpage::webserver::database::connect] Loading SQLite extension: ext/text.so
[2025-05-27T21:35:51.880Z INFO  sqlpage::webserver::database::migrations] Not applying database migrations because '/home/setop/moviegallery/sqlpage/migrations' does not exist
✨ SQLPage v0.34.0 started successfully! ✨

Version information

  • OS: Debian 12.8
  • Database : SQLite
  • SQLPage Version : 0.35.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions