Hi, I'm trying to build "sf" package in R on Fedora 32 but it fails to configure gdal. The error output is below:
It seems to be some issue referring to a postgres lib? I have libpq-devel installed. I googled for hours and I'm still stuck. Please let me know what other information I can provide to help troubleshoot. /usr/bin/ld /usr/lib64/libgdal.so ld: warning: cannot find entry symbol _start; not setting start address ld: /usr/lib64/libgdal.so: undefined reference to `PQcmdStatus@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQfname@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQsetNoticeProcessor@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQftable@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQstatus@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQftablecol@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQconnectdb@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQescapeStringConn@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `lo_close@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQputCopyEnd@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQgetvalue@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQgetisnull@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQftype@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQfmod@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `lo_creat@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQresultStatus@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `lo_read@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQexec@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQsetClientEncoding@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQgetlength@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQputCopyData@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQgetResult@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `lo_write@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQfinish@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQclear@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQerrorMessage@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQnfields@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `lo_open@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQexecParams@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQntuples@RHPG_9.6' ld: /usr/lib64/libgdal.so: undefined reference to `PQresultErrorMessage@RHPG_9.6' Thanks for any help. Regards, Matthys
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
