Skip to content

How to find headers in /usr/include/psql? #121

@peti

Description

@peti

The postgresql-devel package on openSUSE Linux install the header files for libpq into the directory /usr/include/pgsql, where the RPostgreSQL build process won't find them. Is there a way to configure that build to discover that directory during its configure phase?

Also, I kinda wonder why configure won't just call

$ pkg-config --cflags libpq
-I/usr/include/pgsql

to discover the necessary compiler flags?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions