Re: [gdal-dev] Failing to include libgdal.so on Fedora 32

2020-09-30 Thread Matthys Kroon
I got it to work by first removing all versions of postgres from my system and then installing the gdal and gdal-dev packages. I think somehow, somewhere there was a symlink pointing to the wrong version of a lib. On Wed, Sep 30, 2020 at 3:30 PM Matthys Kroon wrote: > Thanks for your help. > >

Re: [gdal-dev] Failing to include libgdal.so on Fedora 32

2020-09-30 Thread Matthys Kroon
Thanks for your help. I do seem to have the file. I have libpq and libpq5 packages installed. /usr/lib64#ls -alh libpq.so* lrwxrwxrwx. 1 root root 13 Aug 20 14:42 libpq.so -> libpq.so.5.12 lrwxrwxrwx. 1 root root 13 Aug 20 14:42 libpq.so.5 -> libpq.so.5.12 -rwxr-xr-x. 1 root root 1.3M Aug 20

Re: [gdal-dev] Failing to include libgdal.so on Fedora 32

2020-09-30 Thread Andrew C Aitchison
On Wed, 30 Sep 2020, Matthys Kroon wrote: 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

[gdal-dev] Failing to include libgdal.so on Fedora 32

2020-09-30 Thread Matthys Kroon
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