Skip to content

create extensions failed #306

Open
Open
@aolaog

Description

@aolaog

Hi, i had compile mysql_fdw source code completely. And i had start my postgresql ,but execute command:
CREATE EXTENSION mysql_fdw;
occured below errors:
postgres=# CREATE EXTENSION mysql_fdw;
ERROR: failed to load the mysql query:
(null)
HINT: Export LD_LIBRARY_PATH to locate the library.

i had add mysql's libs to /etc/ld.so.conf.d/mysql.conf:
/opt/software/mysql-8.3.0/lib
/opt/software/mysql-8.3.0/lib/private
/opt/software/mysql-8.3.0/lib/plugin
/opt/software/mysql-8.3.0/lib/private/sasl2

all is likely normal, but get errors. i had try reinstall mysql_fdw on another server, get the same error? any one can help me ? thanks.
Postgresql version: 15.5
mysql version: 8.3.0
mysql_fdw version: 2.9.0 or 2.9.1

i also review the mysql_fdw's source , and found in mysql_fdw.c has 'failed to load the mysql query' at _PG_init()

1715929124783

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions