9 Sep
2007
9 Sep
'07
6:03 p.m.
On Sep 8, 2007, at 6:45 PM, Jeff Stubbs wrote:
I see you're updating postgis to version 1.3.1. May I ask a question about your modification?
I updated postgis to 1.3.1 in my local repository and the port builds and installs fine. However, when I poked at pgsql2shp and shp2pgsql with otool, it revealed that both of them are linking to libiconv in /usr/lib, instead of the libiconv port in /opt/local. Just for my own curiosity, how did you get around this. Just want to increase my knowledge.
I hadn't noticed it was doing that. I attempted adding --prefix=$ {prefix} to configure.args to fix it, but that didn't work. Anyone know how to fix this type of issue? Thanks, Frank