[postgis-users] Accessing PostGIS from ArcView
Düster Horst
Horst.Duester at bd.so.ch
Fri Aug 16 09:25:28 PDT 2002
The message below I found at the ESRI dicussion archive:
... It is possible to use Unix Shared Object Libraries using DLL and DLLProc
classes of Avenue.
I have a .so file compiled from C++ code using Solaris C++ compiler which I
successfully used with Unix ArcView and Avenue.
Initially, when I tried to use this, I got a NIL object returned by
DLL.Make() method. This was because of the unresolved symbols in the library
(which were shown when I used ldd -r command on the .so file). I linked the
library again providing all the dependencies and it loaded fine. ...
I believe it may be a problem of unresolved symbols too. When I use ldd -r
libpq.so, I get a large list of unresolved symbols. I'm not a C-Programmer
so I don't know exactly how I can link all these unresolved symbols.
any hint???
Regards
Horst
More information about the postgis-users
mailing list