Skip to content

UDR module #10

@Wan-Derer

Description

@Wan-Derer

Hi! I'm trying to use Tescontainers with firebirdsql/firebird:5.0.2 container. My scenario is:

  • start container;
  • copy my Master DB into it as /var/lib/firebird/data/test.fdb;
  • copy data.sql file with some INSERT commands;
  • execute command "isql -i data.sql, test.fdb" to populate the DB.

I receive the error:
Statement failed, SQLSTATE = HY000
UDR module not loaded
-/opt/firebird/plugins/udr/libbvUDRCore.so: cannot open shared object file: No such file or directory
After line 0 in file /var/lib/firebird/data/data.sql

How can I fix the error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions