[postgis-users] Build problems with PostGIS 2.4.4
Christophe Pettus
xof at thebuild.com
Fri Apr 20 15:06:44 PDT 2018
> On Apr 20, 2018, at 12:27, Christophe Pettus <xof at thebuild.com> wrote:
> Some research has revealed that there's an issue with the libiconv that MacPorts installs, and one should use the system library, but I haven't had success using --with-libiconv-prefix and --with-libiconv pointing at the system library in /usr. Has anyone done this successfully?
Problem solved! I was insufficiently diligent about trying libiconv options. Setting to explicitly use the MacPorts-installed version worked:
./configure --with-libiconv-prefix=/opt/local --with-libiconv=/opt/local
--
-- Christophe Pettus
xof at thebuild.com
More information about the postgis-users
mailing list