Skip to content

Library Linking is not Working #71

Open
@azertyIA

Description

@azertyIA

I wanted to try what backend development would be like in Haskell, so I'm kind of new to this, but I keep getting this error log. I tried setting my env path to the Postgres 17 libs and bins, and a bunch of other alternatives, and it seems it found some form of a libpq file. Still, there's not enough information or context on what library linking even means here, so I'm probably missing something big (for example using Windows might just be a massive hindrance).

checking for the pg_config program... C:\Program Files\PostgreSQL\17\bin\pg_config.exe
checking for the PostgreSQL libraries CPPFLAGS... -IC:/PROGRA~1/POSTGR~1/17/include
checking for the PostgreSQL libraries LDFLAGS... -LC:/PROGRA~1/POSTGR~1/17/lib
checking for the PostgreSQL libraries LIBS... -lpq 
checking for the PostgreSQL version... 17.2        
checking if PostgreSQL version 17.2 is >= 10.22... yes
checking for libpq-fe.h... yes
checking for the PostgreSQL library linking is working... no

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